| /tools/perf/tests/shell/common/ |
| A D | check_all_patterns_found.pl | 6 $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 D | check_no_patterns_found.pl | 6 $quiet = 1; 7 $quiet = 0 if (defined $ENV{TESTLOG_VERBOSITY} && $ENV{TESTLOG_VERBOSITY} ge 2); 29 print "Regexp found: \"$r\"\n" unless $quiet;
|
| A D | check_all_lines_matched.pl | 9 $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 D | check_errors_whitelisted.pl | 20 $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 D | runner.c | 30 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 D | vmbus_testing | 84 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 D | util.c | 18 if (quiet) in perf_stdio__warning() 51 if (quiet) in ui__warning()
|
| /tools/perf/tests/shell/base_probe/ |
| A D | test_basic.sh | 66 $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 D | builtin-check.c | 14 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 D | builtin-report.c | 489 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 D | run_bench_local_storage_rcu_tasks_trace.sh | 11 ./bench --nr_procs 15000 --kthread_pid $kthread_pid -d 600 --quiet local-storage-tasks-trace
|
| A D | bench_local_storage_rcu_tasks_trace.c | 215 if (env.quiet) in report_progress()
|
| /tools/scripts/ |
| A D | Makefile.include | 164 quiet = 167 quiet = quiet_ 181 quiet=silent_ 184 export quiet Q
|
| /tools/cgroup/ |
| A D | iocost_coef_gen.py | 52 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 D | timerlat.h | 58 int quiet; member
|
| A D | osnoise_top.c | 235 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 D | osnoise.h | 36 int quiet; member
|
| A D | timerlat_top.c | 452 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 D | perf-check.txt | 75 --quiet:: 80 'perf check feature --quiet libtraceevent'
|
| /tools/testing/selftests/net/forwarding/ |
| A D | tsn_lib.sh | 164 --quiet \ 252 --quiet
|
| /tools/build/ |
| A D | Build.include | 42 # 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 D | bench.h | 28 bool quiet; member
|
| A D | bench.c | 20 .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 D | record_bpf_filter.sh | 26 -o /dev/null --quiet true 2>&1
|
| /tools/perf/util/ |
| A D | debug.h | 14 extern bool quiet, dump_trace;
|