/tools/build/ |
D | Makefile.build | 16 quiet = 19 quiet=quiet_ 24 quiet=silent_
|
D | Build.include | 40 # Short version is used, if $(quiet) equals `quiet_', otherwise full one. 41 echo-cmd = $(if $($(quiet)cmd_$(1)),\ 42 echo ' $(call escsq,$($(quiet)cmd_$(1)))';)
|
/tools/testing/selftests/bpf/ |
D | test_libbpf.sh | 23 ./test_libbpf_open --quiet $1
|
/tools/cgroup/ |
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/perf/util/ |
D | debug.c | 27 bool dump_trace = false, quiet = false; variable 217 if (quiet) in perf_debug_option()
|
D | debug.h | 11 extern bool quiet, dump_trace;
|
D | pmu.h | 88 void print_pmu_events(const char *event_glob, bool name_only, bool quiet,
|
D | parse-events.h | 197 void print_events(const char *event_glob, bool name_only, bool quiet,
|
/tools/perf/ |
D | builtin-report.c | 428 if (quiet) in hists__fprintf_nr_sample_events() 487 if (!quiet) { in perf_evlist__tty_browse_hists() 501 hists__fprintf(hists, !quiet, 0, 0, rep->min_percent, stdout, in perf_evlist__tty_browse_hists() 507 if (!quiet) in perf_evlist__tty_browse_hists() 1078 OPT_BOOLEAN('q', "quiet", &quiet, "Do not show any message"), in cmd_report() 1246 if (quiet) in cmd_report() 1411 if ((report.header || report.header_only) && !quiet) { in cmd_report() 1418 } else if (use_browser == 0 && !quiet && in cmd_report()
|
D | builtin-probe.c | 42 bool quiet; member 511 OPT_BOOLEAN('q', "quiet", ¶ms.quiet, in __cmd_probe() 625 if (params.quiet) { in __cmd_probe()
|
D | builtin-annotate.c | 506 OPT_BOOLEAN('q', "quiet", &quiet, "do now show any message"), in cmd_annotate() 582 if (quiet) in cmd_annotate()
|
D | builtin-record.c | 1141 if (!quiet) in record__switch_output() 1609 if (!quiet) in __cmd_record() 1668 if (!quiet) in __cmd_record() 1718 if (!err && !quiet) { in __cmd_record() 2173 OPT_BOOLEAN('q', "quiet", &quiet, "don't print any message"), 2323 if (quiet) in cmd_record()
|
D | builtin-diff.c | 996 hists__fprintf(hists, !quiet, 0, 0, 0, stdout, in hists__process() 1044 if (!quiet) { in data_process() 1051 if (verbose > 0 || ((data__files_cnt > 2) && !quiet)) in data_process() 1247 OPT_BOOLEAN('q', "quiet", &quiet, "Do not show any message"), 1850 if (quiet) in cmd_diff()
|
D | Makefile.perf | 570 --quiet build_ext; \ 933 $(PYTHON_WORD) util/setup.py --quiet install --root='/$(DESTDIR_SQ)'
|
/tools/power/x86/turbostat/ |
D | turbostat.c | 44 unsigned int quiet; variable 4008 if (!quiet) in rapl_probe_intel() 4054 if (!quiet) in rapl_probe_amd() 4429 if (!quiet) in slm_bclk() 4493 if (!quiet) in set_temperature_target() 4655 if (!quiet) in process_cpuid() 4678 if (!quiet) { in process_cpuid() 4735 if (!quiet) in process_cpuid() 4749 if (!quiet) in process_cpuid() 4753 if (max_level >= 0x7 && !quiet) { in process_cpuid() [all …]
|
/tools/testing/selftests/net/ |
D | nettest.c | 101 static int quiet; variable 122 if (quiet) in log_msg() 140 if (quiet) in log_error() 158 if (quiet) in log_err_errno() 176 if (quiet) in log_address() 994 quiet = 1; in msg_loop() 1700 quiet = 1; in main()
|
/tools/bpf/bpftool/ |
D | main.h | 143 int open_obj_pinned(char *path, bool quiet);
|
D | common.c | 126 int open_obj_pinned(char *path, bool quiet) in open_obj_pinned() argument 132 if (!quiet) in open_obj_pinned()
|
/tools/perf/Documentation/ |
D | perf-annotate.txt | 43 --quiet::
|
D | perf-probe.txt | 59 --quiet:: 60 Be quiet (do not show any messages including errors).
|
D | perf-diff.txt | 77 --quiet::
|
D | perf-report.txt | 29 --quiet::
|
D | perf-record.txt | 268 --quiet::
|
/tools/usb/usbip/ |
D | INSTALL | 224 `--quiet'
|