Searched refs:test_options (Results 1 – 7 of 7) sorted by relevance
/tools/testing/selftests/filesystems/fuse/ |
D | test_framework.h | 47 extern struct _test_options test_options; 55 } else if (test_options.verbose) \ 68 } else if (test_options.verbose) \ 119 else if (test_options.verbose) \
|
D | bpf_loader.c | 27 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()
|
D | fuse_daemon.c | 177 test_options.verbose = true; in parse_options()
|
D | test_fuse.h | 24 extern struct _test_options test_options;
|
D | fuse_test.c | 111 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/ |
D | builtin-test.c | 524 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/ |
D | test_sockmap.c | 1332 static void test_options(char *options) in test_options() function 1392 test_options(options); in __test_exec()
|