Home
last modified time | relevance | path

Searched refs:DTRACE_TMR7 (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.41.6/osfmk/kern/
H A Dtimer_call.c711 DTRACE_TMR7(callout__create, timer_call_func_t, call->tc_func, in timer_call_enter_internal()
1021 DTRACE_TMR7(callout__start, timer_call_func_t, func, in timer_queue_expire_with_options()
1992 DTRACE_TMR7(callout__create, timer_call_func_t, call->tc_func, in timer_call_trace_enter_before()
2046 DTRACE_TMR7(callout__start, timer_call_func_t, call->tc_func, in timer_call_trace_expire_entry()
/xnu-12377.41.6/osfmk/mach/machine/
H A Dsdt.h143 #define DTRACE_TMR7(name, type1, arg1, type2, arg2, type3, arg3, arg4, arg5, arg6, arg7) \ macro