Home
last modified time | relevance | path

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

/xnu-11417.121.6/tests/sched/sched_test_harness/
H A Dsched_clutch_harness_impl.c248 is_logged_trace_code(uint64_t trace_code) in is_logged_trace_code() argument
250 …if (KDBG_EXTRACT_CLASS(trace_code) == DBG_MACH && KDBG_EXTRACT_SUBCLASS(trace_code) == DBG_MACH_SC… in is_logged_trace_code()
251 if (is_logged_clutch_trace_code(KDBG_EXTRACT_CODE(trace_code))) { in is_logged_trace_code()
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() argument
261 if (is_logged_trace_code(trace_code)) { in clutch_impl_log_tracepoint()
263 …ogged_tracepoints[curr_tracepoint_ind * NUM_TRACEPOINT_FIELDS + 0] = KDBG_EXTRACT_CODE(trace_code); in clutch_impl_log_tracepoint()
H A Dsched_runqueue_harness.c362 tracepoint_expect(uint64_t trace_code, uint64_t arg1, uint64_t arg2, uint64_t arg3, uint64_t arg4) in tracepoint_expect() argument
366 bool pass = (trace_code == popped_trace_code) && (arg1 == popped_arg1) && in tracepoint_expect()
369 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.h22 extern void impl_pop_tracepoint(uint64_t *trace_code, uint64_t *arg1, uint64_t *ar…
H A Dsched_runqueue_harness.h59 extern bool tracepoint_expect(uint64_t trace_code, uint64_t arg1, uint64_t arg2, u…