Searched refs:IDENTITY (Results 1 - 6 of 6) sorted by relevance
/kernel/liteos_m/components/trace/ |
H A D | los_trace.h | 387 * @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 D | los_trace.h | 426 * @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 D | trace_pipeline.h | 87 IDENTITY, enumerator
|
H A D | trace_pipeline.c | 76 { IDENTITY, LOS_OFF_SET_OF(TraceEventFrame, identity), sizeof(UINTPTR) },
|
/kernel/liteos_m/components/trace/pipeline/ |
H A D | trace_pipeline.h | 87 IDENTITY, enumerator
|
H A D | trace_pipeline.c | 76 { IDENTITY, LOS_OFF_SET_OF(TraceEventFrame, identity), sizeof(UINTPTR) },
|
Completed in 5 milliseconds