Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(71)

Issue 2833873003: WIP: The tracing service prototype

Created:
3 years, 8 months ago by chiniforooshan
Modified:
3 years, 7 months ago
Reviewers:
CC:
chromium-reviews
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

WIP: The tracing service prototype BUG=640235

Patch Set 1 : the service #

Patch Set 2 : the client lib #

Patch Set 3 : replace tracing controller #

Patch Set 4 : buffer usage implementation #

Patch Set 5 : sync #

Patch Set 6 : sync and hook mash #

Patch Set 7 : bad merge #

Patch Set 8 : nit #

Patch Set 9 : --mash #

Patch Set 10 : sync #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1188 lines, -1138 lines) Patch
M chrome/app/mash/BUILD.gn View 1 2 3 4 5 6 7 8 9 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/app/mash/DEPS View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M chrome/app/mash/embedded_services.cc View 1 2 3 4 5 6 7 8 2 chunks +4 lines, -0 lines 0 comments Download
M components/tracing/child/child_trace_message_filter.h View 1 2 2 chunks +0 lines, -17 lines 0 comments Download
M components/tracing/child/child_trace_message_filter.cc View 1 2 3 4 5 6 7 8 9 3 chunks +1 line, -72 lines 0 comments Download
M content/browser/BUILD.gn View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -0 lines 0 comments Download
M content/browser/browser_main_loop.h View 1 2 3 4 5 6 7 8 2 chunks +4 lines, -0 lines 0 comments Download
M content/browser/browser_main_loop.cc View 1 2 3 4 5 6 7 8 9 5 chunks +48 lines, -31 lines 0 comments Download
M content/browser/devtools/protocol/tracing_handler.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -3 lines 0 comments Download
M content/browser/gpu/browser_gpu_channel_host_factory.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M content/browser/gpu/gpu_process_host.cc View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -0 lines 0 comments Download
M content/browser/service_manager/common_browser_interfaces.cc View 1 2 3 4 5 6 7 8 9 2 chunks +9 lines, -0 lines 0 comments Download
M content/browser/tracing/trace_message_filter.h View 1 2 1 chunk +0 lines, -26 lines 0 comments Download
M content/browser/tracing/trace_message_filter.cc View 1 2 2 chunks +1 line, -89 lines 0 comments Download
M content/browser/tracing/tracing_controller_impl.h View 1 2 3 4 5 6 7 8 5 chunks +21 lines, -101 lines 0 comments Download
M content/browser/tracing/tracing_controller_impl.cc View 1 2 3 4 5 6 7 8 8 chunks +71 lines, -745 lines 0 comments Download
M content/browser/tracing/tracing_controller_impl_data_sinks.cc View 1 2 3 chunks +2 lines, -29 lines 0 comments Download
M content/child/child_thread_impl.cc View 1 2 3 4 5 6 7 8 3 chunks +10 lines, -2 lines 0 comments Download
M content/common/child_process_host_impl.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M content/public/app/mojo/content_browser_manifest.json View 1 2 3 4 5 6 7 8 9 4 chunks +8 lines, -3 lines 0 comments Download
M content/public/app/mojo/content_gpu_manifest.json View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M content/public/app/mojo/content_plugin_manifest.json View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M content/public/app/mojo/content_renderer_manifest.json View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M content/public/app/mojo/content_utility_manifest.json View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M content/public/browser/tracing_controller.h View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M services/resource_coordinator/memory/coordinator/coordinator_impl.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M services/resource_coordinator/public/cpp/BUILD.gn View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -0 lines 0 comments Download
A services/resource_coordinator/public/cpp/tracing/chrome_agent.h View 1 2 3 4 5 6 7 8 1 chunk +57 lines, -0 lines 0 comments Download
A services/resource_coordinator/public/cpp/tracing/chrome_agent.cc View 1 2 3 4 5 6 7 8 1 chunk +96 lines, -0 lines 0 comments Download
M services/resource_coordinator/public/interfaces/BUILD.gn View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -1 line 0 comments Download
D services/resource_coordinator/public/interfaces/memory/constants.mojom View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -7 lines 0 comments Download
A + services/resource_coordinator/public/interfaces/memory/memory_constants.mojom View 1 2 3 4 5 6 7 8 0 chunks +-1 lines, --1 lines 0 comments Download
M services/resource_coordinator/public/interfaces/tracing/tracing.mojom View 1 2 3 4 5 3 chunks +15 lines, -8 lines 0 comments Download
A + services/resource_coordinator/public/interfaces/tracing/tracing_constants.mojom View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -2 lines 0 comments Download
A services/resource_coordinator/tracing/BUILD.gn View 1 2 3 4 5 6 7 8 9 1 chunk +41 lines, -0 lines 0 comments Download
A services/resource_coordinator/tracing/agent_set_impl.h View 1 2 3 4 5 6 7 8 9 1 chunk +94 lines, -0 lines 0 comments Download
A services/resource_coordinator/tracing/agent_set_impl.cc View 1 2 3 4 5 6 7 8 9 1 chunk +107 lines, -0 lines 0 comments Download
A services/resource_coordinator/tracing/coordinator_impl.h View 1 2 3 4 5 6 7 8 1 chunk +80 lines, -0 lines 0 comments Download
A services/resource_coordinator/tracing/coordinator_impl.cc View 1 2 3 4 5 6 7 8 9 1 chunk +249 lines, -0 lines 0 comments Download
A services/resource_coordinator/tracing/main.cc View 1 2 3 4 5 6 7 8 1 chunk +13 lines, -0 lines 0 comments Download
A services/resource_coordinator/tracing/manifest.json View 1 2 3 4 5 6 7 8 1 chunk +16 lines, -0 lines 0 comments Download
A services/resource_coordinator/tracing/recorder_impl.h View 1 2 1 chunk +51 lines, -0 lines 0 comments Download
A services/resource_coordinator/tracing/recorder_impl.cc View 1 2 3 1 chunk +68 lines, -0 lines 0 comments Download
A services/resource_coordinator/tracing/service.h View 1 2 3 4 5 6 7 8 1 chunk +43 lines, -0 lines 0 comments Download
A services/resource_coordinator/tracing/service.cc View 1 2 3 4 5 6 7 8 9 1 chunk +45 lines, -0 lines 0 comments Download
M services/service_manager/embedder/BUILD.gn View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -0 lines 0 comments Download
M services/service_manager/embedder/DEPS View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M services/service_manager/embedder/main.cc View 1 2 3 4 5 6 7 8 9 2 chunks +8 lines, -0 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698