|
[tracing] directly use memory-infra from blink -> base
Now that the blink repo has been merged there isn't any reason to keep
the memory-infra glue layer around.
This CL makes direct use of the few /base/trace_event/ headers for
memory-infra from blink:
- base/trace_event/memory_allocator_dump.h
- base/trace_event/memory_dump_provider.h
- base/trace_event/process_memory_dump.h
A follow-up CL (crrev.com/1394183003) will take care of removing the useless
glue layer classes.
This CL depends on crrev.com/1382583002 for the wtf::String
toUTF8StdString() method.
BUG= 541262
Total comments: 2
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+128 lines, -60 lines) |
Patch |
 |
M |
base/trace_event/BUILD.gn
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
base/trace_event/memory_dump_provider.h
|
View
|
1
|
2 chunks |
+20 lines, -0 lines |
1 comment
|
Download
|
 |
A |
base/trace_event/memory_dump_provider.cc
|
View
|
1
|
1 chunk |
+34 lines, -0 lines |
0 comments
|
Download
|
 |
M |
base/trace_event/trace_event.gypi
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/DEPS
|
View
|
1
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/BUILD.gn
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/PartitionAllocMemoryDumpProvider.h
|
View
|
1
|
1 chunk |
+6 lines, -4 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/PartitionAllocMemoryDumpProvider.cpp
|
View
|
1
|
6 chunks |
+16 lines, -14 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/exported/Platform.cpp
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/heap/BlinkGCMemoryDumpProvider.h
|
View
|
1
|
1 chunk |
+10 lines, -9 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/heap/BlinkGCMemoryDumpProvider.cpp
|
View
|
1
|
3 chunks |
+16 lines, -13 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/heap/Heap.cpp
|
View
|
1
|
2 chunks |
+2 lines, -4 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/heap/HeapPage.cpp
|
View
|
1
|
8 chunks |
+10 lines, -8 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/heap/ThreadState.cpp
|
View
|
1
|
4 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
Depends on Patchset:
Dependent Patchsets:
Total messages: 10 (5 generated)
|