Searched refs:clutch_trace_code (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.1.9/tests/sched/sched_test_harness/ |
| H A D | sched_clutch_harness.c | 89 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 D | sched_clutch_harness_impl.c | 308 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 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 | 347 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()
|