/Linux-v5.10/drivers/platform/x86/ |
D | intel_telemetry_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 | intel_telemetry_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 | intel_telemetry_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-v5.10/arch/x86/include/asm/ |
D | intel_telemetry.h | 75 u32 *verbosity); 78 u32 verbosity); 134 u32 verbosity); 137 u32 *verbosity);
|
/Linux-v5.10/tools/testing/selftests/bpf/ |
D | test_progs.h | 43 enum verbosity { enum 66 enum verbosity verbosity; member
|
D | test_progs.c | 79 if (env.verbosity > VERBOSE_NONE || test->force_log || failed) { in dump_test_log() 413 if (env.verbosity < VERBOSE_VERY && level == LIBBPF_DEBUG) in libbpf_print_fn() 523 env->verbosity = VERBOSE_NORMAL; in parse_arg() 526 env->verbosity = VERBOSE_VERY; in parse_arg() 529 env->verbosity = VERBOSE_SUPER; in parse_arg() 562 if (env.verbosity > VERBOSE_NONE) { in stdio_hijack() 621 if (env.verbosity > VERBOSE_NONE) in cd_flavor_subdir()
|
/Linux-v5.10/tools/perf/Documentation/ |
D | perf-kallsyms.txt | 24 Increase verbosity level, showing details about symbol table loading, etc.
|
/Linux-v5.10/drivers/gpu/drm/i915/gt/uc/ |
D | intel_guc_log.c | 44 bool default_logging, u32 verbosity) in guc_action_control_log() argument 49 (verbosity << GUC_LOG_CONTROL_VERBOSITY_SHIFT) | in guc_action_control_log() 53 GEM_BUG_ON(verbosity > GUC_LOG_VERBOSITY_MAX); in guc_action_control_log()
|
/Linux-v5.10/drivers/net/wimax/i2400m/ |
D | Kconfig | 28 Select the maximum debug verbosity level to be compiled into
|
/Linux-v5.10/net/wimax/ |
D | Kconfig | 31 Select the maximum debug verbosity level to be compiled into
|
/Linux-v5.10/tools/iio/ |
D | lsiio.c | 20 static enum verbosity { enum
|
/Linux-v5.10/drivers/media/usb/pwc/ |
D | Kconfig | 39 A special module options 'trace' is used to control the verbosity.
|
/Linux-v5.10/Documentation/input/devices/ |
D | bcm5974.rst | 53 yields different levels of verbosity. Example (as root)::
|
/Linux-v5.10/Documentation/filesystems/ |
D | ecryptfs.rst | 79 then behavior is undefined. Do not run eCryptfs in higher verbosity
|
/Linux-v5.10/Documentation/networking/ |
D | netif-msg.rst | 19 level ranged from 0 to 7, and monotonically increased in verbosity.
|
/Linux-v5.10/tools/usb/ |
D | ffs-test.c | 57 static unsigned verbosity = 7; variable 66 if (level <= verbosity) { in _msg()
|
/Linux-v5.10/tools/testing/selftests/bpf/prog_tests/ |
D | sk_assign.c | 52 (env.verbosity < VERBOSE_VERY) ? " 2>/dev/null" : "verbose"); in configure_stack()
|
/Linux-v5.10/Documentation/admin-guide/media/ |
D | bt8xx.rst | 90 Useful parameters for verbosity level and debugging the dst module::
|
/Linux-v5.10/arch/powerpc/platforms/pseries/ |
D | Kconfig | 102 be manually done due to its verbosity.
|
/Linux-v5.10/lib/reed_solomon/ |
D | test_rslib.c | 15 enum verbosity { enum
|
/Linux-v5.10/fs/jffs2/ |
D | Kconfig | 16 int "JFFS2 debugging verbosity (0 = quiet, 2 = noisy)"
|
/Linux-v5.10/drivers/net/wireless/intel/ipw2x00/ |
D | Kconfig | 153 will typically not need this high verbosity debug information.
|
/Linux-v5.10/Documentation/kbuild/ |
D | kbuild.rst | 87 Set the kbuild verbosity. Can be assigned same values as "V=...".
|
/Linux-v5.10/drivers/pcmcia/ |
D | Kconfig | 236 In all the above examples, N is the debugging verbosity
|
/Linux-v5.10/Documentation/driver-api/media/drivers/ |
D | zoran.rst | 535 the output of dmesg at high verbosity (load zr36067.o with debug=2, 547 at high verbosity. See 'Contacting' on how to contact the developers.
|