Searched refs:probe_arg (Results 1 – 4 of 4) sorted by relevance
| /linux/kernel/trace/ |
| H A D | trace_probe.h | 238 struct probe_arg { struct 276 struct probe_arg args[]; 380 int trace_probe_print_args(struct trace_seq *s, struct probe_arg *args, int nr_args, 496 extern int traceprobe_update_arg(struct probe_arg *arg); 497 extern void traceprobe_free_probe_arg(struct probe_arg *arg);
|
| H A D | trace_probe_tmpl.h | 250 struct probe_arg *arg; in __get_data_size() 270 struct probe_arg *arg; in store_trace_args()
|
| H A D | trace_probe.c | 1844 static char *parse_probe_arg_type(char *arg, struct probe_arg *parg, in parse_probe_arg_type() 1909 struct probe_arg *parg, in finalize_fetch_insn() 2028 struct probe_arg *parg, in traceprobe_parse_probe_arg_body() 2128 struct probe_arg *args, int narg) in traceprobe_conflict_field_name() 2173 struct probe_arg *parg = &tp->args[i]; in traceprobe_parse_probe_arg() 2208 void traceprobe_free_probe_arg(struct probe_arg *arg) in traceprobe_free_probe_arg() 2427 int traceprobe_update_arg(struct probe_arg *arg) in traceprobe_update_arg() 2466 struct probe_arg *parg; in __set_print_fmt() 2559 struct probe_arg *parg = &tp->args[i]; in traceprobe_define_arg_fields() 2819 int trace_probe_print_args(struct trace_seq *s, struct probe_arg *args, int nr_args, in trace_probe_print_args() [all …]
|
| H A D | trace_eprobe.c | 367 struct probe_arg *arg; in get_eprobe_size()
|