Home
last modified time | relevance | path

Searched refs:bpf_attach_tracing_event (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/bcc/src/cc/
H A Dlibbpf.c1167 static int bpf_attach_tracing_event(int progfd, const char *event_path, int pid, in bpf_attach_tracing_event() function
1357 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()