• Home
Name Date Size #Lines LOC

..--

BUILD.gnD03-May-20241 KiB3631

README.mdD03-May-2024542 138

chrome_track_event.protoD03-May-202441.8 KiB1,3031,091

resources.grdD03-May-2024632 2019

sources.gniD03-May-2024511 1210

README.md

1# Perfetto typed events for Chrome
2
3**NOTE**: This is a work-in-progress.
4
5In order to simplify adding new typed events for Chrome tracing, a protobuf extension support is
6currently being implemented in Perfetto. The plan is that this folder is going to contain Chrome's
7extensions to TrackEvent, and the directory is going to be autorolled into Perfetto repository.
8
9More information: https://perfetto.dev/docs/design-docs/extensions
10
11As this is developed, the current process to add new types of trace events is documented on
12go/chrometto.
13