Searched refs:unaugmented_prog (Results 1 – 1 of 1) sorted by relevance
134 struct bpf_program *unaugmented_prog; member3271 return trace->syscalls.unaugmented_prog;3288 …n sc ? bpf_program__fd(sc->bpf_prog.sys_enter) : bpf_program__fd(trace->syscalls.unaugmented_prog);3294 …rn sc ? bpf_program__fd(sc->bpf_prog.sys_exit) : bpf_program__fd(trace->syscalls.unaugmented_prog);3393 pair->bpf_prog.sys_enter == trace->syscalls.unaugmented_prog)3446 if (pair_prog == trace->syscalls.unaugmented_prog)3524 if (sc->bpf_prog.sys_enter != trace->syscalls.unaugmented_prog)4966 …trace.syscalls.unaugmented_prog = trace__find_bpf_program_by_title(&trace, "!raw_syscalls:unaugmen…