Searched defs:progfd (Results 1 – 5 of 5) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | test_lirc_mode2_user.c | 50 int ret, lircfd, progfd, mode; in main() local
|
D | test_sock.c | 339 static int attach_sock_prog(int cgfd, int progfd, in attach_sock_prog() 391 int progfd = -1; in run_test_case() local
|
D | test_sock_addr.c | 1284 int progfd = -1; in run_test_case() local
|
/external/bcc/src/cc/ |
D | libbpf.c | 771 static int bpf_attach_tracing_event(int progfd, const char *event_path, int pid, in bpf_attach_tracing_event() 827 int bpf_attach_kprobe(int progfd, enum bpf_probe_attach_type attach_type, in bpf_attach_kprobe() 943 int bpf_attach_uprobe(int progfd, enum bpf_probe_attach_type attach_type, in bpf_attach_uprobe() 1083 int bpf_attach_tracepoint(int progfd, const char *tp_category, in bpf_attach_tracepoint() 1106 int bpf_attach_raw_tracepoint(int progfd, char *tp_name) in bpf_attach_raw_tracepoint() 1228 int bpf_attach_xdp(const char *dev_name, int progfd, uint32_t flags) { in bpf_attach_xdp() 1349 int bpf_attach_perf_event_raw(int progfd, void *perf_event_attr, pid_t pid, in bpf_attach_perf_event_raw() 1371 int bpf_attach_perf_event(int progfd, uint32_t ev_type, uint32_t ev_config, in bpf_attach_perf_event()
|
/external/bcc/src/python/bcc/ |
D | __init__.py | 840 def _attach_perf_event(self, progfd, ev_type, ev_config, argument
|