|
Move tracing namespace from base::debug to base::trace_event.
After having transitioned all the tracing headers from base/debug/ to
base/trace_event, this CL addresses the namespace move.
In principle, this CL should only change the namespace of the
base/trace_event files but the namespace used by the tracing clients.
In order to achieve this, namespace aliases are appended to the
trace_event headers, to make it so that clients can still refer to
base::debug::TraceFoo, with that being aliased to
base::trace_event::TraceFoo.
The upcoming CLs will gradually migrate the clients to use the
base::trace_event namespace and will remove the ns aliases.
Unfortunately, this CL has also to update few tracing clients,
in particular the ones having forward declarations. Forward
declarations, in fact, cannot be aliased as the compiler sees them
before the alias itself.
See crrev.com/837303004 and the related bug for motivations and design doc.
BUG= 451032
TBR=skyostil@chromium.org,jam@chromium.org
Committed: https://crrev.com/97c5abba36f5ce473cd996fab74fbf5aa9bb5464
Cr-Commit-Position: refs/heads/master@{#314657}
Total comments: 26
Total comments: 7
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+395 lines, -145 lines) |
Patch |
 |
M |
base/trace_event/trace_event.h
|
View
|
1
2
3
4
5
|
26 chunks |
+57 lines, -41 lines |
0 comments
|
Download
|
 |
M |
base/trace_event/trace_event_android.cc
|
View
|
1
|
6 chunks |
+9 lines, -8 lines |
0 comments
|
Download
|
 |
M |
base/trace_event/trace_event_argument.h
|
View
|
1
2
3
4
5
|
2 chunks |
+9 lines, -1 line |
0 comments
|
Download
|
 |
M |
base/trace_event/trace_event_argument.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
base/trace_event/trace_event_argument_unittest.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
base/trace_event/trace_event_impl.h
|
View
|
1
2
3
4
5
|
3 chunks |
+21 lines, -4 lines |
0 comments
|
Download
|
 |
M |
base/trace_event/trace_event_impl.cc
|
View
|
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
base/trace_event/trace_event_impl_constants.cc
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
base/trace_event/trace_event_memory.h
|
View
|
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
base/trace_event/trace_event_memory.cc
|
View
|
|
4 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
base/trace_event/trace_event_memory_unittest.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
base/trace_event/trace_event_synthetic_delay.h
|
View
|
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
base/trace_event/trace_event_synthetic_delay.cc
|
View
|
|
3 chunks |
+8 lines, -7 lines |
0 comments
|
Download
|
 |
M |
base/trace_event/trace_event_synthetic_delay_unittest.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
base/trace_event/trace_event_system_stats_monitor.h
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
base/trace_event/trace_event_system_stats_monitor.cc
|
View
|
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
base/trace_event/trace_event_system_stats_monitor_unittest.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
base/trace_event/trace_event_unittest.cc
|
View
|
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
base/trace_event/trace_event_win.h
|
View
|
1
2
3
4
5
|
2 chunks |
+15 lines, -1 line |
0 comments
|
Download
|
 |
M |
base/trace_event/trace_event_win.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
base/trace_event/trace_event_win_unittest.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/base/math_util.h
|
View
|
1
2
3
4
5
|
1 chunk |
+8 lines, -1 line |
0 comments
|
Download
|
 |
M |
cc/base/region.h
|
View
|
1
2
3
4
5
|
1 chunk |
+7 lines, -1 line |
0 comments
|
Download
|
 |
M |
cc/blink/web_layer_impl.h
|
View
|
1
2
3
4
5
|
1 chunk |
+7 lines, -1 line |
0 comments
|
Download
|
 |
M |
cc/debug/traced_value.h
|
View
|
1
2
3
4
5
|
1 chunk |
+7 lines, -1 line |
0 comments
|
Download
|
 |
M |
cc/layers/layer.h
|
View
|
1
2
3
4
5
|
1 chunk |
+7 lines, -1 line |
0 comments
|
Download
|
 |
M |
cc/layers/layer_client.h
|
View
|
1
2
3
4
5
|
1 chunk |
+7 lines, -1 line |
0 comments
|
Download
|
 |
M |
cc/layers/layer_impl.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+8 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/output/begin_frame_args.h
|
View
|
1
2
3
4
5
|
1 chunk |
+8 lines, -1 line |
0 comments
|
Download
|
 |
M |
cc/output/filter_operation.h
|
View
|
1
2
3
4
5
|
1 chunk |
+8 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/output/filter_operations.h
|
View
|
1
2
3
4
5
|
1 chunk |
+8 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/quads/draw_quad.h
|
View
|
1
2
3
4
5
|
1 chunk |
+8 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/quads/render_pass.h
|
View
|
1
2
3
4
5
|
1 chunk |
+8 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/quads/shared_quad_state.h
|
View
|
1
2
3
4
5
|
1 chunk |
+7 lines, -1 line |
0 comments
|
Download
|
 |
M |
cc/resources/bitmap_tile_task_worker_pool.h
|
View
|
1
2
3
4
5
|
1 chunk |
+7 lines, -1 line |
0 comments
|
Download
|
 |
M |
cc/resources/one_copy_tile_task_worker_pool.h
|
View
|
1
2
3
4
5
|
1 chunk |
+8 lines, -1 line |
0 comments
|
Download
|
 |
M |
cc/resources/picture_layer_tiling.h
|
View
|
1
2
3
4
5
|
1 chunk |
+7 lines, -1 line |
0 comments
|
Download
|
 |
M |
cc/resources/picture_layer_tiling_set.h
|
View
|
1
2
3
4
5
|
1 chunk |
+7 lines, -1 line |
0 comments
|
Download
|
 |
M |
cc/resources/pixel_buffer_tile_task_worker_pool.h
|
View
|
1
2
3
4
5
|
1 chunk |
+8 lines, -1 line |
0 comments
|
Download
|
 |
M |
cc/resources/tile_manager.h
|
View
|
1
2
3
4
5
|
1 chunk |
+8 lines, -1 line |
0 comments
|
Download
|
 |
M |
cc/resources/zero_copy_tile_task_worker_pool.h
|
View
|
1
2
3
4
5
|
1 chunk |
+7 lines, -1 line |
0 comments
|
Download
|
 |
M |
cc/scheduler/delay_based_time_source.h
|
View
|
1
2
3
4
5
|
1 chunk |
+8 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/scheduler/scheduler.h
|
View
|
1
2
3
4
5
|
1 chunk |
+8 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/scheduler/scheduler_settings.h
|
View
|
1
2
3
4
5
|
1 chunk |
+7 lines, -1 line |
0 comments
|
Download
|
 |
M |
cc/scheduler/scheduler_state_machine.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+9 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/trees/layer_tree_impl.h
|
View
|
1
2
3
4
5
|
1 chunk |
+7 lines, -1 line |
0 comments
|
Download
|
 |
M |
cc/trees/proxy.h
|
View
|
1
2
3
4
5
|
1 chunk |
+8 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/browser_main_loop.h
|
View
|
1
2
3
4
5
|
1 chunk |
+8 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/child/child_thread_impl.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+7 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/scheduler/renderer_scheduler_impl.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+7 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/scheduler/task_queue_manager.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+8 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/scheduler/task_queue_selector.h
|
View
|
1
2
3
4
5
|
1 chunk |
+7 lines, -1 line |
0 comments
|
Download
|
Total messages: 29 (8 generated)
|