class LegacyTraceId

Defined at line 177 of file ../../third_party/perfetto/include/perfetto/tracing/internal/track_event_legacy.h

LegacyTraceId encapsulates an ID that can either be an integer or pointer.

Public Methods

void LegacyTraceId (const void * raw_id)

Defined at line 236 of file ../../third_party/perfetto/include/perfetto/tracing/internal/track_event_legacy.h

void LegacyTraceId (uint64_t raw_id)

Defined at line 240 of file ../../third_party/perfetto/include/perfetto/tracing/internal/track_event_legacy.h

void LegacyTraceId (uint32_t raw_id)

Defined at line 241 of file ../../third_party/perfetto/include/perfetto/tracing/internal/track_event_legacy.h

void LegacyTraceId (uint16_t raw_id)

Defined at line 242 of file ../../third_party/perfetto/include/perfetto/tracing/internal/track_event_legacy.h

void LegacyTraceId (uint8_t raw_id)

Defined at line 243 of file ../../third_party/perfetto/include/perfetto/tracing/internal/track_event_legacy.h

void LegacyTraceId (int64_t raw_id)

Defined at line 244 of file ../../third_party/perfetto/include/perfetto/tracing/internal/track_event_legacy.h

void LegacyTraceId (int32_t raw_id)

Defined at line 246 of file ../../third_party/perfetto/include/perfetto/tracing/internal/track_event_legacy.h

void LegacyTraceId (int16_t raw_id)

Defined at line 248 of file ../../third_party/perfetto/include/perfetto/tracing/internal/track_event_legacy.h

void LegacyTraceId (int8_t raw_id)

Defined at line 250 of file ../../third_party/perfetto/include/perfetto/tracing/internal/track_event_legacy.h

void LegacyTraceId (LocalId raw_id)

Defined at line 263 of file ../../third_party/perfetto/include/perfetto/tracing/internal/track_event_legacy.h

void LegacyTraceId (GlobalId raw_id)

Defined at line 266 of file ../../third_party/perfetto/include/perfetto/tracing/internal/track_event_legacy.h

void LegacyTraceId (WithScope scoped_id)

Defined at line 269 of file ../../third_party/perfetto/include/perfetto/tracing/internal/track_event_legacy.h

void Write (protos::pbzero::TrackEvent::LegacyEvent * , uint32_t event_flags)
uint64_t raw_id ()

Defined at line 276 of file ../../third_party/perfetto/include/perfetto/tracing/internal/track_event_legacy.h

const char * scope ()

Defined at line 277 of file ../../third_party/perfetto/include/perfetto/tracing/internal/track_event_legacy.h

bool has_prefix ()

Defined at line 278 of file ../../third_party/perfetto/include/perfetto/tracing/internal/track_event_legacy.h

uint64_t prefix ()

Defined at line 279 of file ../../third_party/perfetto/include/perfetto/tracing/internal/track_event_legacy.h

uint32_t id_flags ()

Defined at line 280 of file ../../third_party/perfetto/include/perfetto/tracing/internal/track_event_legacy.h

Records