Home
last modified time | relevance | path

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

/openbmc/linux/kernel/trace/
H A Dtrace_probe.h225 struct probe_arg {
263 struct probe_arg args[];
362 int trace_probe_print_args(struct trace_seq *s, struct probe_arg *args, int nr_args,
431 extern int traceprobe_update_arg(struct probe_arg *arg);
432 extern void traceprobe_free_probe_arg(struct probe_arg *arg);
226 struct probe_arg { global() struct
227 codeprobe_arg global() argument
228 dynamicprobe_arg global() argument
229 offsetprobe_arg global() argument
230 countprobe_arg global() argument
231 nameprobe_arg global() argument
232 commprobe_arg global() argument
233 fmtprobe_arg global() argument
234 typeprobe_arg global() argument
H A Dtrace_probe_tmpl.h237 struct probe_arg *arg; in __get_data_size()
257 struct probe_arg *arg; in store_trace_args()
H A Dtrace_probe.c1226 struct probe_arg *parg, in traceprobe_parse_probe_arg_body()
1465 struct probe_arg *args, int narg) in traceprobe_conflict_field_name()
1510 struct probe_arg *parg = &tp->args[i]; in traceprobe_parse_probe_arg()
1545 void traceprobe_free_probe_arg(struct probe_arg *arg) in traceprobe_free_probe_arg()
1707 int traceprobe_update_arg(struct probe_arg *arg) in traceprobe_update_arg()
1746 struct probe_arg *parg; in __set_print_fmt()
1839 struct probe_arg *parg = &tp->args[i]; in traceprobe_define_arg_fields()
2100 int trace_probe_print_args(struct trace_seq *s, struct probe_arg *args, int nr_args, in trace_probe_print_args()
2107 struct probe_arg *a = args + i; in trace_probe_print_args()
H A Dtrace_eprobe.c358 struct probe_arg *arg; in get_eprobe_size()