Searched refs:syscall_unaugmented (Results 1 – 2 of 2) sorted by relevance
194 int syscall_unaugmented(struct syscall_enter_args *args) in syscall_unaugmented() function
3624 return trace->skel->progs.syscall_unaugmented; in trace__find_syscall_bpf_prog()3641 … bpf_program__fd(sc->bpf_prog.sys_enter) : bpf_program__fd(trace->skel->progs.syscall_unaugmented); in trace__bpf_prog_sys_enter_fd()3647 …? bpf_program__fd(sc->bpf_prog.sys_exit) : bpf_program__fd(trace->skel->progs.syscall_unaugmented); in trace__bpf_prog_sys_exit_fd()3756 pair->bpf_prog.sys_enter == trace->skel->progs.syscall_unaugmented) in trace__find_usable_bpf_prog_entry()3822 if (pair_prog == trace->skel->progs.syscall_unaugmented) in trace__find_usable_bpf_prog_entry()3912 if (sc->bpf_prog.sys_enter != trace->skel->progs.syscall_unaugmented) in trace__init_syscalls_bpf_prog_array_maps()