struct TrackEventDataSourceTraits
Defined at line 222 of file ../../third_party/perfetto/include/perfetto/tracing/internal/track_event_data_source.h
Public Methods
DataSourceThreadLocalState * GetDataSourceTLS (DataSourceStaticState * , TracingTLS * root_tls)
Use a one shared TLS slot so that all track event data sources write into
the same sequence and share interning dictionaries.
Defined at line 228 of file ../../third_party/perfetto/include/perfetto/tracing/internal/track_event_data_source.h
bool ClearIncrementalState (TrackEventIncrementalState * incr_state)
Clear the incremental state without destroying and recreating it. This
allows reusing allocated memory in hash maps.
Defined at line 235 of file ../../third_party/perfetto/include/perfetto/tracing/internal/track_event_data_source.h