/linux-6.6.21/drivers/platform/x86/intel/telemetry/ |
D | core.c | 52 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()
|
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 …]
|
D | pltdrv.c | 986 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.6.21/arch/x86/include/asm/ |
D | intel_telemetry.h | 75 u32 *verbosity); 78 u32 verbosity); 134 u32 verbosity); 137 u32 *verbosity);
|
/linux-6.6.21/tools/testing/selftests/bpf/prog_tests/ |
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()
|
D | log_buf.c | 86 if (env.verbosity > VERBOSE_NONE) { in obj_load_log_buf() 127 if (env.verbosity > VERBOSE_NONE) { in obj_load_log_buf()
|
D | sk_assign.c | 68 (env.verbosity < VERBOSE_VERY) ? " 2>/dev/null" : "verbose"); in configure_stack()
|
/linux-6.6.21/tools/testing/selftests/bpf/ |
D | test_loader.c | 348 if (env.verbosity > VERBOSE_NONE) in prepare_case() 350 if (env.verbosity > VERBOSE_VERY) in prepare_case() 373 if (!force && env.verbosity == VERBOSE_NONE) in emit_verifier_log() 395 if (env.verbosity == VERBOSE_NONE) in validate_case() 520 if (env.verbosity != VERBOSE_NONE) in should_do_test_run()
|
D | test_progs.h | 45 enum verbosity { enum 103 enum verbosity verbosity; member
|
D | xdp_features.c | 27 bool verbosity; member 47 if (level == LIBBPF_DEBUG && !env.verbosity) in libbpf_print_fn() 140 env.verbosity = true; in parse_arg()
|
D | test_progs.c | 24 return env.verbosity > VERBOSE_NONE; in verbose() 707 if (env.verbosity < VERBOSE_VERY && level == LIBBPF_DEBUG) in libbpf_print_fn() 796 env->verbosity = VERBOSE_NORMAL; in parse_arg() 799 env->verbosity = VERBOSE_VERY; in parse_arg() 802 env->verbosity = VERBOSE_SUPER; in parse_arg()
|
/linux-6.6.21/tools/perf/Documentation/ |
D | perf-kallsyms.txt | 24 Increase verbosity level, showing details about symbol table loading, etc.
|
D | perf-ftrace.txt | 54 Increase the verbosity level.
|
/linux-6.6.21/tools/iio/ |
D | lsiio.c | 20 static enum verbosity { enum
|
/linux-6.6.21/drivers/media/usb/pwc/ |
D | Kconfig | 39 A special module options 'trace' is used to control the verbosity.
|
/linux-6.6.21/drivers/gpu/drm/i915/gt/uc/ |
D | intel_guc_log.c | 203 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.6.21/tools/tracing/latency/ |
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-6.6.21/Documentation/input/devices/ |
D | bcm5974.rst | 53 yields different levels of verbosity. Example (as root)::
|
/linux-6.6.21/Documentation/filesystems/ |
D | ecryptfs.rst | 79 then behavior is undefined. Do not run eCryptfs in higher verbosity
|
/linux-6.6.21/Documentation/networking/ |
D | netif-msg.rst | 19 level ranged from 0 to 7, and monotonically increased in verbosity.
|
/linux-6.6.21/tools/usb/ |
D | ffs-test.c | 57 static unsigned verbosity = 7; variable 66 if (level <= verbosity) { in _msg()
|
/linux-6.6.21/drivers/of/ |
D | Kconfig | 35 verbosity, test whether expected output is present, and to
|
/linux-6.6.21/Documentation/admin-guide/media/ |
D | bt8xx.rst | 91 Useful parameters for verbosity level and debugging the dst module::
|
/linux-6.6.21/arch/powerpc/platforms/pseries/ |
D | Kconfig | 106 be manually done due to its verbosity.
|
/linux-6.6.21/lib/reed_solomon/ |
D | test_rslib.c | 15 enum verbosity { enum
|