Home
last modified time | relevance | path

Searched refs:probe_trace_arg (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-6.6/tools/perf/util/
H A Dbpf-prologue.h9 struct probe_trace_arg;
17 int bpf__gen_prologue(struct probe_trace_arg *args, int nargs,
25 bpf__gen_prologue(struct probe_trace_arg *args __maybe_unused, in bpf__gen_prologue()
H A Dprobe-event.h48 struct probe_trace_arg { struct
62 struct probe_trace_arg *args; /* Arguments */
193 int copy_to_probe_trace_arg(struct probe_trace_arg *tvar,
H A Dprobe-finder.h92 struct probe_trace_arg *tvar; /* Current result variable */
H A Dprobe-finder.c178 struct probe_trace_arg *tvar) in convert_variable_location()
310 struct probe_trace_arg *tvar, in convert_variable_type()
1411 tev->args = zalloc(sizeof(struct probe_trace_arg) * tev->nargs); in add_probe_trace_event()
H A Dprobe-event.c1949 tev->args = zalloc(sizeof(struct probe_trace_arg) * tev->nargs); in parse_probe_trace_command()
2106 static int synthesize_probe_trace_arg(struct probe_trace_arg *arg, in synthesize_probe_trace_arg()
3171 tev->args = zalloc(sizeof(struct probe_trace_arg) * in find_probe_trace_events_from_map()
3283 tev->args = zalloc(sizeof(struct probe_trace_arg) * tev->nargs); in try_to_find_absolute_address()
3799 int copy_to_probe_trace_arg(struct probe_trace_arg *tvar, in copy_to_probe_trace_arg()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dbpf-prologue.h18 int bpf__gen_prologue(struct probe_trace_arg *args, int nargs,
25 bpf__gen_prologue(struct probe_trace_arg *args __maybe_unused, in bpf__gen_prologue()
H A Dprobe-event.h47 struct probe_trace_arg { struct
61 struct probe_trace_arg *args; /* Arguments */
192 int copy_to_probe_trace_arg(struct probe_trace_arg *tvar,
H A Dbpf-prologue.c184 struct probe_trace_arg *args, int nargs) in gen_prologue_fastpath()
243 struct probe_trace_arg *args, int nargs) in gen_prologue_slowpath()
248 struct probe_trace_arg *arg = &args[i]; in gen_prologue_slowpath()
364 int bpf__gen_prologue(struct probe_trace_arg *args, int nargs, in bpf__gen_prologue()
H A Dprobe-finder.h92 struct probe_trace_arg *tvar; /* Current result variable */
H A Dprobe-finder.c173 struct probe_trace_arg *tvar) in convert_variable_location()
305 struct probe_trace_arg *tvar, in convert_variable_type()
1395 tev->args = zalloc(sizeof(struct probe_trace_arg) * tev->nargs); in add_probe_trace_event()
H A Dprobe-event.c1921 tev->args = zalloc(sizeof(struct probe_trace_arg) * tev->nargs); in parse_probe_trace_command()
2074 static int synthesize_probe_trace_arg(struct probe_trace_arg *arg, in synthesize_probe_trace_arg()
3101 tev->args = zalloc(sizeof(struct probe_trace_arg) * in find_probe_trace_events_from_map()
3213 tev->args = zalloc(sizeof(struct probe_trace_arg) * tev->nargs); in try_to_find_absolute_address()
3658 int copy_to_probe_trace_arg(struct probe_trace_arg *tvar, in copy_to_probe_trace_arg()
H A Dbpf-loader.c488 struct probe_trace_arg *arg1, *arg2; in compare_tev_args()

Completed in 21 milliseconds