test_module_attach_prog
test_module_attach_prog(read_tests[i], READ_SZ, NULL, 0);
test_module_attach_prog("handle_raw_tp_bare", WRITE_SZ, NULL, 0);
test_module_attach_prog("handle_fentry_manual", READ_SZ,
test_module_attach_prog("handle_fentry_explicit_manual",
test_module_attach_prog("handle_fexit", READ_SZ, NULL, -EIO);
test_module_attach_prog("handle_fexit_ret", 0, NULL, 0);