Searched refs:libbpf_register_prog_handler (Results 1 – 5 of 5) sorted by relevance
| /Linux-v6.1/tools/testing/selftests/bpf/prog_tests/ |
| D | custom_sec_handlers.c | 81 abc1_id = libbpf_register_prog_handler("abc", BPF_PROG_TYPE_RAW_TRACEPOINT, 0, &abc1_opts); in register_sec_handlers() 82 abc2_id = libbpf_register_prog_handler("abc/", BPF_PROG_TYPE_RAW_TRACEPOINT, 0, &abc2_opts); in register_sec_handlers() 83 custom_id = libbpf_register_prog_handler("custom+", BPF_PROG_TYPE_TRACEPOINT, 0, &custom_opts); in register_sec_handlers() 113 kprobe_id = libbpf_register_prog_handler("kprobe+", BPF_PROG_TYPE_TRACEPOINT, 0, &opts); in test_custom_sec_handlers() 118 fallback_id = libbpf_register_prog_handler(NULL, BPF_PROG_TYPE_SYSCALL, 0, &opts); in test_custom_sec_handlers()
|
| /Linux-v6.1/tools/lib/bpf/ |
| D | libbpf.map | 352 libbpf_register_prog_handler;
|
| D | libbpf.h | 1507 LIBBPF_API int libbpf_register_prog_handler(const char *sec,
|
| D | libbpf.c | 8552 int libbpf_register_prog_handler(const char *sec, in libbpf_register_prog_handler() function
|
| /Linux-v6.1/tools/perf/util/ |
| D | bpf-loader.c | 47 int libbpf_register_prog_handler(const char *sec __maybe_unused, in libbpf_register_prog_handler() function 191 libbpf_sec_handler = libbpf_register_prog_handler(NULL, BPF_PROG_TYPE_KPROBE, in libbpf_init()
|