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