Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/base/
H A Dcompiler.h53 #define PERFETTO_DEBUG_FUNCTION_IDENTIFIER() __PRETTY_FUNCTION__ macro
55 #define PERFETTO_DEBUG_FUNCTION_IDENTIFIER() __FUNCSIG__ macro
57 #define PERFETTO_DEBUG_FUNCTION_IDENTIFIER() \ macro
/aosp_15_r20/external/perfetto/include/perfetto/base/
H A Dcompiler.h53 #define PERFETTO_DEBUG_FUNCTION_IDENTIFIER() __PRETTY_FUNCTION__ macro
55 #define PERFETTO_DEBUG_FUNCTION_IDENTIFIER() __FUNCSIG__ macro
57 #define PERFETTO_DEBUG_FUNCTION_IDENTIFIER() \ macro