Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dkprobe_multi_test.c144 test_attach_api(const char *pattern, struct bpf_kprobe_multi_opts *opts) in test_attach_api() function
179 test_attach_api("bpf_fentry_test*", &opts); in test_attach_api_pattern()
180 test_attach_api("bpf_fentry_test?", NULL); in test_attach_api_pattern()
199 test_attach_api(NULL, &opts); in test_attach_api_addrs()
218 test_attach_api(NULL, &opts); in test_attach_api_syms()
H A Duprobe_multi_test.c333 test_attach_api(const char *binary, const char *pattern, struct bpf_uprobe_multi_opts *opts) in test_attach_api()
359 test_attach_api("/proc/self/exe", "uprobe_multi_func_*", &opts); in test_attach_api_pattern()
360 test_attach_api("/proc/self/exe", "uprobe_multi_func_?", &opts); in test_attach_api_pattern()
374 test_attach_api("/proc/self/exe", NULL, &opts); in test_attach_api_syms()
332 test_attach_api(const char *binary, const char *pattern, struct bpf_uprobe_multi_opts *opts) test_attach_api() function