Home
last modified time | relevance | path

Searched refs:syscall_unaugmented (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/perf/util/bpf_skel/
H A Daugmented_raw_syscalls.bpf.c181 int syscall_unaugmented(struct syscall_enter_args *args) in syscall_unaugmented() function
/openbmc/linux/tools/perf/
H A Dbuiltin-trace.c3325 return trace->skel->progs.syscall_unaugmented;
3342 … bpf_program__fd(sc->bpf_prog.sys_enter) : bpf_program__fd(trace->skel->progs.syscall_unaugmented);
3348 …? bpf_program__fd(sc->bpf_prog.sys_exit) : bpf_program__fd(trace->skel->progs.syscall_unaugmented);
3373 pair->bpf_prog.sys_enter == trace->skel->progs.syscall_unaugmented)
3439 if (pair_prog == trace->skel->progs.syscall_unaugmented)
3517 if (sc->bpf_prog.sys_enter != trace->skel->progs.syscall_unaugmented)