Searched refs:quiet (Results 76 - 100 of 103) sorted by path

12345

/linux-master/tools/perf/
H A Dbuiltin-annotate.c764 OPT_BOOLEAN('q', "quiet", &quiet, "do now show any warnings or messages"),
900 if (quiet)
H A Dbuiltin-diff.c956 hists__fprintf(hists, !quiet, 0, 0, 0, stdout,
1004 if (!quiet) {
1011 if (verbose > 0 || ((data__files_cnt > 2) && !quiet))
1265 OPT_BOOLEAN('q', "quiet", &quiet, "Do not show any warnings or messages"),
1966 if (quiet)
H A Dbuiltin-lock.c1357 if (quiet || total == 0 || (broken == 0 && verbose <= 0))
1376 if (!quiet) {
1718 if (!quiet) {
1846 if (quiet || total == 0 || (broken == 0 && verbose <= 0))
1868 if (quiet || total == 0 || (bad == 0 && verbose <= 0))
1902 if (!quiet)
2575 OPT_BOOLEAN('q', "quiet", &quiet, "Do not show any warnings or messages"),
H A Dbuiltin-probe.c534 OPT_BOOLEAN('q', "quiet", &quiet,
535 "be quiet (do not show any warnings or messages)"),
634 if (quiet) {
H A Dbuiltin-record.c1866 if (!quiet) {
2695 if (!quiet)
2791 if (!quiet)
2852 if (!err && !quiet) {
3431 OPT_BOOLEAN('q', "quiet", &quiet, "don't print any warnings or messages"),
4010 if (quiet)
H A Dbuiltin-report.c484 if (quiet)
558 if (!quiet) {
581 hists__fprintf(hists, !quiet, 0, 0, rep->min_percent, stdout,
587 if (!quiet)
1314 OPT_BOOLEAN('q', "quiet", &quiet, "Do not show any warnings or messages"),
1538 if (quiet)
1725 if ((report.header || report.header_only) && !quiet) {
1739 } else if (use_browser == 0 && !quiet &&
H A Dbuiltin-stat.c978 if (quiet)
1285 OPT_BOOLEAN(0, "quiet", &quiet,
2605 if (!output && !quiet) {
/linux-master/tools/perf/tests/shell/common/
H A Dcheck_all_lines_matched.pl9 $quiet = 1;
10 $quiet = 0 if (defined $ENV{TESTLOG_VERBOSITY} && $ENV{TESTLOG_VERBOSITY} ge 2);
33 print "Line did not match any pattern: \"$_\"\n" unless $quiet;
H A Dcheck_all_patterns_found.pl6 $quiet = 1;
7 $quiet = 0 if (defined $ENV{TESTLOG_VERBOSITY} && $ENV{TESTLOG_VERBOSITY} ge 2);
29 print "Regexp not found: \"$r\"\n" unless $quiet;
H A Dcheck_no_patterns_found.pl6 $quiet = 1;
7 $quiet = 0 if (defined $ENV{TESTLOG_VERBOSITY} && $ENV{TESTLOG_VERBOSITY} ge 2);
29 print "Regexp found: \"$r\"\n" unless $quiet;
/linux-master/tools/perf/tests/shell/
H A Drecord.sh40 if ! perf record -o /dev/null --quiet ${testprog} 2> /dev/null
H A Drecord_bpf_filter.sh32 -o /dev/null --quiet true 2>&1
/linux-master/tools/perf/ui/
H A Dutil.c18 if (quiet)
51 if (quiet)
/linux-master/tools/perf/util/
H A Ddebug.c38 bool dump_trace = false, quiet = false; variable
H A Ddebug.h14 extern bool quiet, dump_trace;
/linux-master/tools/power/pm-graph/
H A Dsleepgraph.py780 def initFtrace(self, quiet=False):
783 if not quiet:
848 if not quiet:
5455 def executeSuspend(quiet=False):
5463 if not quiet:
5469 if not quiet:
5495 if not quiet:
5573 if not quiet:
5578 if not quiet:
6126 def processData(live=False, quiet
[all...]
/linux-master/tools/power/x86/turbostat/
H A Dturbostat.c232 unsigned int quiet; variable
367 if (!quiet)
1662 " -q, --quiet skip decoding system configuration header\n"
5310 if (quiet)
5344 if (quiet)
5892 if (!quiet)
5918 if (!quiet)
6068 if (quiet)
6124 if (!quiet) {
6228 if (quiet)
[all...]
/linux-master/tools/testing/selftests/bpf/
H A Dbench.c19 .quiet = false,
266 { "quiet", 'q', NULL, 0, "Be more quiet"},
342 env.quiet = true;
606 if (!env.quiet)
661 if (!env.quiet)
H A Dbench.h27 bool quiet; member in struct:env
H A Dveristat.c146 bool quiet; member in struct:env
219 { "quiet", 'q', NULL, 0, "Quiet mode" },
257 env.quiet = true;
970 if (!env.quiet) {
976 if (!env.quiet) {
1075 if (!env.quiet && env.out_fmt == RESFMT_TABLE)
2114 if (env.verbose && env.quiet) {
2115 fprintf(stderr, "Verbose and quiet modes are incompatible, please specify just one or neither!\n\n");
/linux-master/tools/testing/selftests/bpf/benchs/
H A Dbench_bpf_hashmap_lookup.c253 if (env.quiet) {
H A Dbench_local_storage_rcu_tasks_trace.c215 if (env.quiet)
H A Drun_bench_local_storage_rcu_tasks_trace.sh11 ./bench --nr_procs 15000 --kthread_pid $kthread_pid -d 600 --quiet local-storage-tasks-trace
/linux-master/tools/testing/selftests/net/forwarding/
H A Dlib.sh2015 if systemctl is-active --quiet lldpad; then
H A Dtsn_lib.sh161 --quiet \
244 --quiet

Completed in 379 milliseconds

12345