Home
last modified time | relevance | path

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

/linux/tools/lib/bpf/
H A Dlibbpf.h498 enum probe_attach_mode { enum
519 enum probe_attach_mode attach_mode;
674 enum probe_attach_mode attach_mode;
H A Dlibbpf.c11148 enum probe_attach_mode attach_mode; in bpf_program__attach_kprobe_opts()
12053 enum probe_attach_mode attach_mode; in bpf_program__attach_uprobe_opts()
/linux/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()