Home
last modified time | relevance | path

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

/developtools/bytrace_standard/interfaces/innerkits/native/include/
Dbytrace.h69 #define BYTRACE_NAME(TAG, fmt, ...) ByTraceScoped TOKENPASTE2(tracer, __LINE__)(TAG, fmt, ##__VA_AR… argument
70 #define BYTRACE(TAG) BYTRACE_NAME(TAG, __func__) argument
/developtools/profiler/trace_analyzer/src/table/
Dlog_table.cpp21 enum Index { SEQ = 0, TS, PID, TID, LEVEL, TAG, CONTEXT, ORIGINTS }; enumerator
/developtools/profiler/host/smartperf/trace_streamer/src/table/
Dlog_table.cpp21 enum Index { SEQ = 0, TS, PID, TID, LEVEL, TAG, CONTEXT, ORIGINTS }; enumerator
/developtools/bytrace_standard/bin/test/unittest/common/native/
Dbytrace_ndk_test.cpp61 const uint64_t TAG = BYTRACE_TAG_OHOS; variable