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

Issue 1663533005: [tracing] Support shared and private permission. (missing perm flag) (Closed)

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

Description

[tracing] Support shared and private permission. (missing perm flag) following /proc/[pid]/maps perm field: r = read w = write x = execute s = shared p = private (copy on write) BUG=584161 Committed: https://crrev.com/7a187c6baf50ff6819ff73b3c094f2affd2f233d Cr-Commit-Position: refs/heads/master@{#375807}

Patch Set 1 #

Total comments: 5

Patch Set 2 : Update Protection flag name #

Patch Set 3 : Add related patch url #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -3 lines) Patch
M base/trace_event/process_memory_maps.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M base/trace_event/process_memory_maps.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M components/tracing/process_metrics_memory_dump_provider.cc View 1 1 chunk +7 lines, -3 lines 0 comments Download

Messages

Total messages: 31 (12 generated)
Youngmin Yoo
Hi, this is Youngmin. I made some patch for tracing. Could you please review it? ...
4 years, 10 months ago (2016-02-05 01:24:02 UTC) #4
Primiano Tucci (use gerrit)
The patch makes sense (% the 80, which is not really a power of two). ...
4 years, 10 months ago (2016-02-05 09:32:39 UTC) #6
petrcermak
https://codereview.chromium.org/1663533005/diff/1/base/trace_event/process_memory_maps.cc File base/trace_event/process_memory_maps.cc (right): https://codereview.chromium.org/1663533005/diff/1/base/trace_event/process_memory_maps.cc#newcode18 base/trace_event/process_memory_maps.cc:18: const uint32_t ProcessMemoryMaps::VMRegion::kProtectionFlagsMayShare = 80; nit: Is there a ...
4 years, 10 months ago (2016-02-05 11:18:56 UTC) #8
petrcermak
https://codereview.chromium.org/1663533005/diff/1/base/trace_event/process_memory_maps.cc File base/trace_event/process_memory_maps.cc (right): https://codereview.chromium.org/1663533005/diff/1/base/trace_event/process_memory_maps.cc#newcode18 base/trace_event/process_memory_maps.cc:18: const uint32_t ProcessMemoryMaps::VMRegion::kProtectionFlagsMayShare = 80; Also, could you please ...
4 years, 10 months ago (2016-02-05 11:21:34 UTC) #9
Youngmin Yoo
On 2016/02/05 11:21:34, petrcermak wrote: > https://codereview.chromium.org/1663533005/diff/1/base/trace_event/process_memory_maps.cc > File base/trace_event/process_memory_maps.cc (right): > > https://codereview.chromium.org/1663533005/diff/1/base/trace_event/process_memory_maps.cc#newcode18 > ...
4 years, 10 months ago (2016-02-11 11:37:24 UTC) #10
Youngmin Yoo
On 2016/02/05 09:32:39, Primiano Tucci wrote: > The patch makes sense (% the 80, which ...
4 years, 10 months ago (2016-02-11 11:37:54 UTC) #11
petrcermak
On 2016/02/11 11:37:54, youngmin.yoo wrote: > On 2016/02/05 09:32:39, Primiano Tucci wrote: > > The ...
4 years, 10 months ago (2016-02-11 12:09:20 UTC) #12
petrcermak
On 2016/02/11 11:37:24, youngmin.yoo wrote: > On 2016/02/05 11:21:34, petrcermak wrote: > > > https://codereview.chromium.org/1663533005/diff/1/base/trace_event/process_memory_maps.cc ...
4 years, 10 months ago (2016-02-11 12:10:12 UTC) #13
Primiano Tucci (use gerrit)
Mind hex vs dec numbers plz. Also, as a general pattern, you shouldn't add ALL ...
4 years, 10 months ago (2016-02-11 13:51:48 UTC) #14
Youngmin Yoo
On 2016/02/11 13:51:48, Primiano Tucci wrote: > Mind hex vs dec numbers plz. > Also, ...
4 years, 10 months ago (2016-02-12 07:27:00 UTC) #15
Primiano Tucci (use gerrit)
lgtm
4 years, 10 months ago (2016-02-12 09:27:04 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1663533005/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1663533005/20001
4 years, 10 months ago (2016-02-15 00:36:47 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/146023)
4 years, 10 months ago (2016-02-15 00:45:02 UTC) #20
Youngmin Yoo
On 2016/02/15 00:45:02, commit-bot: I haz the power wrote: > Try jobs failed on following ...
4 years, 10 months ago (2016-02-15 01:16:29 UTC) #21
Primiano Tucci (use gerrit)
+oysteine for components/ OWNERS
4 years, 10 months ago (2016-02-15 10:30:14 UTC) #23
oystein (OOO til 10th of July)
lgtm
4 years, 10 months ago (2016-02-16 19:35:37 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1663533005/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1663533005/40001
4 years, 10 months ago (2016-02-17 04:20:11 UTC) #27
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 10 months ago (2016-02-17 06:10:24 UTC) #29
commit-bot: I haz the power
4 years, 10 months ago (2016-02-17 06:11:32 UTC) #31
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/7a187c6baf50ff6819ff73b3c094f2affd2f233d
Cr-Commit-Position: refs/heads/master@{#375807}

Powered by Google App Engine
This is Rietveld 408576698