Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dprobe-event.h48 struct probe_trace_arg { struct
63 struct probe_trace_arg *args; /* Arguments */ argument
191 int copy_to_probe_trace_arg(struct probe_trace_arg *tvar,
H A Dprobe-finder.h78 struct probe_trace_arg *tvar; /* Current result variable */
H A Dprobe-finder.c73 struct probe_trace_arg *tvar) in convert_variable_location()
203 struct probe_trace_arg *tvar, in convert_variable_type()
1319 tev->args = zalloc(sizeof(struct probe_trace_arg) * tev->nargs); in add_probe_trace_event()
H A Dprobe-event.c2003 tev->args = zalloc(sizeof(struct probe_trace_arg) * tev->nargs); in parse_probe_trace_command()
2160 static int synthesize_probe_trace_arg(struct probe_trace_arg *arg, in synthesize_probe_trace_arg()
3254 tev->args = zalloc(sizeof(struct probe_trace_arg) * in find_probe_trace_events_from_map()
3366 tev->args = zalloc(sizeof(struct probe_trace_arg) * tev->nargs); in try_to_find_absolute_address()
3828 int copy_to_probe_trace_arg(struct probe_trace_arg *tvar, in copy_to_probe_trace_arg()