Searched refs:unaugmented_prog (Results 1 – 1 of 1) sorted by relevance
132 struct bpf_program *unaugmented_prog; member3296 return trace->syscalls.unaugmented_prog;3313 …n sc ? bpf_program__fd(sc->bpf_prog.sys_enter) : bpf_program__fd(trace->syscalls.unaugmented_prog);3319 …rn sc ? bpf_program__fd(sc->bpf_prog.sys_exit) : bpf_program__fd(trace->syscalls.unaugmented_prog);3418 pair->bpf_prog.sys_enter == trace->syscalls.unaugmented_prog)3471 if (pair_prog == trace->syscalls.unaugmented_prog)3549 if (sc->bpf_prog.sys_enter != trace->syscalls.unaugmented_prog)5001 …trace.syscalls.unaugmented_prog = trace__find_bpf_program_by_title(&trace, "!raw_syscalls:unaugmen…