/tools/hv/ |
D | lsvmbus | 10 more verbose messages", action="count") 14 verbose = 0 15 if options.verbose is not None: 16 verbose = options.verbose 95 if verbose == 0: 97 elif verbose == 1:
|
/tools/perf/util/ |
D | debug.h | 14 extern int verbose; 24 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__) 26 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__) 28 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__) 30 eprintf(1, verbose, pr_fmt(fmt), ##__VA_ARGS__) 32 eprintf(n, verbose, pr_fmt(fmt), ##__VA_ARGS__)
|
D | debug.c | 26 int verbose; variable 96 veprintf(1, verbose, fmt, args); in pr_stat() 98 eprintf(1, verbose, "\n"); in pr_stat() 176 { .name = "verbose", .ptr = &verbose }, 243 ret = veprintf(__l, verbose, fmt, args); \
|
/tools/perf/pmu-events/ |
D | json.h | 14 extern int verbose; 22 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__) 25 eprintf(1, verbose, pr_fmt(fmt), ##__VA_ARGS__) 28 eprintf(2, verbose, pr_fmt(fmt), ##__VA_ARGS__)
|
/tools/power/cpupower/bench/ |
D | benchmark.c | 53 if (config->verbose) in calculate_timespace() 75 if (config->verbose) in calculate_timespace() 124 if (config->verbose) in start_benchmark() 132 if (config->verbose) in start_benchmark() 144 if (config->verbose) in start_benchmark() 170 if (config->verbose) in start_benchmark() 187 if (config->verbose) in start_benchmark()
|
D | system.c | 153 if (config->verbose || config->output != stdout) in prepare_user() 167 if (config->verbose) in prepare_system() 174 if (config->verbose) in prepare_system() 180 if (config->verbose) in prepare_system() 186 if (config->verbose) in prepare_system()
|
D | example.cfg | 10 verbose = 0
|
D | parse.h | 41 unsigned int verbose; /* verbose output */ member
|
/tools/perf/Documentation/ |
D | perf.txt | 18 --debug verbose # sets verbose = 1 19 --debug verbose=2 # sets verbose = 2 22 verbose - general debug messages
|
D | perf-test.txt | 31 --verbose:: 32 Be more verbose.
|
D | perf-data.txt | 34 --verbose:: 35 Be more verbose (show counter open errors, etc).
|
D | perf-buildid-list.txt | 37 --verbose:: 38 Be more verbose.
|
D | perf-lock.txt | 38 --verbose:: 39 Be more verbose (show symbol address, etc).
|
/tools/perf/tests/ |
D | python-use.c | 11 extern int verbose; 19 PYTHONPATH, PYTHON, verbose > 0 ? "" : "2> /dev/null") < 0) in test__python_use()
|
D | llvm.c | 80 if (!force && (verbose <= 0 && in test_llvm__fetch_bpf_obj() 91 old_verbose = verbose; in test_llvm__fetch_bpf_obj() 92 if (verbose == 0) in test_llvm__fetch_bpf_obj() 93 verbose = -1; in test_llvm__fetch_bpf_obj() 123 verbose = old_verbose; in test_llvm__fetch_bpf_obj()
|
D | hists_filter.c | 134 if (verbose > 1) in test__hists_filter() 148 if (verbose > 2) { in test__hists_filter() 172 if (verbose > 2) { in test__hists_filter() 201 if (verbose > 2) { in test__hists_filter() 236 if (verbose > 2) { in test__hists_filter() 265 if (verbose > 2) { in test__hists_filter() 296 if (verbose > 2) { in test__hists_filter()
|
D | thread-map.c | 113 if (verbose > 0) in test__thread_map_remove() 121 if (verbose > 0) in test__thread_map_remove() 129 if (verbose > 0) in test__thread_map_remove()
|
/tools/perf/ |
D | builtin-evlist.c | 52 struct perf_attr_details details = { .verbose = false, }; in cmd_evlist() 56 OPT_BOOLEAN('v', "verbose", &details.verbose, in cmd_evlist() 73 if (details.event_group && (details.verbose || details.freq)) { in cmd_evlist()
|
/tools/power/cpupower/utils/ |
D | cpuidle-info.c | 24 static void cpuidle_cpu_output(unsigned int cpu, int verbose) in cpuidle_cpu_output() argument 46 if (!verbose) in cpuidle_cpu_output() 141 int ret = 0, cont = 1, output_param = 0, verbose = 1; in cmd_idle_info() local 154 verbose = 0; in cmd_idle_info() 208 cpuidle_cpu_output(cpu, verbose); in cmd_idle_info()
|
/tools/perf/tests/shell/lib/ |
D | probe_vfs_getname.sh | 13 local verbose=$1 17 perf probe $verbose "vfs_getname=getname_flags:${line} pathname=filename:string"
|
/tools/perf/ui/browsers/ |
D | map.c | 79 verbose > 0 ? "" : "restart with -v to use") < 0) in map_browser__run() 87 if (verbose > 0) in map_browser__run() 123 if (verbose > 0) { in map__browse()
|
/tools/testing/fault-injection/ |
D | failcmd.sh | 42 --interval=value, --space=value, --verbose=value, --task-filter=value, 87 LONGOPTS=probability:,interval:,times:,space:,verbose:,task-filter: 150 -v|--verbose) 151 echo $2 > $FAULTATTR/verbose
|
/tools/testing/selftests/rcutorture/configs/rcuperf/ |
D | ver_functions.sh | 51 rcuperf.verbose=1
|
/tools/testing/selftests/rcutorture/configs/lock/ |
D | ver_functions.sh | 42 locktorture.verbose=1
|
/tools/testing/selftests/rcutorture/configs/rcu/ |
D | ver_functions.sh | 56 rcutorture.verbose=1
|