Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dkprobe_multi_test.c137 test_attach_api(const char *pattern, struct bpf_kprobe_multi_opts *opts) in test_attach_api() function
172 test_attach_api("bpf_fentry_test*", &opts); in test_attach_api_pattern()
173 test_attach_api("bpf_fentry_test?", NULL); in test_attach_api_pattern()
192 test_attach_api(NULL, &opts); in test_attach_api_addrs()
211 test_attach_api(NULL, &opts); in test_attach_api_syms()
H A Duprobe_multi_test.c200 test_attach_api(const char *binary, const char *pattern, struct bpf_uprobe_multi_opts *opts) in test_attach_api() function
219 test_attach_api("/proc/self/exe", "uprobe_multi_func_*", &opts); in test_attach_api_pattern()
220 test_attach_api("/proc/self/exe", "uprobe_multi_func_?", &opts); in test_attach_api_pattern()
234 test_attach_api("/proc/self/exe", NULL, &opts); in test_attach_api_syms()