Home
last modified time | relevance | path

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

/xnu-11417.121.6/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.c17 #define KERNEL_DEBUG_CONSTANT_IST(a0, a1, a2, a3, a4, a5, a6) clutch_impl_log_tracepoint(a1, a2, a3…
259 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