|
|
[tracing] Introduce support for userland memory allocators dumps.
This introduces the MemoryAllocatorDump which defines the ground data
model that every allocator MemoryDumpProvider must comply with in order
to get a coherent snapshot of the various allocators inside the trace.
Furthermore, MemoryDumpProvider(s) can specify further attributes that
will be attached to each dump point using the MemoryAllocatorAttributes
map.
BUG= 466141
Committed: https://crrev.com/13cf4d070f757ce190f49c2ed736518f35ee410b
Cr-Commit-Position: refs/heads/master@{#321368}
Total comments: 4
Total comments: 8
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+440 lines, -8 lines) |
Patch |
 |
M |
base/BUILD.gn
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
base/base.gyp
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
base/base.gypi
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
base/trace_event/BUILD.gn
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
A |
base/trace_event/memory_allocator_attributes.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+29 lines, -0 lines |
0 comments
|
Download
|
 |
A |
base/trace_event/memory_allocator_dump.h
|
View
|
1
2
3
4
5
|
1 chunk |
+66 lines, -0 lines |
0 comments
|
Download
|
 |
A |
base/trace_event/memory_allocator_dump.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+91 lines, -0 lines |
0 comments
|
Download
|
 |
A |
base/trace_event/memory_allocator_dump_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+95 lines, -0 lines |
0 comments
|
Download
|
 |
M |
base/trace_event/memory_dump_manager.h
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
base/trace_event/memory_dump_manager.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+7 lines, -4 lines |
0 comments
|
Download
|
 |
M |
base/trace_event/memory_dump_manager_unittest.cc
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+34 lines, -0 lines |
0 comments
|
Download
|
 |
M |
base/trace_event/memory_dump_provider.h
|
View
|
1
2
3
4
5
|
2 chunks |
+14 lines, -3 lines |
0 comments
|
Download
|
 |
A |
base/trace_event/memory_dump_provider.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+27 lines, -0 lines |
0 comments
|
Download
|
 |
M |
base/trace_event/process_memory_dump.h
|
View
|
1
2
3
4
5
|
5 chunks |
+30 lines, -0 lines |
0 comments
|
Download
|
 |
M |
base/trace_event/process_memory_dump.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+27 lines, -0 lines |
0 comments
|
Download
|
 |
M |
base/trace_event/process_memory_totals.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 38 (18 generated)
|