Home
last modified time | relevance | path

Searched refs:debugging (Results 1 – 25 of 97) sorted by relevance

1234

/drivers/infiniband/ulp/ipoib/
DKconfig28 bool "IP-over-InfiniBand debugging" if EXPERT
32 This option causes debugging code to be compiled into the
38 debugfs, which contains files that expose debugging
43 bool "IP-over-InfiniBand data path debugging"
46 This option compiles debugging code into the data path
49 turned off, this debugging code will have some performance
/drivers/gpu/drm/i915/
DKconfig.debug21 bool "Enable additional driver debugging"
41 Choose this option to turn on extra driver debugging that may affect
91 Enable additional and verbose debugging output that will spam
92 ordinary tests, but may be vital for post-mortem debugging when
105 Enable additional and verbose debugging output that will spam
106 ordinary tests, but may be vital for post-mortem debugging when
114 bool "Enable additional driver debugging for fence objects"
119 Choose this option to turn on extra driver debugging that may affect
127 bool "Enable additional driver debugging for detecting dependency cycles"
131 Choose this option to turn on extra driver debugging that may affect
[all …]
/drivers/atm/
DKconfig55 bool "Enable extended debugging"
58 Extended debugging records various events and displays that list
61 Note that extended debugging may create certain race conditions
170 bool "Enable extended debugging"
173 Extended debugging records various events and displays that list
176 Note that extended debugging may create certain race conditions
222 bool "Enable debugging messages"
225 Somewhat useful debugging messages are available. The choice of
240 for debugging or special applications only, so the safe answer is N.
257 bool "Enable debugging messages"
[all …]
/drivers/memstick/
DKconfig17 bool "MemoryStick debugging"
20 say N here. This enables MemoryStick core and driver debugging.
/drivers/infiniband/hw/mthca/
DKconfig11 bool "Verbose debugging output" if EXPERT
15 This option causes debugging code to be compiled into the
/drivers/net/wireless/zydas/zd1211rw/
DKconfig14 bool "ZyDAS ZD1211 debugging"
17 ZD1211 debugging messages. Choosing Y will result in additional debug
/drivers/net/wireless/ath/ath5k/
DKconfig26 bool "Atheros 5xxx debugging"
29 Atheros 5xxx debugging messages.
51 option if you are interested in debugging the driver.
/drivers/usb/dwc2/
DKconfig69 Say Y here to enable debugging messages in the DWC2 Driver.
75 Say Y here to enable verbose debugging messages in the DWC2 Driver.
91 Say N here to disable (verbose) debugging messages to be
92 logged for periodic transfers. This allows better debugging of
/drivers/md/bcache/
DKconfig13 bool "Bcache debugging"
18 Enables extra debugging tools, allows expensive runtime checks to be
/drivers/misc/cb710/
DKconfig16 bool "Enable driver debugging"
20 say N here. This adds a lot of debugging output to dmesg.
/drivers/ntb/test/
DKconfig14 This is a simple debugging driver that enables the doorbell and
16 enables more complicated debugging to be scripted from user space.
/drivers/net/ethernet/mellanox/mlx4/
DKconfig34 bool "Verbose debugging output" if (MLX4_CORE && EXPERT)
38 This option causes debugging code to be compiled into the
/drivers/net/wireless/intel/ipw2x00/
DKconfig21 and for tips for debugging issues and problems.
51 bool "Enable full debugging output in IPW2100 module."
83 driver and for tips for debugging issues and problems.
145 bool "Enable full debugging output in IPW2200 module."
179 bool "Full debugging output for the LIBIPW component"
/drivers/hwtracing/intel_th/
DKconfig10 full system debugging.
81 bool "Intel(R) Trace Hub debugging"
84 Say Y here to enable debugging.
/drivers/pnp/
DKconfig26 bool "PNP debugging messages"
29 Say Y here if you want the PNP layer to be able to produce debugging
/drivers/net/wireless/broadcom/b43/
DKconfig175 bool "Broadcom 43xx debugging"
178 Broadcom 43xx debugging.
185 Do not enable this, unless you are debugging the driver.
189 Only say Y, if you are debugging a problem in the b43 driver sourcecode.
/drivers/net/wireless/ath/wil6210/
DKconfig41 option if you are interested in debugging the driver.
53 option if you are interested in debugging the driver.
/drivers/staging/isdn/gigaset/
DKconfig57 bool "Gigaset debugging"
59 This enables debugging code in the Gigaset drivers.
/drivers/acpi/apei/
DKconfig60 mainly used for debugging and testing the other parts of
69 if you want to debugging and testing the ERST kernel support
/drivers/bcma/
DKconfig112 bool "BCMA debugging"
114 This turns on additional debugging messages.
/drivers/pcmcia/
DKconfig222 bool "Enable debugging"
225 Say Y here to enable debugging for the SoC PCMCIA layer.
226 You will need to choose the debugging level either via the
236 In all the above examples, N is the debugging verbosity
/drivers/i2c/
DKconfig125 bool "I2C Core debugging messages"
132 bool "I2C Algorithm debugging messages"
140 bool "I2C Bus debugging messages"
/drivers/vlynq/
DKconfig19 Turn on VLYNQ bus debugging.
/drivers/net/wireless/marvell/libertas_tf/
DKconfig10 bool "Enable full debugging output in the Libertas thin firmware module."
/drivers/scsi/
Dst.c69 #define DEBC(a) if (debugging) { a ; }
161 static int debugging = DEBUG; variable
319 if (debugging) { st_printk(ST_DEB_MSG, t, fmt, ##a ); }
379 if (debugging) { in st_chk_result()
388 if (!debugging) { /* Abnormal conditions for tape */ in st_chk_result()
433 if (debugging) { in st_chk_result()
716 DEB(if (debugging && retval) in write_behind_check()
1124 if ( DEB( debugging || ) !STp->inited) in check_tape()
2131 if (debugging && STps->eof != ST_NOEOF) in st_read()
2183 if (debugging && STps->eof != ST_NOEOF) in st_read()
[all …]

1234