Home
last modified time | relevance | path

Searched refs:quiet (Results 1 – 25 of 52) sorted by relevance

123

/tools/perf/tests/shell/common/
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;
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;
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;
A Dcheck_errors_whitelisted.pl20 $quiet = 1;
21 $quiet = 0 if (defined $ENV{TESTLOG_VERBOSITY} && $ENV{TESTLOG_VERBOSITY} ge 2);
45 print "Line did not match any pattern: \"$_\"\n" unless $quiet;
/tools/testing/selftests/sched_ext/
A Drunner.c30 static bool quiet, print_skipped, list; variable
42 static void print_test_preamble(const struct scx_test *test, bool quiet) in print_test_preamble() argument
46 if (!quiet) in print_test_preamble()
140 quiet = true; in main()
176 print_test_preamble(test, quiet); in main()
182 print_test_preamble(test, quiet); in main()
/tools/hv/
A Dvmbus_testing84 set_test_state(state_path, dev_state.on.value, args.quiet)
91 args.quiet)
94 args.quiet)
203 def set_test_state(state_path, state_value, quiet):
207 if (not quiet):
211 if (not quiet):
224 def set_delay_values(device, file_map, delay_length, quiet):
235 if (not quiet):
249 def set_delay_all_devices(file_map, delay, quiet):
254 quiet)
[all …]
/tools/perf/ui/
A Dutil.c18 if (quiet) in perf_stdio__warning()
51 if (quiet) in ui__warning()
/tools/perf/tests/shell/base_probe/
A Dtest_basic.sh66 $CMD_PERF probe --quiet --add vfs_read > $LOGS_DIR/basic_quiet01.log 2> $LOGS_DIR/basic_quiet01.err
68 $CMD_PERF probe --quiet --del vfs_read > $LOGS_DIR/basic_quiet03.log 2> $LOGS_DIR/basic_quiet02.err
/tools/perf/
A Dbuiltin-check.c14 OPT_BOOLEAN('q', "quiet", &quiet, "do not show any warnings or messages"),
107 if (!quiet) in has_support()
113 if (!quiet) in has_support()
A Dbuiltin-report.c489 if (quiet) in hists__fprintf_nr_sample_events()
566 if (!quiet) { in evlist__tty_browse_hists()
597 hists__fprintf(hists, !quiet, 0, 0, rep->min_percent, stdout, in evlist__tty_browse_hists()
603 if (!quiet) in evlist__tty_browse_hists()
1333 OPT_BOOLEAN('q', "quiet", &quiet, "Do not show any warnings or messages"), in cmd_report()
1564 if (quiet) in cmd_report()
1802 if ((report.header || report.header_only) && !quiet) { in cmd_report()
1816 } else if (use_browser == 0 && !quiet && in cmd_report()
/tools/testing/selftests/bpf/benchs/
A Drun_bench_local_storage_rcu_tasks_trace.sh11 ./bench --nr_procs 15000 --kthread_pid $kthread_pid -d 600 --quiet local-storage-tasks-trace
A Dbench_local_storage_rcu_tasks_trace.c215 if (env.quiet) in report_progress()
/tools/scripts/
A DMakefile.include164 quiet =
167 quiet = quiet_
181 quiet=silent_
184 export quiet Q
/tools/cgroup/
A Diocost_coef_gen.py52 if not args.quiet:
56 if args.verbose and not args.quiet:
92 eta = 'never' if args.quiet else 'always'
/tools/tracing/rtla/src/
A Dtimerlat.h58 int quiet; member
A Dosnoise_top.c235 if (!params->quiet) in osnoise_print_stats()
449 params->quiet = 1; in osnoise_top_parse_args()
537 if (isatty(STDOUT_FILENO) && !params->quiet) in osnoise_top_apply_config()
708 if (!params->quiet) in osnoise_top_main()
A Dosnoise.h36 int quiet; member
A Dtimerlat_top.c452 if (!params->quiet) in timerlat_print_stats()
713 params->quiet = 1; in timerlat_top_parse_args()
845 if (isatty(STDOUT_FILENO) && !params->quiet) in timerlat_top_apply_config()
945 if (!params->quiet) in timerlat_top_main_loop()
995 wait_retval = timerlat_bpf_wait(params->quiet ? -1 : params->sleep_time); in timerlat_top_bpf_main_loop()
1003 if (!params->quiet) in timerlat_top_bpf_main_loop()
/tools/perf/Documentation/
A Dperf-check.txt75 --quiet::
80 'perf check feature --quiet libtraceevent'
/tools/testing/selftests/net/forwarding/
A Dtsn_lib.sh164 --quiet \
252 --quiet
/tools/build/
A DBuild.include42 # Short version is used, if $(quiet) equals `quiet_', otherwise full one.
43 echo-cmd = $(if $($(quiet)cmd_$(1)),\
44 echo ' $(call escsq,$($(quiet)cmd_$(1)))';)
/tools/testing/selftests/bpf/
A Dbench.h28 bool quiet; member
A Dbench.c20 .quiet = false,
349 env.quiet = true; in parse_arg()
654 if (!env.quiet) in setup_benchmark()
709 if (!env.quiet) in setup_benchmark()
/tools/perf/tests/shell/
A Drecord_bpf_filter.sh26 -o /dev/null --quiet true 2>&1
/tools/perf/util/
A Ddebug.h14 extern bool quiet, dump_trace;

Completed in 35 milliseconds

123