Home
last modified time | relevance | path

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

/kernel/trace/
Dtrace_probe_tmpl.h176 struct probe_arg *arg; in __get_data_size()
196 struct probe_arg *arg; in store_trace_args()
221 print_probe_args(struct trace_seq *s, struct probe_arg *args, int nr_args, in print_probe_args()
228 struct probe_arg *a = args + i; in print_probe_args()
Dtrace_probe.h215 struct probe_arg { struct
247 struct probe_arg args[];
371 extern int traceprobe_update_arg(struct probe_arg *arg);
372 extern void traceprobe_free_probe_arg(struct probe_arg *arg);
Dtrace_probe.c544 struct probe_arg *parg, unsigned int flags, int offset) in traceprobe_parse_probe_arg_body()
734 struct probe_arg *args, int narg) in traceprobe_conflict_field_name()
752 struct probe_arg *parg = &tp->args[i]; in traceprobe_parse_probe_arg()
790 void traceprobe_free_probe_arg(struct probe_arg *arg) in traceprobe_free_probe_arg()
806 int traceprobe_update_arg(struct probe_arg *arg) in traceprobe_update_arg()
845 struct probe_arg *parg; in __set_print_fmt()
930 struct probe_arg *parg = &tp->args[i]; in traceprobe_define_arg_fields()
Dtrace_uprobe.c88 (sizeof(struct probe_arg) * (n)))
Dtrace_kprobe.c85 (sizeof(struct probe_arg) * (n)))