Home
last modified time | relevance | path

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

/linux-6.15/tools/lib/bpf/
H A Dlibbpf.h519 enum probe_attach_mode { enum
540 enum probe_attach_mode attach_mode;
699 enum probe_attach_mode attach_mode;
H A Dlibbpf.c11275 enum probe_attach_mode attach_mode; in bpf_program__attach_kprobe_opts()
12223 enum probe_attach_mode attach_mode; in bpf_program__attach_uprobe_opts()
/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dattach_probe.c37 static void test_attach_probe_manual(enum probe_attach_mode attach_mode) in test_attach_probe_manual()