Home
last modified time | relevance | path

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

/xnu-12377.81.4/tests/sched/sched_test_harness/
H A Dsched_clutch_harness_impl.c185 #define NUM_TRACEPOINT_FIELDS 5 macro
358 …logged_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()
386 *arg3 = logged_tracepoints[ind][expect_tracepoint_inds[ind] * NUM_TRACEPOINT_FIELDS + 3]; in clutch_impl_pop_tracepoint()
[all …]