Home
last modified time | relevance | path

Searched refs:test_options (Results 1 – 7 of 7) sorted by relevance

/tools/testing/selftests/filesystems/fuse/
Dtest_framework.h47 extern struct _test_options test_options;
55 } else if (test_options.verbose) \
68 } else if (test_options.verbose) \
119 else if (test_options.verbose) \
Dbpf_loader.c27 struct _test_options test_options; variable
799 .log_buf = test_options.verbose ? ptr_to_u64(log) : 0, in install_elf_bpf()
800 .log_size = test_options.verbose ? sizeof(log) : 0, in install_elf_bpf()
801 .log_level = test_options.verbose ? 2 : 0, in install_elf_bpf()
804 if (test_options.verbose) in install_elf_bpf()
Dfuse_daemon.c177 test_options.verbose = true; in parse_options()
Dtest_fuse.h24 extern struct _test_options test_options;
Dfuse_test.c111 if (test_options.verbose) in bpf_test_trace_maybe()
2265 test_options.file = strtol(optarg, NULL, 10); in parse_options()
2273 test_options.verbose = true; in parse_options()
/tools/perf/tests/
Dbuiltin-test.c524 const struct option test_options[] = { in cmd_test() local
544 argc = parse_options_subcommand(argc, argv, test_options, test_subcommands, test_usage, 0); in cmd_test()
/tools/testing/selftests/bpf/
Dtest_sockmap.c1332 static void test_options(char *options) in test_options() function
1392 test_options(options); in __test_exec()