Home
last modified time | relevance | path

Searched refs:clutch_trace_code (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.41.6/tests/sched/sched_test_harness/
H A Dsched_clutch_harness.c89 impl_pop_tracepoint(uint64_t *clutch_trace_code, uint64_t *arg1, uint64_t *arg2, uint64_t *arg3, ui… in impl_pop_tracepoint() argument
91 clutch_impl_pop_tracepoint(clutch_trace_code, arg1, arg2, arg3, arg4); in impl_pop_tracepoint()
H A Dsched_clutch_harness_impl.c308 is_logged_clutch_trace_code(uint64_t clutch_trace_code) in is_logged_clutch_trace_code() argument
311 if (logged_trace_codes[i] == clutch_trace_code) { in is_logged_clutch_trace_code()
348 clutch_impl_pop_tracepoint(uint64_t *clutch_trace_code, uint64_t *arg1, uint64_t *arg2, uint64_t *a… in clutch_impl_pop_tracepoint() argument
351 *clutch_trace_code = logged_tracepoints[expect_tracepoint_ind * NUM_TRACEPOINT_FIELDS + 0]; in clutch_impl_pop_tracepoint()
H A Dsched_clutch_harness.h33 extern void clutch_impl_pop_tracepoint(uint64_t *clutch_trace_code, uint64_t *arg1, uint64_t *arg2,…
H A Dsched_edge_harness.c347 impl_pop_tracepoint(uint64_t *clutch_trace_code, uint64_t *arg1, uint64_t *arg2, in impl_pop_tracepoint() argument
350 clutch_impl_pop_tracepoint(clutch_trace_code, arg1, arg2, arg3, arg4); in impl_pop_tracepoint()