Add option to export tracing events to ETW.
commit1cc86c4f686869f32dfede093a07828c73563892
authorgeorgesak <georgesak@chromium.org>
Tue, 14 Apr 2015 01:36:17 +0000 (13 18:36 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 14 Apr 2015 01:37:57 +0000 (14 01:37 +0000)
tree256f51e5a02376d70d06014f173df09ece8594c7
parent3455a3e0cbbd6b1d812518251589f0646b0a1518
Add option to export tracing events to ETW.

- Exporting of ETW events can be turned on using --trace-export-events-to-etw.

BUG=

Review URL: https://codereview.chromium.org/1038453002

Cr-Commit-Position: refs/heads/master@{#324982}
17 files changed:
base/trace_event/BUILD.gn
base/trace_event/etw_manifest/BUILD.gn [new file with mode: 0644]
base/trace_event/etw_manifest/BUILD/message_compiler.py [new file with mode: 0644]
base/trace_event/etw_manifest/chrome_events_win.man [new file with mode: 0644]
base/trace_event/etw_manifest/etw_manifest.gyp [new file with mode: 0644]
base/trace_event/trace_event.gypi
base/trace_event/trace_event.h
base/trace_event/trace_event_etw_export_win.cc [new file with mode: 0644]
base/trace_event/trace_event_etw_export_win.h [new file with mode: 0644]
base/trace_event/trace_event_impl.cc
base/trace_event/trace_event_impl.h
chrome/BUILD.gn
chrome/chrome_dll.gypi
content/app/content_main_runner.cc
content/browser/renderer_host/render_process_host_impl.cc
content/public/common/content_switches.cc
content/public/common/content_switches.h