Home
last modified time | relevance | path

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

/linux/tools/tracing/rtla/src/
H A Dtimerlat.bpf.c124 int handle_timerlat_sample(struct trace_event_raw_timerlat_sample *tp_args) in handle_timerlat_sample() argument
132 latency = tp_args->timer_latency / output_divisor; in handle_timerlat_sample()
133 latency_us = tp_args->timer_latency / 1000; in handle_timerlat_sample()
136 if (tp_args->context == 0) { in handle_timerlat_sample()
142 } else if (tp_args->context == 1) { in handle_timerlat_sample()
/linux/tools/verification/rvgen/rvgen/
H A Ddot2k.py109 tp_args = tp_args_event if tp_type == "event" else tp_args_error
111 tp_args.insert(0, tp_args_id)
112 tp_proto_c = ", ".join([a+b for a,b in tp_args])
113 tp_args_c = ", ".join([b for a,b in tp_args])