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

Issue 1366203002: Add dump name for tracing in PartitionAlloc for sub-allocations (Closed)

Created:
5 years, 2 months ago by ssid
Modified:
5 years, 2 months ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@web_cache
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add dump name for tracing in PartitionAlloc for sub-allocations The objects allocated from partition alloc will be dumped in traces in future. For this The dumps will be required to add sub-allocations from partitionAlloc, which go under "partition_alloc/allocated_objects/". This CL adds a getter for the name so that clients of PartitionAlloc can add sub-allocations. BUG=520842 Committed: https://crrev.com/614d2d91d19db4f753202479d64f920d29dd1dc2 Cr-Commit-Position: refs/heads/master@{#351769}

Patch Set 1 #

Total comments: 1

Patch Set 2 : Moving to Parttions.h #

Patch Set 3 : Just adding pool name. #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -2 lines) Patch
M third_party/WebKit/Source/platform/PartitionAllocMemoryDumpProvider.cpp View 1 2 1 chunk +1 line, -2 lines 2 comments Download
M third_party/WebKit/Source/wtf/Partitions.h View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/wtf/Partitions.cpp View 1 2 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (5 generated)
ssid
PTAL, thanks
5 years, 2 months ago (2015-09-25 15:12:15 UTC) #2
ssid
+haraken As you would have seen in the dependent CL, this change is to add ...
5 years, 2 months ago (2015-09-29 16:14:23 UTC) #4
haraken
https://codereview.chromium.org/1366203002/diff/1/third_party/WebKit/Source/platform/PartitionAllocMemoryDumpProvider.cpp File third_party/WebKit/Source/platform/PartitionAllocMemoryDumpProvider.cpp (right): https://codereview.chromium.org/1366203002/diff/1/third_party/WebKit/Source/platform/PartitionAllocMemoryDumpProvider.cpp#newcode20 third_party/WebKit/Source/platform/PartitionAllocMemoryDumpProvider.cpp:20: const char kPartitionsDumpName[] = "partitions"; How about just defining ...
5 years, 2 months ago (2015-09-29 16:20:17 UTC) #5
Primiano Tucci (use gerrit)
Had a chat offline with ssid. Before making further changes to Palloc dump provider let's ...
5 years, 2 months ago (2015-09-29 16:52:30 UTC) #6
Primiano Tucci (use gerrit)
On 2015/09/29 16:52:30, Primiano Tucci wrote: > Had a chat offline with ssid. Before making ...
5 years, 2 months ago (2015-09-30 15:56:36 UTC) #7
ssid
Fixed the issues. Now I made the CL very small, just adds a Name in ...
5 years, 2 months ago (2015-09-30 18:06:57 UTC) #8
haraken
LGTM https://chromiumcodereview.appspot.com/1366203002/diff/60001/third_party/WebKit/Source/platform/PartitionAllocMemoryDumpProvider.cpp File third_party/WebKit/Source/platform/PartitionAllocMemoryDumpProvider.cpp (right): https://chromiumcodereview.appspot.com/1366203002/diff/60001/third_party/WebKit/Source/platform/PartitionAllocMemoryDumpProvider.cpp#newcode19 third_party/WebKit/Source/platform/PartitionAllocMemoryDumpProvider.cpp:19: const char kPartitionsDumpName[] = "partitions"; Maybe do you ...
5 years, 2 months ago (2015-09-30 23:56:53 UTC) #10
ssid
https://chromiumcodereview.appspot.com/1366203002/diff/60001/third_party/WebKit/Source/platform/PartitionAllocMemoryDumpProvider.cpp File third_party/WebKit/Source/platform/PartitionAllocMemoryDumpProvider.cpp (right): https://chromiumcodereview.appspot.com/1366203002/diff/60001/third_party/WebKit/Source/platform/PartitionAllocMemoryDumpProvider.cpp#newcode19 third_party/WebKit/Source/platform/PartitionAllocMemoryDumpProvider.cpp:19: const char kPartitionsDumpName[] = "partitions"; On 2015/09/30 23:56:53, haraken ...
5 years, 2 months ago (2015-10-01 10:24:41 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1366203002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1366203002/60001
5 years, 2 months ago (2015-10-01 10:25:01 UTC) #14
commit-bot: I haz the power
Committed patchset #3 (id:60001)
5 years, 2 months ago (2015-10-01 10:30:07 UTC) #15
commit-bot: I haz the power
5 years, 2 months ago (2015-10-01 10:30:57 UTC) #16
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/614d2d91d19db4f753202479d64f920d29dd1dc2
Cr-Commit-Position: refs/heads/master@{#351769}

Powered by Google App Engine
This is Rietveld 408576698