Searched refs:bpf_attach_tracing_event (Results 1 – 1 of 1) sorted by relevance
1167 static int bpf_attach_tracing_event(int progfd, const char *event_path, int pid, in bpf_attach_tracing_event() function1357 if (bpf_attach_tracing_event(progfd, buf, pid, &pfd) == 0) in bpf_attach_probe()1507 if (bpf_attach_tracing_event(progfd, buf, -1 /* PID */, &pfd) == 0) in bpf_attach_tracepoint()