Searched refs:test_attach_api (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | kprobe_multi_test.c | 137 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 D | uprobe_multi_test.c | 200 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()
|