Searched defs:progfd (Results 1 – 6 of 6) sorted by relevance
/external/bcc/src/cc/ |
D | libbpf.c | 783 static int bpf_attach_tracing_event(int progfd, const char *event_path, int pid, in bpf_attach_tracing_event() 839 int bpf_attach_kprobe(int progfd, enum bpf_probe_attach_type attach_type, in bpf_attach_kprobe() 968 int bpf_attach_uprobe(int progfd, enum bpf_probe_attach_type attach_type, in bpf_attach_uprobe() 1127 int bpf_attach_tracepoint(int progfd, const char *tp_category, in bpf_attach_tracepoint() 1156 int bpf_attach_raw_tracepoint(int progfd, char *tp_name) in bpf_attach_raw_tracepoint() 1278 int bpf_attach_xdp(const char *dev_name, int progfd, uint32_t flags) { in bpf_attach_xdp() 1399 int bpf_attach_perf_event_raw(int progfd, void *perf_event_attr, pid_t pid, in bpf_attach_perf_event_raw() 1421 int bpf_attach_perf_event(int progfd, uint32_t ev_type, uint32_t ev_config, in bpf_attach_perf_event()
|
/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | test_lirc_mode2_user.c | 51 int ret, lircfd, progfd, inputfd; in main() local
|
D | test_sock.c | 349 static int attach_sock_prog(int cgfd, int progfd, in attach_sock_prog() 401 int progfd = -1; in run_test_case() local
|
D | test_sysctl.c | 1553 int progfd = -1; in run_test_case() local
|
D | test_sock_addr.c | 1526 int progfd = -1; in run_test_case() local
|
/external/bcc/src/python/bcc/ |
D | __init__.py | 868 def _attach_perf_event(self, progfd, ev_type, ev_config, argument
|