Home
last modified time | relevance | path

Searched refs:trace_code (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.61.12/tests/sched/sched_test_harness/
H A Dsched_clutch_harness_impl.c319 is_logged_trace_code(uint64_t trace_code) in is_logged_trace_code() argument
321 …if (KDBG_EXTRACT_CLASS(trace_code) == DBG_MACH && KDBG_EXTRACT_SUBCLASS(trace_code) == DBG_MACH_SC… in is_logged_trace_code()
322 if (is_logged_clutch_trace_code(KDBG_EXTRACT_CODE(trace_code))) { in is_logged_trace_code()
330 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() argument
332 if (is_logged_trace_code(trace_code)) { in clutch_impl_log_tracepoint()
334 …ogged_tracepoints[curr_tracepoint_ind * NUM_TRACEPOINT_FIELDS + 0] = KDBG_EXTRACT_CODE(trace_code); in clutch_impl_log_tracepoint()
H A Dsched_runqueue_harness.c368 tracepoint_expect(uint64_t trace_code, uint64_t arg1, uint64_t arg2, uint64_t arg3, uint64_t arg4) in tracepoint_expect() argument
372 bool pass = (trace_code == popped_trace_code) && (arg1 == popped_arg1) && in tracepoint_expect()
375 trace_code, arg1, arg2, arg3, arg4); in tracepoint_expect()
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_harness_impl.h23 extern void impl_pop_tracepoint(uint64_t *trace_code, uint64_t *arg1, uint64_t *ar…
H A Dsched_runqueue_harness.h60 extern bool tracepoint_expect(uint64_t trace_code, uint64_t arg1, uint64_t arg2, u…