Home
last modified time | relevance | path

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

12

/Linux-v5.4/drivers/platform/x86/
Dintel_telemetry_core.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()
Dintel_telemetry_debugfs.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 if (kstrtou32_from_user(userbuf, count, 0, &verbosity)) in telem_pss_trc_verb_write()
692 err = telemetry_set_trace_verbosity(TELEM_PSS, verbosity); in telem_pss_trc_verb_write()
716 u32 verbosity; in telem_ioss_trc_verb_show() local
719 err = telemetry_get_trace_verbosity(TELEM_IOSS, &verbosity); in telem_ioss_trc_verb_show()
725 seq_printf(s, "IOSS Trace Verbosity %u\n", verbosity); in telem_ioss_trc_verb_show()
733 u32 verbosity; in telem_ioss_trc_verb_write() local
[all …]
Dintel_telemetry_pltdrv.c998 u32 *verbosity) in telemetry_plt_get_trace_verbosity() argument
1003 if (verbosity == NULL) in telemetry_plt_get_trace_verbosity()
1035 TELEM_EXTRACT_VERBOSITY(temp, *verbosity); in telemetry_plt_get_trace_verbosity()
1043 u32 verbosity) in telemetry_plt_set_trace_verbosity() argument
1048 verbosity &= TELEM_TRC_VERBOSITY_MASK; in telemetry_plt_set_trace_verbosity()
1062 TELEM_SET_VERBOSITY_BITS(temp, verbosity); in telemetry_plt_set_trace_verbosity()
1083 TELEM_SET_VERBOSITY_BITS(temp, verbosity); in telemetry_plt_set_trace_verbosity()
/Linux-v5.4/arch/x86/include/asm/
Dintel_telemetry.h74 u32 *verbosity);
77 u32 verbosity);
133 u32 verbosity);
136 u32 *verbosity);
/Linux-v5.4/tools/perf/Documentation/
Dperf-kallsyms.txt24 Increase verbosity level, showing details about symbol table loading, etc.
/Linux-v5.4/drivers/gpu/drm/i915/gt/uc/
Dintel_guc_log.c44 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.4/drivers/net/wimax/i2400m/
DKconfig28 Select the maximum debug verbosity level to be compiled into
/Linux-v5.4/net/wimax/
DKconfig31 Select the maximum debug verbosity level to be compiled into
/Linux-v5.4/tools/iio/
Dlsiio.c20 static enum verbosity { enum
/Linux-v5.4/drivers/media/usb/pwc/
DKconfig39 A special module options 'trace' is used to control the verbosity.
/Linux-v5.4/Documentation/input/devices/
Dbcm5974.rst53 yields different levels of verbosity. Example (as root)::
/Linux-v5.4/Documentation/filesystems/
Decryptfs.txt70 then behavior is undefined. Do not run eCryptfs in higher verbosity
/Linux-v5.4/Documentation/networking/
Dnetif-msg.txt16 level ranged from 0 to 7, and monotonically increased in verbosity.
/Linux-v5.4/tools/usb/
Dffs-test.c57 static unsigned verbosity = 7; variable
66 if (level <= verbosity) { in _msg()
/Linux-v5.4/Documentation/media/dvb-drivers/
Dbt8xx.rst62 Useful parameters for verbosity level and debugging the dst module:
/Linux-v5.4/arch/powerpc/platforms/pseries/
DKconfig96 be manually done due to its verbosity.
/Linux-v5.4/lib/reed_solomon/
Dtest_rslib.c15 enum verbosity { enum
/Linux-v5.4/fs/jffs2/
DKconfig16 int "JFFS2 debugging verbosity (0 = quiet, 2 = noisy)"
/Linux-v5.4/drivers/net/wireless/intel/ipw2x00/
DKconfig153 will typically not need this high verbosity debug information.
/Linux-v5.4/Documentation/kbuild/
Dkbuild.rst87 Set the kbuild verbosity. Can be assigned same values as "V=...".
/Linux-v5.4/drivers/pcmcia/
DKconfig236 In all the above examples, N is the debugging verbosity
/Linux-v5.4/Documentation/fault-injection/
Dfault-injection.rst90 specifies the verbosity of the messages when failure is
/Linux-v5.4/drivers/atm/
DKconfig374 The verbosity of the driver increases with the value of this
/Linux-v5.4/Documentation/doc-guide/
Dkernel-doc.rst47 Running the ``kernel-doc`` tool with increased verbosity and without actual
/Linux-v5.4/Documentation/scsi/
Dncr53c8xx.txt867 verbosity level 2 verb:2
901 The driver prints its actual setup when verbosity level is 2. You can try

12