Searched refs:test_attach_api (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | kprobe_multi_test.c | 143 test_attach_api(const char *pattern, struct bpf_kprobe_multi_opts *opts) in test_attach_api() function 178 test_attach_api("bpf_fentry_test*", &opts); in test_attach_api_pattern() 179 test_attach_api("bpf_fentry_test?", NULL); in test_attach_api_pattern() 198 test_attach_api(NULL, &opts); in test_attach_api_addrs() 217 test_attach_api(NULL, &opts); in test_attach_api_syms()
|
| H A D | uprobe_multi_test.c | 332 test_attach_api(const char *binary, const char *pattern, struct bpf_uprobe_multi_opts *opts) in test_attach_api() function 358 test_attach_api("/proc/self/exe", "uprobe_multi_func_*", &opts); in test_attach_api_pattern() 359 test_attach_api("/proc/self/exe", "uprobe_multi_func_?", &opts); in test_attach_api_pattern() 373 test_attach_api("/proc/self/exe", NULL, &opts); in test_attach_api_syms()
|