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

Issue 2162183002: Binds an ID to a Globally Unique ID. (Closed)

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

Description

Binds an ID to a Globally Unique ID. Similar to https://codereview.chromium.org/2142023003/, but instead of binding two IDs from the same process this macro adds a bind_global = true field to arguments telling trace importers that the first ID from the current process is identical to the second ID from "any" process. BUG=catapult:#2465

Patch Set 1 #

Patch Set 2 : syned #

Patch Set 3 : synced with origin/master #

Patch Set 4 : reimplemented #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+209 lines, -88 lines) Patch
M base/trace_event/common/trace_event_common.h View 1 2 3 2 chunks +25 lines, -25 lines 0 comments Download
M base/trace_event/trace_event.h View 1 2 3 8 chunks +80 lines, -40 lines 4 comments Download
M base/trace_event/trace_event_impl.cc View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M base/trace_event/trace_event_unittest.cc View 1 2 3 2 chunks +102 lines, -23 lines 0 comments Download

Messages

Total messages: 17 (4 generated)
chiniforooshan
Andrey, do you have any concerns about linking to a GUIDs, for cross process linkings? ...
4 years, 5 months ago (2016-07-20 20:22:14 UTC) #3
caseq
On 2016/07/20 20:22:14, chiniforooshan wrote: > Andrey, do you have any concerns about linking to ...
4 years, 5 months ago (2016-07-22 02:32:29 UTC) #4
chiniforooshan
On 2016/07/22 02:32:29, caseq wrote: > On 2016/07/20 20:22:14, chiniforooshan wrote: > > Andrey, do ...
4 years, 5 months ago (2016-07-22 14:31:29 UTC) #5
caseq
On 2016/07/22 14:31:29, chiniforooshan wrote: > On 2016/07/22 02:32:29, caseq wrote: > > On 2016/07/20 ...
4 years, 5 months ago (2016-07-25 16:18:17 UTC) #6
chiniforooshan
On 2016/07/25 16:18:17, caseq wrote: > On 2016/07/22 14:31:29, chiniforooshan wrote: > > On 2016/07/22 ...
4 years, 4 months ago (2016-08-02 18:05:59 UTC) #7
Primiano Tucci (use gerrit)
First of all apologies for the delay on this. Next time ping me over IM ...
4 years, 4 months ago (2016-08-05 14:20:07 UTC) #9
Sami
Here's a naive question -- I didn't see it in the design docs but may ...
4 years, 4 months ago (2016-08-05 18:14:58 UTC) #11
caseq
I think this discussion is going to be simpler if we break the CL apart. ...
4 years, 4 months ago (2016-08-08 23:27:32 UTC) #12
caseq
On 2016/08/05 18:14:58, Sami wrote: > Here's a naive question -- I didn't see it ...
4 years, 4 months ago (2016-08-08 23:46:08 UTC) #13
Sami
On 2016/08/08 23:27:32, caseq wrote: > I think this discussion is going to be simpler ...
4 years, 4 months ago (2016-08-09 10:15:16 UTC) #14
chiniforooshan
OK, I'll break this into 2 CLs. But, can we please try to converge on ...
4 years, 4 months ago (2016-08-10 18:20:57 UTC) #15
caseq
On 2016/08/09 10:15:16, Sami wrote: > Agreed that referring to ids from another process would ...
4 years, 4 months ago (2016-08-10 19:54:26 UTC) #16
Sami
4 years, 4 months ago (2016-08-17 11:30:53 UTC) #17
Adding one more random thought here: it'd be great if whatever we come up with
also does something sensible in --single-process mode.

Powered by Google App Engine
This is Rietveld 408576698