Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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 */ argument
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-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 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 Dbpf-loader.c488 struct probe_trace_arg *arg1, *arg2; in compare_tev_args()