Home
last modified time | relevance | path

Searched refs:HiDebug_StackFrame (Results 1 – 4 of 4) sorted by relevance

/developtools/profiler/hidebug/interfaces/native/kits/include/hidebug/
Dhidebug_type.h294 typedef struct HiDebug_StackFrame { struct
307 } HiDebug_StackFrame; argument
Dhidebug.h215 typedef void (*OH_HiDebug_SymbolicAddressCallback)(void* pc, void* arg, const HiDebug_StackFrame* f…
/developtools/profiler/hidebug/test/unittest/native/
Dhidebug_backtrace_test.cpp62 auto callback = [] (void* pc, void* arg, const HiDebug_StackFrame* frame) { in __anonc00a800e0102()
/developtools/profiler/hidebug/frameworks/hidebug_ndk/
Dhidebug_backtrace.cpp41 HiDebug_StackFrame stackFrame; in OH_HiDebug_SymbolicAddress()