| /linux/drivers/crypto/intel/qat/qat_common/ |
| H A D | adf_cfg.h | 28 struct dentry *debug; member
|
| /linux/tools/testing/selftests/lkdtm/ |
| H A D | stack-entropy.sh | 7 TRIGGER=/sys/kernel/debug/provoke-crash/DIRECT
|
| /linux/drivers/hwtracing/intel_th/ |
| H A D | Makefile | 4 intel_th-$(CONFIG_INTEL_TH_DEBUG) += debug.o
|
| /linux/drivers/net/wireless/ath/ath6kl/ |
| H A D | Makefile | 26 ath6kl_core-y += debug.o
|
| /linux/drivers/net/wireless/ath/wil6210/ |
| H A D | Makefile | 13 wil6210-y += debug.o
|
| /linux/Documentation/ABI/stable/ |
| H A D | o2cb | 6 information. Each logmask/ file controls a set of debug prints
|
| /linux/fs/cachefiles/ |
| H A D | main.c | 27 module_param_named(debug, cachefiles_debug, uint, S_IWUSR | S_IRUGO);
|
| /linux/include/linux/ |
| H A D | cgroup_subsys.h | 76 SUBSYS(debug)
|
| /linux/drivers/isdn/hardware/mISDN/ |
| H A D | mISDNipac.c | 128 if (isac->dch.debug & DEBUG_HW_DFIFO) { in isac_empty_fifo() 165 if (isac->dch.debug & DEBUG_HW_DFIFO) { in isac_fill_fifo() 803 if (isac->dch.debug & DEBUG_HW) in isac_init() 828 if (isac->dch.debug & DEBUG_HW) in isac_init() 955 if (hscx->bch.debug & DEBUG_HW_BFIFO) { in hscx_empty_fifo() 1000 if (hscx->bch.tx_skb && (hscx->bch.debug & DEBUG_HW_BFIFO)) { in hscx_fill_fifo() 1037 if (hx->bch.debug & DEBUG_HW_BCHANNEL) in ipac_rme() 1042 if (hx->bch.debug & DEBUG_HW_BCHANNEL) in ipac_rme() 1048 if (hx->bch.debug & DEBUG_HW_BCHANNEL) in ipac_rme() 1443 if (hx->bch.debug & DEBUG_HW) in hscx_init() [all …]
|
| /linux/tools/perf/ |
| H A D | Makefile.config | 151 LIBUNWIND_ARCHS = x86 x86_64 arm aarch64 debug-frame-arm debug-frame-aarch64 loongarch 159 FEATURE_CHECK_CFLAGS-libunwind-debug-frame = $(LIBUNWIND_CFLAGS) 160 FEATURE_CHECK_LDFLAGS-libunwind-debug-frame = $(LIBUNWIND_LDFLAGS) $(LIBUNWIND_LIBS) 678 $(call feature_check,libunwind-debug-frame-aarch64) 679 ifneq ($(feature-libunwind-debug-frame-aarch64), 1) 779 $(call feature_check,libunwind-debug-frame) 780 ifneq ($(feature-libunwind-debug-frame), 1)
|
| /linux/Documentation/dev-tools/ |
| H A D | kcov.rst | 41 mount -t debugfs none /sys/kernel/debug 79 fd = open("/sys/kernel/debug/kcov", O_RDWR); 132 it needs to open ``/sys/kernel/debug/kcov`` in each thread separately. 135 That is, a parent process opens ``/sys/kernel/debug/kcov``, enables trace mode, 169 fd = open("/sys/kernel/debug/kcov", O_RDWR); 332 fd = open("/sys/kernel/debug/kcov", O_RDWR);
|
| /linux/drivers/net/wireless/ath/ath5k/ |
| H A D | Makefile | 20 ath5k-$(CONFIG_ATH5K_DEBUG) += debug.o
|
| /linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
| H A D | conn.h | 29 #define CONN_DBG(c,f,a...) CONN_MSG((c), debug, f, ##a)
|
| /linux/tools/perf/Documentation/ |
| H A D | perfconfig.example | 21 dir = /root/.debug
|
| /linux/drivers/media/cec/usb/extron-da-hd-4k-plus/ |
| H A D | cec-splitter.h | 49 struct cec_adapter *input_adap, bool debug);
|
| /linux/drivers/media/dvb-frontends/ |
| H A D | s5h1409.c | 46 static int debug; variable 47 module_param(debug, int, 0644); 48 MODULE_PARM_DESC(debug, "Enable verbose debug messages"); 50 #define dprintk if (debug) printk
|
| H A D | si21xx.c | 102 static int debug; variable 105 if (debug) \ 942 module_param(debug, int, 0644); 943 MODULE_PARM_DESC(debug, "Turn on/off frontend debugging (default:off).");
|
| H A D | tda10086.c | 33 static int debug; variable 36 if (debug) printk(KERN_DEBUG "tda10086: " args); \ 760 module_param(debug, int, 0644); 761 MODULE_PARM_DESC(debug, "Turn on/off frontend debugging (default:off).");
|
| H A D | ves1x93.c | 39 static int debug; variable 40 #define dprintk if (debug) printk 537 module_param(debug, int, 0644);
|
| /linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn20/ |
| H A D | dcn20_clk_mgr.c | 238 dc->debug.force_clock_mode & 0x1) { in dcn2_update_clocks() 258 if (dc->debug.force_min_dcfclk_mhz > 0) in dcn2_update_clocks() 259 new_clocks->dcfclk_khz = (new_clocks->dcfclk_khz > (dc->debug.force_min_dcfclk_mhz * 1000)) ? in dcn2_update_clocks() 260 new_clocks->dcfclk_khz : (dc->debug.force_min_dcfclk_mhz * 1000); in dcn2_update_clocks()
|
| /linux/Documentation/arch/x86/ |
| H A D | pat.rst | 179 # mount -t debugfs debugfs /sys/kernel/debug 180 # cat /sys/kernel/debug/x86/pat_memtype_list 201 Another, more verbose way of getting PAT related debug messages is with 202 "debugpat" boot parameter. With this parameter, various debug messages are
|
| /linux/Documentation/trace/ |
| H A D | mmiotrace.rst | 38 $ mount -t debugfs debugfs /sys/kernel/debug 50 Make sure debugfs is mounted to /sys/kernel/debug. 53 $ mount -t debugfs debugfs /sys/kernel/debug 130 fault handler. The instruction that faulted is executed and debug trap is
|
| /linux/tools/perf/scripts/python/ |
| H A D | netdev-times.py | 49 debug = 0; variable 160 global debug 173 debug = 1 221 if debug:
|
| /linux/drivers/net/wwan/t7xx/ |
| H A D | t7xx_port_proxy.c | 113 .debug = true, 123 .debug = true, 529 if (!port_conf->debug && in t7xx_proxy_init_all_ports() 547 if (port_conf->debug && port_conf->ops) { in t7xx_proxy_debug_ports_show()
|
| /linux/arch/arm64/boot/dts/realtek/ |
| H A D | rtd1619-mjolnir.dts | 31 /* debug console (J1) */
|