Home
last modified time | relevance | path

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

/xnu-12377.81.4/tests/sched/sched_test_harness/
H A Dsched_clutch_harness_impl.c330 is_logged_trace_code(uint64_t trace_code) in is_logged_trace_code() argument
332 …if (KDBG_EXTRACT_CLASS(trace_code) == DBG_MACH && KDBG_EXTRACT_SUBCLASS(trace_code) == DBG_MACH_SC… in is_logged_trace_code()
333 if (is_logged_clutch_trace_code(KDBG_EXTRACT_CODE(trace_code))) { in is_logged_trace_code()
341 trace_code_to_ind(uint64_t trace_code) in trace_code_to_ind() argument
344 if (trace_code == logged_trace_codes[i]) { in trace_code_to_ind()
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() argument
354 if (is_logged_trace_code(trace_code)) { in clutch_impl_log_tracepoint()
355 int ind = trace_code_to_ind(KDBG_EXTRACT_CODE(trace_code)); in clutch_impl_log_tracepoint()
358 …points[ind][curr_tracepoint_inds[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
371 impl_pop_tracepoint(trace_code, &popped_arg1, &popped_arg2, &popped_arg3, &popped_arg4); in tracepoint_expect()
374 trace_code, arg1, arg2, arg3, arg4); in tracepoint_expect()
377 trace_code, popped_arg1, popped_arg2, popped_arg3, popped_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 *arg…
H A Dsched_runqueue_harness.h61 extern bool tracepoint_expect(uint64_t trace_code, uint64_t arg1, uint64_t arg2, u…