Searched refs:NUM_TRACEPOINT_FIELDS (Results 1 – 1 of 1) sorted by relevance
138 #define NUM_TRACEPOINT_FIELDS 5 macro263 …logged_tracepoints[curr_tracepoint_ind * NUM_TRACEPOINT_FIELDS + 0] = KDBG_EXTRACT_CODE(trace_code… in clutch_impl_log_tracepoint()264 logged_tracepoints[curr_tracepoint_ind * NUM_TRACEPOINT_FIELDS + 1] = a1; in clutch_impl_log_tracepoint()265 logged_tracepoints[curr_tracepoint_ind * NUM_TRACEPOINT_FIELDS + 2] = a2; in clutch_impl_log_tracepoint()266 logged_tracepoints[curr_tracepoint_ind * NUM_TRACEPOINT_FIELDS + 3] = a3; in clutch_impl_log_tracepoint()267 logged_tracepoints[curr_tracepoint_ind * NUM_TRACEPOINT_FIELDS + 4] = a4; in clutch_impl_log_tracepoint()280 *clutch_trace_code = logged_tracepoints[expect_tracepoint_ind * NUM_TRACEPOINT_FIELDS + 0]; in clutch_impl_pop_tracepoint()281 *arg1 = logged_tracepoints[expect_tracepoint_ind * NUM_TRACEPOINT_FIELDS + 1]; in clutch_impl_pop_tracepoint()282 *arg2 = logged_tracepoints[expect_tracepoint_ind * NUM_TRACEPOINT_FIELDS + 2]; in clutch_impl_pop_tracepoint()283 *arg3 = logged_tracepoints[expect_tracepoint_ind * NUM_TRACEPOINT_FIELDS + 3]; in clutch_impl_pop_tracepoint()[all …]