Home
last modified time | relevance | path

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

123

/linux-6.15/tools/perf/scripts/python/
H A Dparallel-perf.py203 if verbosity.verbose:
211 if verbosity.verbose:
231 if verbosity.normal and not verbosity.verbose:
249 elif verbosity.normal:
491 if verbosity.normal:
493 if verbosity.verbose:
505 if verbosity.debug:
520 if verbosity.debug:
528 if verbosity.debug:
544 if verbosity.debug:
[all …]
/linux-6.15/drivers/platform/x86/intel/telemetry/
H A Dcore.c52 u32 *verbosity) in telemetry_def_get_trace_verbosity() argument
59 u32 verbosity) in telemetry_def_set_trace_verbosity() argument
295 u32 *verbosity) in telemetry_get_trace_verbosity() argument
298 verbosity); in telemetry_get_trace_verbosity()
310 int telemetry_set_trace_verbosity(enum telemetry_unit telem_unit, u32 verbosity) in telemetry_set_trace_verbosity() argument
313 verbosity); in telemetry_set_trace_verbosity()
H A Ddebugfs.c669 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
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
737 err = kstrtou32_from_user(userbuf, count, 0, &verbosity); in telem_ioss_trc_verb_write()
[all …]
H A Dpltdrv.c986 u32 *verbosity) in telemetry_plt_get_trace_verbosity() argument
991 if (verbosity == NULL) in telemetry_plt_get_trace_verbosity()
1023 TELEM_EXTRACT_VERBOSITY(temp, *verbosity); in telemetry_plt_get_trace_verbosity()
1031 u32 verbosity) in telemetry_plt_set_trace_verbosity() argument
1036 verbosity &= TELEM_TRC_VERBOSITY_MASK; in telemetry_plt_set_trace_verbosity()
1050 TELEM_SET_VERBOSITY_BITS(temp, verbosity); in telemetry_plt_set_trace_verbosity()
1071 TELEM_SET_VERBOSITY_BITS(temp, verbosity); in telemetry_plt_set_trace_verbosity()
/linux-6.15/arch/x86/include/asm/
H A Dintel_telemetry.h75 u32 *verbosity);
78 u32 verbosity);
134 u32 verbosity);
137 u32 *verbosity);
/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dlog_fixup.c66 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 Dcore_reloc_raw.c77 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 Dbuild_id.c61 if (env.verbosity >= VERBOSE_NORMAL) in subtest_nofault()
97 if (env.verbosity >= VERBOSE_NORMAL) in subtest_sleepable()
H A Dsummarization.c9 if (env.verbosity >= VERBOSE_VERY) in print_verifier_log()
29 if (env.verbosity >= VERBOSE_SUPER) in test_aux()
H A Dlog_buf.c87 if (env.verbosity > VERBOSE_NONE) { in obj_load_log_buf()
128 if (env.verbosity > VERBOSE_NONE) { in obj_load_log_buf()
H A Dreg_bounds.c690 if (env.verbosity >= VERBOSE_VERY) in reg_state_refine()
702 if (env.verbosity >= VERBOSE_VERY) in reg_state_refine()
1279 if (env.verbosity >= VERBOSE_VERY) { in sim_case()
1291 if (env.verbosity >= VERBOSE_VERY) { in sim_case()
1308 if (env.verbosity >= VERBOSE_VERY) { in sim_case()
1428 if (failed || env.verbosity >= VERBOSE_VERY) { in verify_case_op()
1476 if (err || env.verbosity >= VERBOSE_NORMAL) in verify_case_opt()
1571 if (env.verbosity >= VERBOSE_SUPER) { in gen_vals()
1603 if (env.verbosity >= VERBOSE_SUPER) { in gen_vals()
1623 if (env.verbosity >= VERBOSE_SUPER) { in gen_ranges()
[all …]
H A Duretprobe_stack.c92 if (env.verbosity >= VERBOSE_NORMAL) { in validate_stack()
H A Dfexit_bpf2bpf.c382 if (env.verbosity > VERBOSE_NONE) in test_obj_load_failure_common()
387 if (env.verbosity > VERBOSE_NONE && exp_msg) /* we overtook log */ in test_obj_load_failure_common()
/linux-6.15/tools/testing/selftests/bpf/
H A Dtest_loader.c673 if (env.verbosity > VERBOSE_NONE) in prepare_case()
675 if (env.verbosity > VERBOSE_VERY) in prepare_case()
697 if (!force && env.verbosity == VERBOSE_NONE) in emit_verifier_log()
704 if (!force && env.verbosity == VERBOSE_NONE) in emit_xlated()
711 if (!force && env.verbosity == VERBOSE_NONE) in emit_jited()
755 if (env.verbosity == VERBOSE_NONE) in validate_msgs()
899 if (env.verbosity != VERBOSE_NONE) in should_do_test_run()
H A Dtest_progs.h45 enum verbosity { enum
107 enum verbosity verbosity; member
H A Dxdp_features.c27 bool verbosity; member
47 if (level == LIBBPF_DEBUG && !env.verbosity) in libbpf_print_fn()
140 env.verbosity = true; in parse_arg()
H A Dtest_progs.c46 return env.verbosity > VERBOSE_NONE; in verbose()
961 if (env.verbosity < VERBOSE_VERY && level == LIBBPF_DEBUG) in libbpf_print_fn()
1051 env->verbosity = VERBOSE_NORMAL; in parse_arg()
1054 env->verbosity = VERBOSE_VERY; in parse_arg()
1057 env->verbosity = VERBOSE_SUPER; in parse_arg()
1066 env_verbosity = env->verbosity; in parse_arg()
/linux-6.15/tools/perf/Documentation/
H A Dperf-kallsyms.txt24 Increase verbosity level, showing details about symbol table loading, etc.
/linux-6.15/tools/iio/
H A Dlsiio.c20 static enum verbosity { enum
/linux-6.15/drivers/media/usb/pwc/
H A DKconfig39 A special module options 'trace' is used to control the verbosity.
/linux-6.15/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_log.c203 bool default_logging, u32 verbosity) in guc_action_control_log() argument
208 (verbosity << GUC_LOG_CONTROL_VERBOSITY_SHIFT) | in guc_action_control_log()
212 GEM_BUG_ON(verbosity > GUC_LOG_VERBOSITY_MAX); in guc_action_control_log()
/linux-6.15/tools/tracing/latency/
H A Dlatency-collector.c82 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-6.15/Documentation/input/devices/
H A Dbcm5974.rst53 yields different levels of verbosity. Example (as root)::
/linux-6.15/Documentation/networking/
H A Dnetif-msg.rst19 level ranged from 0 to 7, and monotonically increased in verbosity.
/linux-6.15/Documentation/filesystems/
H A Decryptfs.rst79 then behavior is undefined. Do not run eCryptfs in higher verbosity

123