Home
last modified time | relevance | path

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

/xnu-12377.81.4/tests/sched/sched_test_harness/
H A Dsched_clutch_harness.h32 extern void clutch_impl_log_tracepoint(uint64_t trace_code, uint64_t a1, uint64_t a2, uint64_t a3, …
H A Dsched_clutch_harness_impl.c18 #define KERNEL_DEBUG_CONSTANT_IST(a0, a1, a2, a3, a4, a5, a6) clutch_impl_log_tracepoint(a1, a2, a3…
352 clutch_impl_log_tracepoint(uint64_t trace_code, uint64_t a1, uint64_t a2, uint64_t a3, uint64_t a4) in clutch_impl_log_tracepoint() function
/xnu-12377.81.4/tests/sched/sched_test_harness/shadow_headers/
H A Dmisc_needed_deps.c43 #define KDBG(a1, a2, a3, a4, a5) clutch_impl_log_tracepoint(a1, a2, a3, a4, a5)