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

Issue 1376793004: Remove the TRACE_EVENT_*_ETW macros. (Closed)

Created:
5 years, 2 months ago by fdoray
Modified:
5 years, 2 months ago
CC:
chromium-reviews, tracing+reviews_chromium.org, wfh+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove the TRACE_EVENT_*_ETW macros. All tracing macros can now export events to ETW (see TraceEventETWExport). Therefore, there is no reason to keep the TRACE_EVENT_*_ETW macros. This patch removes all code related to these. The base::win::EtwTraceProvider class is not removed as it's still used for logging. BUG=489720 Committed: https://crrev.com/c435ad212c532a60e9e6fcd548ea4b09bc5363fd Cr-Commit-Position: refs/heads/master@{#353272}

Patch Set 1 #

Patch Set 2 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -786 lines) Patch
M base/trace_event/BUILD.gn View 1 2 chunks +0 lines, -3 lines 0 comments Download
M base/trace_event/trace_event.gypi View 1 2 chunks +0 lines, -3 lines 0 comments Download
M base/trace_event/trace_event_unittest.cc View 1 4 chunks +0 lines, -54 lines 0 comments Download
D base/trace_event/trace_event_win.h View 1 chunk +0 lines, -125 lines 0 comments Download
D base/trace_event/trace_event_win.cc View 1 chunk +0 lines, -132 lines 0 comments Download
D base/trace_event/trace_event_win_unittest.cc View 1 chunk +0 lines, -319 lines 0 comments Download
M base/trace_event/trace_log.h View 2 chunks +0 lines, -24 lines 0 comments Download
M base/trace_event/trace_log.cc View 2 chunks +0 lines, -23 lines 0 comments Download
M chrome/test/logging/win/file_logger.h View 1 chunk +1 line, -4 lines 0 comments Download
M chrome/test/logging/win/file_logger.cc View 2 chunks +0 lines, -2 lines 0 comments Download
M chrome/test/logging/win/log_file_printer.cc View 3 chunks +0 lines, -39 lines 0 comments Download
M chrome/test/logging/win/log_file_reader.h View 1 chunk +0 lines, -9 lines 0 comments Download
M chrome/test/logging/win/log_file_reader.cc View 5 chunks +0 lines, -49 lines 0 comments Download

Messages

Total messages: 32 (13 generated)
fdoray
Could you review this CL? Thanks.
5 years, 2 months ago (2015-10-06 19:51:24 UTC) #2
beaudoin
5 years, 2 months ago (2015-10-06 20:59:34 UTC) #4
dsinclair
You probably need to migrate the uses of the macro before removing the macro. content/app/android/library_loader_hooks.cc: ...
5 years, 2 months ago (2015-10-06 21:10:45 UTC) #5
dsinclair
On 2015/10/06 21:10:45, dsinclair wrote: > You probably need to migrate the uses of the ...
5 years, 2 months ago (2015-10-06 21:11:17 UTC) #6
grt (UTC plus 2)
chrome/test/logging/* lgtm
5 years, 2 months ago (2015-10-08 11:24:03 UTC) #7
fdoray
The patch that removes all uses of the TRACE_EVENT_*_ETW macros landed. dsinclair@: Can you review ...
5 years, 2 months ago (2015-10-08 17:01:10 UTC) #9
fdoray
The patch that removes all uses of the TRACE_EVENT_*_ETW macros landed (https://codereview.chromium.org/1386193002/). dsinclair@: Can you ...
5 years, 2 months ago (2015-10-08 17:02:20 UTC) #10
dsinclair
base/trace_event lgtm
5 years, 2 months ago (2015-10-08 17:07:50 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1376793004/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1376793004/20001
5 years, 2 months ago (2015-10-08 17:37:09 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_dbg_recipe on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/android_arm64_dbg_recipe/builds/129419)
5 years, 2 months ago (2015-10-08 17:57:53 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1376793004/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1376793004/20001
5 years, 2 months ago (2015-10-08 20:21:22 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: android_chromium_gn_compile_rel on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/android_chromium_gn_compile_rel/builds/142455)
5 years, 2 months ago (2015-10-08 20:44:08 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1376793004/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1376793004/20001
5 years, 2 months ago (2015-10-08 21:08:19 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_dbg_recipe on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/android_arm64_dbg_recipe/builds/129511) android_compile_dbg on tryserver.chromium.linux (JOB_FAILED, ...
5 years, 2 months ago (2015-10-08 21:28:04 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1376793004/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1376793004/20001
5 years, 2 months ago (2015-10-09 03:36:48 UTC) #26
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_android_rel_ng/builds/79929)
5 years, 2 months ago (2015-10-09 05:37:09 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1376793004/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1376793004/20001
5 years, 2 months ago (2015-10-09 11:20:41 UTC) #30
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 2 months ago (2015-10-09 12:30:23 UTC) #31
commit-bot: I haz the power
5 years, 2 months ago (2015-10-09 12:31:15 UTC) #32
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/c435ad212c532a60e9e6fcd548ea4b09bc5363fd
Cr-Commit-Position: refs/heads/master@{#353272}

Powered by Google App Engine
This is Rietveld 408576698