Home
last modified time | relevance | path

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

/Linux-v6.6/tools/lib/bpf/
Dlibbpf.h476 enum probe_attach_mode { enum
497 enum probe_attach_mode attach_mode;
650 enum probe_attach_mode attach_mode;
Dlibbpf.c10508 enum probe_attach_mode attach_mode; in bpf_program__attach_kprobe_opts()
11368 enum probe_attach_mode attach_mode; in bpf_program__attach_uprobe_opts()
/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/
Dattach_probe.c37 static void test_attach_probe_manual(enum probe_attach_mode attach_mode) in test_attach_probe_manual()