Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/trace/
Dtrace_probe_tmpl.h174 struct probe_arg *arg; in __get_data_size()
194 struct probe_arg *arg; in store_trace_args()
217 print_probe_args(struct trace_seq *s, struct probe_arg *args, int nr_args, in print_probe_args()
224 struct probe_arg *a = args + i; in print_probe_args()
Dtrace_probe.h215 struct probe_arg { struct
247 struct probe_arg args[];
361 extern int traceprobe_update_arg(struct probe_arg *arg);
362 extern void traceprobe_free_probe_arg(struct probe_arg *arg);
Dtrace_probe.c565 struct probe_arg *parg, unsigned int flags, int offset) in traceprobe_parse_probe_arg_body()
766 struct probe_arg *args, int narg) in traceprobe_conflict_field_name()
784 struct probe_arg *parg = &tp->args[i]; in traceprobe_parse_probe_arg()
822 void traceprobe_free_probe_arg(struct probe_arg *arg) in traceprobe_free_probe_arg()
838 int traceprobe_update_arg(struct probe_arg *arg) in traceprobe_update_arg()
877 struct probe_arg *parg; in __set_print_fmt()
972 struct probe_arg *parg = &tp->args[i]; in traceprobe_define_arg_fields()
Dtrace_eprobe.c232 struct probe_arg *parg = &ep->tp.args[i]; in trace_eprobe_tp_arg_update()
384 struct probe_arg *arg; in get_eprobe_size()