Home
last modified time | relevance | path

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

/xnu-12377.81.4/tests/sched/sched_test_harness/
H A Dsched_clutch_harness_impl.c189 static uint64_t *logged_tracepoints[MAX_LOGGED_TRACE_CODES]; variable
217 logged_tracepoints[i] = malloc(MAX_LOGGED_TRACEPOINTS * 5 * sizeof(uint64_t)); in clutch_impl_init_tracepoints()
358logged_tracepoints[ind][curr_tracepoint_inds[ind] * NUM_TRACEPOINT_FIELDS + 0] = KDBG_EXTRACT_CODE… in clutch_impl_log_tracepoint()
359 logged_tracepoints[ind][curr_tracepoint_inds[ind] * NUM_TRACEPOINT_FIELDS + 1] = a1; in clutch_impl_log_tracepoint()
360 logged_tracepoints[ind][curr_tracepoint_inds[ind] * NUM_TRACEPOINT_FIELDS + 2] = a2; in clutch_impl_log_tracepoint()
361 logged_tracepoints[ind][curr_tracepoint_inds[ind] * NUM_TRACEPOINT_FIELDS + 3] = a3; in clutch_impl_log_tracepoint()
362 logged_tracepoints[ind][curr_tracepoint_inds[ind] * NUM_TRACEPOINT_FIELDS + 4] = a4; in clutch_impl_log_tracepoint()
383 …assert(logged_tracepoints[ind][expect_tracepoint_inds[ind] * NUM_TRACEPOINT_FIELDS + 0] == clutch_… in clutch_impl_pop_tracepoint()
384 *arg1 = logged_tracepoints[ind][expect_tracepoint_inds[ind] * NUM_TRACEPOINT_FIELDS + 1]; in clutch_impl_pop_tracepoint()
385 *arg2 = logged_tracepoints[ind][expect_tracepoint_inds[ind] * NUM_TRACEPOINT_FIELDS + 2]; in clutch_impl_pop_tracepoint()
[all …]