Searched refs:unaugmented_prog (Results 1 – 1 of 1) sorted by relevance
137 struct bpf_program *unaugmented_prog; member3315 return trace->syscalls.unaugmented_prog;3332 …n sc ? bpf_program__fd(sc->bpf_prog.sys_enter) : bpf_program__fd(trace->syscalls.unaugmented_prog);3338 …rn sc ? bpf_program__fd(sc->bpf_prog.sys_exit) : bpf_program__fd(trace->syscalls.unaugmented_prog);3437 pair->bpf_prog.sys_enter == trace->syscalls.unaugmented_prog)3490 if (pair_prog == trace->syscalls.unaugmented_prog)3568 if (sc->bpf_prog.sys_enter != trace->syscalls.unaugmented_prog)5032 …trace.syscalls.unaugmented_prog = trace__find_bpf_program_by_title(&trace, "!raw_syscalls:unaugmen…