Home
last modified time | relevance | path

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

/linux-5.19.10/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.c561 struct probe_arg *parg, unsigned int flags, int offset) in traceprobe_parse_probe_arg_body()
762 struct probe_arg *args, int narg) in traceprobe_conflict_field_name()
780 struct probe_arg *parg = &tp->args[i]; in traceprobe_parse_probe_arg()
818 void traceprobe_free_probe_arg(struct probe_arg *arg) in traceprobe_free_probe_arg()
834 int traceprobe_update_arg(struct probe_arg *arg) in traceprobe_update_arg()
873 struct probe_arg *parg; in __set_print_fmt()
968 struct probe_arg *parg = &tp->args[i]; in traceprobe_define_arg_fields()
Dtrace_eprobe.c226 struct probe_arg *parg = &ep->tp.args[i]; in trace_eprobe_tp_arg_update()
378 struct probe_arg *arg; in get_eprobe_size()