Home
last modified time | relevance | path

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

/external/perfetto/include/perfetto/base/
Dcompiler.h63 #define PERFETTO_DEBUG_FUNCTION_IDENTIFIER() __PRETTY_FUNCTION__ macro
65 #define PERFETTO_DEBUG_FUNCTION_IDENTIFIER() __FUNCSIG__ macro
67 #define PERFETTO_DEBUG_FUNCTION_IDENTIFIER() \ macro