Home
last modified time | relevance | path

Searched refs:IDENTITY (Results 1 - 6 of 6) sorted by relevance

/kernel/liteos_m/components/trace/
H A Dlos_trace.h387 * @param IDENTITY [IN] Type #UINTPTR. The subject of this event description.
394 #define LOS_TRACE(TYPE, IDENTITY, ...) \
396 UINTPTR _inner[] = {0, TYPE##_PARAMS((UINTPTR)IDENTITY, ##__VA_ARGS__)}; \
418 * @param IDENTITY [IN] Type #UINTPTR. The subject of this event description.
425 #define LOS_TRACE_EASY(TYPE, IDENTITY, ...) \
430 g_traceEventHook(TRACE_USER_DEFAULT_FLAG | TYPE, (UINTPTR)IDENTITY, _n > 1 ? &_inner[1] : NULL, _n - 1); \
/kernel/liteos_a/kernel/include/
H A Dlos_trace.h426 * @param IDENTITY [IN] Type #UINTPTR. The subject of this event description.
433 #define LOS_TRACE(TYPE, IDENTITY, ...) \
435 UINTPTR _inner[] = {0, TYPE##_PARAMS((UINTPTR)IDENTITY, ##__VA_ARGS__)}; \
457 * @param IDENTITY [IN] Type #UINTPTR. The subject of this event description.
464 #define LOS_TRACE_EASY(TYPE, IDENTITY, ...) \
469 g_traceEventHook(TRACE_USER_DEFAULT_FLAG | TYPE, (UINTPTR)IDENTITY, _n > 1 ? &_inner[1] : NULL, _n - 1); \
/kernel/liteos_a/kernel/extended/trace/pipeline/
H A Dtrace_pipeline.h87 IDENTITY, enumerator
H A Dtrace_pipeline.c76 { IDENTITY, LOS_OFF_SET_OF(TraceEventFrame, identity), sizeof(UINTPTR) },
/kernel/liteos_m/components/trace/pipeline/
H A Dtrace_pipeline.h87 IDENTITY, enumerator
H A Dtrace_pipeline.c76 { IDENTITY, LOS_OFF_SET_OF(TraceEventFrame, identity), sizeof(UINTPTR) },

Completed in 5 milliseconds