| /linux/tools/perf/scripts/python/ |
| H A D | parallel-perf.py | 125 def KillWork(worklist, verbosity): argument 192 def DoRunWork(worklist, nr_jobs, verbosity): argument 200 if chg and verbosity.normal: 203 if verbosity.verbose: 211 if verbosity.verbose: 226 if verbosity.verbose: 231 if verbosity.normal and not verbosity.verbose: 237 KillWork(not_finished, verbosity) 238 KillWork(running, verbosity) 249 elif verbosity.normal: [all …]
|
| /linux/drivers/platform/x86/intel/telemetry/ |
| H A D | core.c | 25 u32 *verbosity) in telemetry_def_get_trace_verbosity() argument 32 u32 verbosity) in telemetry_def_set_trace_verbosity() argument 118 u32 *verbosity) in telemetry_get_trace_verbosity() argument 121 verbosity); in telemetry_get_trace_verbosity() 133 int telemetry_set_trace_verbosity(enum telemetry_unit telem_unit, u32 verbosity) in telemetry_set_trace_verbosity() argument 136 verbosity); in telemetry_set_trace_verbosity()
|
| H A D | debugfs.c | 669 u32 verbosity; in telem_pss_trc_verb_show() local 672 err = telemetry_get_trace_verbosity(TELEM_PSS, &verbosity); in telem_pss_trc_verb_show() 678 seq_printf(s, "PSS Trace Verbosity %u\n", verbosity); in telem_pss_trc_verb_show() 686 u32 verbosity; in telem_pss_trc_verb_write() local 689 err = kstrtou32_from_user(userbuf, count, 0, &verbosity); in telem_pss_trc_verb_write() 693 err = telemetry_set_trace_verbosity(TELEM_PSS, verbosity); in telem_pss_trc_verb_write() 717 u32 verbosity; in telem_ioss_trc_verb_show() local 720 err = telemetry_get_trace_verbosity(TELEM_IOSS, &verbosity); in telem_ioss_trc_verb_show() 726 seq_printf(s, "IOSS Trace Verbosity %u\n", verbosity); in telem_ioss_trc_verb_show() 734 u32 verbosity; in telem_ioss_trc_verb_write() local [all …]
|
| H A D | pltdrv.c | 761 u32 *verbosity) in telemetry_plt_get_trace_verbosity() argument 766 if (verbosity == NULL) in telemetry_plt_get_trace_verbosity() 798 TELEM_EXTRACT_VERBOSITY(temp, *verbosity); in telemetry_plt_get_trace_verbosity() 806 u32 verbosity) in telemetry_plt_set_trace_verbosity() argument 811 verbosity &= TELEM_TRC_VERBOSITY_MASK; in telemetry_plt_set_trace_verbosity() 825 TELEM_SET_VERBOSITY_BITS(temp, verbosity); in telemetry_plt_set_trace_verbosity() 846 TELEM_SET_VERBOSITY_BITS(temp, verbosity); in telemetry_plt_set_trace_verbosity()
|
| /linux/arch/x86/include/asm/ |
| H A D | intel_telemetry.h | 63 u32 *verbosity); 66 u32 verbosity); 97 u32 verbosity); 100 u32 *verbosity);
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | log_fixup.c | 66 if (env.verbosity > VERBOSE_NONE) in bad_core_relo() 97 if (env.verbosity > VERBOSE_NONE) in bad_core_relo_subprog() 131 if (env.verbosity > VERBOSE_NONE) in missing_map() 160 if (env.verbosity > VERBOSE_NONE) in missing_kfunc()
|
| H A D | changes_pkt_data.c | |
| H A D | core_reloc_raw.c | 77 if (btf_fd < 0 || env.verbosity > VERBOSE_NORMAL) { in test_bad_local_id() 105 if (prog_fd < 0 || env.verbosity > VERBOSE_NORMAL) { in test_bad_local_id()
|
| H A D | build_id.c | 61 if (env.verbosity >= VERBOSE_NORMAL) in subtest_nofault() 97 if (env.verbosity >= VERBOSE_NORMAL) in subtest_sleepable()
|
| H A D | log_buf.c | 91 if (env.verbosity > VERBOSE_NONE) { in obj_load_log_buf() 132 if (env.verbosity > VERBOSE_NONE) { in obj_load_log_buf()
|
| H A D | reg_bounds.c | 812 if (env.verbosity >= VERBOSE_VERY) 824 if (env.verbosity >= VERBOSE_VERY) in reg_state_cond() 1437 if (env.verbosity >= VERBOSE_VERY) { 1449 if (env.verbosity >= VERBOSE_VERY) { 1466 if (env.verbosity >= VERBOSE_VERY) { 1590 if (failed || env.verbosity >= VERBOSE_NORMAL) { in verify_case_opt() 1591 if (failed || env.verbosity >= VERBOSE_VERY) { in verify_case_opt() 1635 if (env.verbosity >= VERBOSE_NORMAL) /* this speeds up debugging */ in s64_cmp() 1639 if (err || env.verbosity >= VERBOSE_NORMAL) in s32_cmp() 1734 if (env.verbosity > in gen_ranges() [all...] |
| H A D | uretprobe_stack.c | 92 if (env.verbosity >= VERBOSE_NORMAL) { in validate_stack()
|
| H A D | fexit_bpf2bpf.c | 393 if (env.verbosity > VERBOSE_NONE) in test_obj_load_failure_common() 398 if (env.verbosity > VERBOSE_NONE && exp_msg) /* we overtook log */
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | test_loader.c | 745 if (env.verbosity > VERBOSE_NONE) in validate_msgs() 747 if (env.verbosity > VERBOSE_VERY) in validate_msgs() 769 if (!force && env.verbosity == VERBOSE_NONE) in validate_msgs() 776 if (!force && env.verbosity == VERBOSE_NONE) 783 if (!force && env.verbosity == VERBOSE_NONE) in drop_capabilities() 790 if (!force && env.verbosity == VERBOSE_NONE) in drop_capabilities() 834 if (!force && env.verbosity == VERBOSE_NONE) in is_unpriv_capable_map() 975 if (env.verbosity == VERBOSE_NONE) in run_subtest() 1129 if (env.verbosity != VERBOSE_NONE) in process_subtest()
|
| H A D | test_progs.h | 46 enum verbosity { 108 enum verbosity verbosity; 45 enum verbosity { global() enum 107 enum verbosity verbosity; global() member
|
| H A D | xdp_features.c | 28 bool verbosity; member 48 if (level == LIBBPF_DEBUG && !env.verbosity) in libbpf_print_fn() 141 env.verbosity = true; in parse_arg()
|
| H A D | test_progs.c | 48 return env.verbosity > VERBOSE_NONE; in verbose() 994 if (env.verbosity < VERBOSE_VERY && level == LIBBPF_DEBUG) in libbpf_print_fn() 1084 env->verbosity = VERBOSE_NORMAL; in parse_arg() 1087 env->verbosity = VERBOSE_VERY; in parse_arg() 1090 env->verbosity = VERBOSE_SUPER; in parse_arg() 1094 "Unrecognized verbosity setting ('%s'), only -v and -vv are supported\n", in parse_arg() 1099 env_verbosity = env->verbosity; in parse_arg()
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-kallsyms.txt | 24 Increase verbosity level, showing details about symbol table loading, etc.
|
| /linux/tools/iio/ |
| H A D | lsiio.c | 20 static enum verbosity { enum
|
| /linux/drivers/media/usb/pwc/ |
| H A D | Kconfig | 39 A special module options 'trace' is used to control the verbosity.
|
| /linux/tools/tracing/latency/ |
| H A D | latency-collector.c | 82 static int verbosity; variable 84 #define verbose_sizechange() (verbosity >= 1) 85 #define verbose_lostevent() (verbosity >= 2) 86 #define verbose_ftrace() (verbosity >= 1) 1951 verbosity++; in scan_arguments()
|
| /linux/Documentation/input/devices/ |
| H A D | bcm5974.rst | 53 yields different levels of verbosity. Example (as root)::
|
| /linux/tools/usb/ |
| H A D | ffs-test.c | 57 static unsigned verbosity = 7; variable 66 if (level <= verbosity) { in _msg()
|
| /linux/Documentation/filesystems/ |
| H A D | ecryptfs.rst | 79 then behavior is undefined. Do not run eCryptfs in higher verbosity
|
| /linux/Documentation/networking/ |
| H A D | netif-msg.rst | 19 level ranged from 0 to 7, and monotonically increased in verbosity.
|