Skip to content

Commit

Permalink
Merge "track_event: Mark extension range used by chromium" into main
Browse files Browse the repository at this point in the history
  • Loading branch information
ddiproietto authored and Gerrit Code Review committed Aug 23, 2023
2 parents 567762c + 6b7035a commit 0e780af
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion protos/perfetto/trace/perfetto_trace.proto
Original file line number Diff line number Diff line change
Expand Up @@ -10884,8 +10884,11 @@ message TrackEvent {
// Contact [email protected] if you are interested in a subrange
// for your project.

// Extension range reserved for chromium:
// https://source.chromium.org/chromium/chromium/src/+/main:base/tracing/protos/chrome_track_event.proto
extensions 1000 to 1999;
// Extension range for future use.
extensions 1000 to 9899;
extensions 2000 to 9899;
// Reserved for Perfetto unit and integration tests.
extensions 9900 to 10000;

Expand Down
5 changes: 4 additions & 1 deletion protos/perfetto/trace/track_event/track_event.proto
Original file line number Diff line number Diff line change
Expand Up @@ -280,8 +280,11 @@ message TrackEvent {
// Contact [email protected] if you are interested in a subrange
// for your project.

// Extension range reserved for chromium:
// https://source.chromium.org/chromium/chromium/src/+/main:base/tracing/protos/chrome_track_event.proto
extensions 1000 to 1999;
// Extension range for future use.
extensions 1000 to 9899;
extensions 2000 to 9899;
// Reserved for Perfetto unit and integration tests.
extensions 9900 to 10000;

Expand Down

0 comments on commit 0e780af

Please sign in to comment.