Home
last modified time | relevance | path

Searched refs:test_attach_api (Results 1 – 2 of 2) sorted by relevance

/linux-6.14.4/tools/testing/selftests/bpf/prog_tests/
Dkprobe_multi_test.c140 test_attach_api(const char *pattern, struct bpf_kprobe_multi_opts *opts) in test_attach_api() function
175 test_attach_api("bpf_fentry_test*", &opts); in test_attach_api_pattern()
176 test_attach_api("bpf_fentry_test?", NULL); in test_attach_api_pattern()
195 test_attach_api(NULL, &opts); in test_attach_api_addrs()
214 test_attach_api(NULL, &opts); in test_attach_api_syms()
Duprobe_multi_test.c330 test_attach_api(const char *binary, const char *pattern, struct bpf_uprobe_multi_opts *opts) in test_attach_api() function
354 test_attach_api("/proc/self/exe", "uprobe_multi_func_*", &opts); in test_attach_api_pattern()
355 test_attach_api("/proc/self/exe", "uprobe_multi_func_?", &opts); in test_attach_api_pattern()
369 test_attach_api("/proc/self/exe", NULL, &opts); in test_attach_api_syms()