test_attach_api
test_attach_api("bpf_fentry_test*", &opts);
test_attach_api("bpf_fentry_test?", NULL);
test_attach_api(NULL, &opts);
test_attach_api(NULL, &opts);
test_attach_api("/proc/self/exe", "uprobe_multi_func_*", &opts);
test_attach_api("/proc/self/exe", "uprobe_multi_func_?", &opts);
test_attach_api("/proc/self/exe", NULL, &opts);