Home
last modified time | relevance | path

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

/kernel/trace/
Dtrace_probe_tmpl.h217 struct probe_arg *arg; in __get_data_size()
237 struct probe_arg *arg; in store_trace_args()
258 print_probe_args(struct trace_seq *s, struct probe_arg *args, int nr_args, in print_probe_args()
265 struct probe_arg *a = args + i; in print_probe_args()
Dtrace_probe.h220 struct probe_arg { struct
252 struct probe_arg args[];
366 extern int traceprobe_update_arg(struct probe_arg *arg);
367 extern void traceprobe_free_probe_arg(struct probe_arg *arg);
Dtrace_probe.c567 struct probe_arg *parg, unsigned int flags, int offset) in traceprobe_parse_probe_arg_body()
782 struct probe_arg *args, int narg) in traceprobe_conflict_field_name()
800 struct probe_arg *parg = &tp->args[i]; in traceprobe_parse_probe_arg()
838 void traceprobe_free_probe_arg(struct probe_arg *arg) in traceprobe_free_probe_arg()
854 int traceprobe_update_arg(struct probe_arg *arg) in traceprobe_update_arg()
893 struct probe_arg *parg; in __set_print_fmt()
986 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()