Home
last modified time | relevance | path

Searched refs:verbose (Results 1 – 25 of 113) sorted by relevance

12345

/tools/hv/
Dlsvmbus10 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/
Ddebug.h14 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__)
Ddebug.c26 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/
Djson.h14 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/
Dbenchmark.c53 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()
Dsystem.c153 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()
Dexample.cfg10 verbose = 0
Dparse.h41 unsigned int verbose; /* verbose output */ member
/tools/perf/Documentation/
Dperf.txt18 --debug verbose # sets verbose = 1
19 --debug verbose=2 # sets verbose = 2
22 verbose - general debug messages
Dperf-test.txt31 --verbose::
32 Be more verbose.
Dperf-data.txt34 --verbose::
35 Be more verbose (show counter open errors, etc).
Dperf-buildid-list.txt37 --verbose::
38 Be more verbose.
Dperf-lock.txt38 --verbose::
39 Be more verbose (show symbol address, etc).
/tools/perf/tests/
Dpython-use.c11 extern int verbose;
19 PYTHONPATH, PYTHON, verbose > 0 ? "" : "2> /dev/null") < 0) in test__python_use()
Dllvm.c80 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()
Dhists_filter.c134 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()
Dthread-map.c113 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/
Dbuiltin-evlist.c52 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/
Dcpuidle-info.c24 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/
Dprobe_vfs_getname.sh13 local verbose=$1
17 perf probe $verbose "vfs_getname=getname_flags:${line} pathname=filename:string"
/tools/perf/ui/browsers/
Dmap.c79 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/
Dfailcmd.sh42 --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/
Dver_functions.sh51 rcuperf.verbose=1
/tools/testing/selftests/rcutorture/configs/lock/
Dver_functions.sh42 locktorture.verbose=1
/tools/testing/selftests/rcutorture/configs/rcu/
Dver_functions.sh56 rcutorture.verbose=1

12345