Searched refs:unaugmented_prog (Results 1 – 1 of 1) sorted by relevance
133 struct bpf_program *unaugmented_prog; member3307 return trace->syscalls.unaugmented_prog;3324 …n sc ? bpf_program__fd(sc->bpf_prog.sys_enter) : bpf_program__fd(trace->syscalls.unaugmented_prog);3330 …rn sc ? bpf_program__fd(sc->bpf_prog.sys_exit) : bpf_program__fd(trace->syscalls.unaugmented_prog);3429 pair->bpf_prog.sys_enter == trace->syscalls.unaugmented_prog)3482 if (pair_prog == trace->syscalls.unaugmented_prog)3560 if (sc->bpf_prog.sys_enter != trace->syscalls.unaugmented_prog)5024 …trace.syscalls.unaugmented_prog = trace__find_bpf_program_by_title(&trace, "!raw_syscalls:unaugmen…