Home
last modified time | relevance | path

Searched refs:PERFETTO_DEBUG_FUNCTION_IDENTIFIER (Results 1 – 3 of 3) sorted by relevance

/external/perfetto/include/perfetto/base/
Dcompiler.h64 #define PERFETTO_DEBUG_FUNCTION_IDENTIFIER() __PRETTY_FUNCTION__ macro
66 #define PERFETTO_DEBUG_FUNCTION_IDENTIFIER() __FUNCSIG__ macro
68 #define PERFETTO_DEBUG_FUNCTION_IDENTIFIER() \ macro
/external/perfetto/include/perfetto/tracing/
Dtrack_event_interned_data_index.h204 if (strcmp(PERFETTO_DEBUG_FUNCTION_IDENTIFIER(), in GetOrCreateIndexForField()
209 entry.second->type_id_, PERFETTO_DEBUG_FUNCTION_IDENTIFIER()); in GetOrCreateIndexForField()
236 entry.second->type_id_ = PERFETTO_DEBUG_FUNCTION_IDENTIFIER(); in GetOrCreateIndexForField()
/external/perfetto/src/trace_processor/importers/proto/
Dpacket_sequence_state.h41 #define PERFETTO_TYPE_IDENTIFIER PERFETTO_DEBUG_FUNCTION_IDENTIFIER()
89 decoder_type_, PERFETTO_DEBUG_FUNCTION_IDENTIFIER()); in GetOrCreateDecoder()