Home
last modified time | relevance | path

Searched defs:progfd (Results 1 – 9 of 9) 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()
1295 static int bpf_attach_probe(int progfd, enum bpf_probe_attach_type attach_type, in bpf_attach_probe()
1365 int bpf_attach_kprobe(int progfd, enum bpf_probe_attach_type attach_type, in bpf_attach_kprobe()
1401 int bpf_attach_uprobe(int progfd, enum bpf_probe_attach_type attach_type, in bpf_attach_uprobe()
1500 int bpf_attach_tracepoint(int progfd, const char *tp_category, in bpf_attach_tracepoint()
1522 int bpf_attach_raw_tracepoint(int progfd, const char *tp_name) in bpf_attach_raw_tracepoint()
1730 int bpf_attach_xdp(const char *dev_name, int progfd, uint32_t flags) { in bpf_attach_xdp()
1750 int bpf_attach_perf_event_raw(int progfd, void *perf_event_attr, pid_t pid, in bpf_attach_perf_event_raw()
1772 int bpf_attach_perf_event(int progfd, uint32_t ev_type, uint32_t ev_config, in bpf_attach_perf_event()
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/
H A Dtest_sock.c407 static int attach_sock_prog(int cgfd, int progfd, in attach_sock_prog()
482 int progfd = -1; in run_test_case() local
H A Dtest_lirc_mode2_user.c52 int ret, lircfd, progfd, inputfd; in main() local
H A Dtest_sysctl.c1547 int progfd = -1; in run_test_case() local
H A Dtest_sock_addr.c1319 int progfd = -1; in run_test_case() local
/aosp_15_r20/external/bpftool/src/
H A Dnet.c633 static int do_attach_detach_xdp(int progfd, enum net_attach_type attach_type, in do_attach_detach_xdp()
653 int progfd, ifindex, err = 0; in do_attach() local
707 int progfd, ifindex, err = 0; in do_detach() local
H A Dprog.c1032 static int parse_attach_detach_args(int argc, char **argv, int *progfd, in parse_attach_detach_args()
1068 int err, progfd; in do_attach() local
1090 int err, progfd; in do_detach() local
/aosp_15_r20/external/bcc/src/python/bcc/
H A D__init__.py1236 def _attach_perf_event(self, progfd, ev_type, ev_config, argument
1258 def _attach_perf_event_raw(self, progfd, attr, pid, cpu, group_fd): argument
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_listen.c272 static int enable_reuseport(int s, int progfd) in enable_reuseport()
287 static int socket_loopback_reuseport(int family, int sotype, int progfd) in socket_loopback_reuseport()