Lines Matching defs:prog
3244 struct bpf_program *prog;
3249 prog = trace__find_bpf_program_by_title(trace, default_prog_name);
3250 if (prog != NULL)
3254 prog = trace__find_bpf_program_by_title(trace, default_prog_name);
3255 if (prog != NULL)
3261 prog = trace__find_bpf_program_by_title(trace, prog_name);
3263 if (prog != NULL) {
3265 return prog;
3268 pr_debug("Couldn't find BPF prog \"%s\" to associate with syscalls:sys_%s_%s, not augmenting it\n",
3509 * first and second arg (this one on the raw_syscalls:sys_exit prog
3521 * For now we're just reusing the sys_enter prog, and if it
5060 * if we handle it directly, i.e. if the BPF prog returns 0 so