Searched refs:test_attach_api (Results 1 – 2 of 2) sorted by relevance
| /tools/testing/selftests/bpf/prog_tests/ |
| D | kprobe_multi_test.c | 139 test_attach_api(const char *pattern, struct bpf_kprobe_multi_opts *opts) in test_attach_api() function 174 test_attach_api("bpf_fentry_test*", &opts); in test_attach_api_pattern() 175 test_attach_api("bpf_fentry_test?", NULL); in test_attach_api_pattern() 194 test_attach_api(NULL, &opts); in test_attach_api_addrs() 213 test_attach_api(NULL, &opts); in test_attach_api_syms()
|
| D | uprobe_multi_test.c | 319 test_attach_api(const char *binary, const char *pattern, struct bpf_uprobe_multi_opts *opts) in test_attach_api() function 343 test_attach_api("/proc/self/exe", "uprobe_multi_func_*", &opts); in test_attach_api_pattern() 344 test_attach_api("/proc/self/exe", "uprobe_multi_func_?", &opts); in test_attach_api_pattern() 358 test_attach_api("/proc/self/exe", NULL, &opts); in test_attach_api_syms()
|