Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion protos/perfetto/trace/track_event/track_event_extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,15 @@
{
"name": "unallocated",
"comment": ["The next allocation goes here. Shrink and take from here."],
"range": [3000, 8999]
"range": [3000, 4999]
},
{
"name": "android_vendor",
"description": "Android OS platform (Vendor image)",
"comment": ["Introduced by ag/39003368"],
"registry": "/vendor/google/data/etc/tracing/vendor_tracing_protos.json",
"repo": "android-internal",
"range": [5000, 8999]
},
{
"name": "perfetto_tests",
Expand Down
Loading