Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Ddfx_unwind_async_thread.cpp47 DFX_TRACE_START("KeyThreadUnwindRemote:%d", tid); in UnwindStack()
57 DFX_TRACE_START("KeyThreadGetFrames:%d", tid); in UnwindStack()
68 DFX_TRACE_START("KeyThreadGetFrames:%d", tid); in UnwindStack()
74 DFX_TRACE_START("KeyThreadGetFrames:%d", tid); in UnwindStack()
H A Ddfx_unwind_remote.cpp204 DFX_TRACE_START("OtherThreadUnwindRemote:%d", tid); in UnwindOtherThread()
208 DFX_TRACE_START("OtherThreadGetFrames:%d", tid); in UnwindOtherThread()
/ohos5.0/base/hiviewdfx/faultloggerd/common/trace/include/
H A Ddfx_trace.h32 #define DFX_TRACE_START(fmt, ...) DfxStartTrace(fmt, ##__VA_ARGS__) macro
36 #define DFX_TRACE_START(fmt, ...) macro