Searched refs:clutch_trace_code (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.81.4/tests/sched/sched_test_harness/ ! |
| H A D | sched_clutch_harness.c | 84 impl_pop_tracepoint(uint64_t clutch_trace_code, uint64_t *arg1, uint64_t *arg2, uint64_t *arg3, uin… in impl_pop_tracepoint() argument 86 clutch_impl_pop_tracepoint(clutch_trace_code, arg1, arg2, arg3, arg4); in impl_pop_tracepoint()
|
| H A D | sched_clutch_harness_impl.c | 319 is_logged_clutch_trace_code(uint64_t clutch_trace_code) in is_logged_clutch_trace_code() argument 322 if (logged_trace_codes[i] == clutch_trace_code) { in is_logged_clutch_trace_code() 372 clutch_impl_pop_tracepoint(uint64_t clutch_trace_code, uint64_t *arg1, uint64_t *arg2, uint64_t *ar… in clutch_impl_pop_tracepoint() argument 374 int ind = trace_code_to_ind(clutch_trace_code); in clutch_impl_pop_tracepoint() 383 …ed_tracepoints[ind][expect_tracepoint_inds[ind] * NUM_TRACEPOINT_FIELDS + 0] == clutch_trace_code); in clutch_impl_pop_tracepoint()
|
| H A D | sched_clutch_harness.h | 33 extern void clutch_impl_pop_tracepoint(uint64_t clutch_trace_code, uint64_t *arg1, uint64_t *arg2, …
|
| H A D | sched_edge_harness.c | 288 impl_pop_tracepoint(uint64_t clutch_trace_code, uint64_t *arg1, uint64_t *arg2, in impl_pop_tracepoint() argument 291 clutch_impl_pop_tracepoint(clutch_trace_code, arg1, arg2, arg3, arg4); in impl_pop_tracepoint()
|