Searched refs:clutch_trace_code (Results 1 – 4 of 4) sorted by relevance
| /xnu-11417.101.15/tests/sched/sched_test_harness/ |
| H A D | sched_clutch_harness.c | 83 impl_pop_tracepoint(uint64_t *clutch_trace_code, uint64_t *arg1, uint64_t *arg2, uint64_t *arg3, ui… in impl_pop_tracepoint() argument 85 clutch_impl_pop_tracepoint(clutch_trace_code, arg1, arg2, arg3, arg4); in impl_pop_tracepoint()
|
| H A D | sched_clutch_harness_impl.c | 237 is_logged_clutch_trace_code(uint64_t clutch_trace_code) in is_logged_clutch_trace_code() argument 240 if (logged_trace_codes[i] == clutch_trace_code) { in is_logged_clutch_trace_code() 277 clutch_impl_pop_tracepoint(uint64_t *clutch_trace_code, uint64_t *arg1, uint64_t *arg2, uint64_t *a… in clutch_impl_pop_tracepoint() argument 280 *clutch_trace_code = logged_tracepoints[expect_tracepoint_ind * NUM_TRACEPOINT_FIELDS + 0]; 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 | 319 impl_pop_tracepoint(uint64_t *clutch_trace_code, uint64_t *arg1, uint64_t *arg2, in impl_pop_tracepoint() argument 322 clutch_impl_pop_tracepoint(clutch_trace_code, arg1, arg2, arg3, arg4); in impl_pop_tracepoint()
|