Home
last modified time | relevance | path

Searched refs:debug (Results 126 – 150 of 1371) sorted by relevance

12345678910>>...55

/linux/arch/arm/nwfpe/
H A Dfpmodule.c128 static int debug = ~BIT_IXC; variable
136 if (flags & debug) in float_raise()
177 module_param(debug, int, 0644);
/linux/drivers/scsi/mvsas/
H A DKconfig20 bool "Compile in debug mode"
24 Compiles the 88SE64XX/88SE94XX driver in debug mode. In debug mode,
/linux/drivers/isdn/hardware/mISDN/
H A Davmfritz.c23 static int debug; variable
140 card->isac.dch.debug = debug; in _set_debug()
141 card->bch[0].debug = debug; in _set_debug()
142 card->bch[1].debug = debug; in _set_debug()
165 module_param_call(debug, set_debug, param_get_uint, &debug, S_IRUGO | S_IWUSR);
166 MODULE_PARM_DESC(debug, "avmfritz debug mask");
429 if (p && (debug & DEBUG_HW_BFIFO)) { in hdlc_empty_fifo()
500 if ((debug & DEBUG_HW_BFIFO) && !fillempty) { in hdlc_fill_fifo()
754 if (debug & DEBUG_HW) in reset_avm()
770 if (debug & DEBUG_HW) in reset_avm()
[all …]
H A Dw6692.c75 static int debug; variable
82 card->dch.debug = debug; in _set_debug()
83 card->bc[0].bch.debug = debug; in _set_debug()
84 card->bc[1].bch.debug = debug; in _set_debug()
107 module_param_call(debug, set_debug, param_get_uint, &debug, S_IRUGO | S_IWUSR);
108 MODULE_PARM_DESC(debug, "W6692 debug mask");
266 if (debug & DEBUG_HW_DFIFO) { in W6692_empty_Dfifo()
301 if (debug & DEBUG_HW_DFIFO) { in W6692_fill_Dfifo()
477 if (debug & DEBUG_HW_DFIFO) { in W6692_empty_Bfifo()
521 if ((debug & DEBUG_HW_BFIFO) && !fillempty) { in W6692_fill_Bfifo()
[all …]
/linux/Documentation/filesystems/
H A D9p.rst171 debug=n specifies debug level. The debug level is a bitmask.
175 0x02 developer debug (DEBUG_CURRENT)
178 0x10 display Marshalling debug
179 0x20 display RPC debug
180 0x40 display transport debug
181 0x80 display allocation debug
182 0x100 display protocol message debug
183 0x200 display Fid debug
184 0x400 display packet debug
185 0x800 display fscache tracing debug
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn351/
H A Ddcn351_fpu.c358 != dc->debug.dram_clock_change_latency_ns in dcn351_update_bw_bounding_box_fpu()
359 && dc->debug.dram_clock_change_latency_ns) { in dcn351_update_bw_bounding_box_fpu()
361 dc->debug.dram_clock_change_latency_ns / 1000.0; in dcn351_update_bw_bounding_box_fpu()
566 if (pipe_cnt == 1 && pipe->plane_state && !dc->debug.disable_z9_mpc) { in dcn351_populate_dml_pipes_from_context_fpu()
581 dc->debug.crb_alloc_policy_min_disp_count && in dcn351_populate_dml_pipes_from_context_fpu()
582 dc->debug.crb_alloc_policy > DET_SIZE_DEFAULT) { in dcn351_populate_dml_pipes_from_context_fpu()
584 dc->debug.crb_alloc_policy * 64; in dcn351_populate_dml_pipes_from_context_fpu()
596 dc->debug.seamless_boot_odm_combine && in dcn351_populate_dml_pipes_from_context_fpu()
631 dc->debug.minimum_z8_residency_time > 0 ? dc->debug.minimum_z8_residency_time : 1000; in dcn351_decide_zstate_support()
/linux/drivers/media/dvb-frontends/
H A Dtda826x.c17 static int debug; variable
20 if (debug) printk(KERN_DEBUG "tda826x: " args); \
169 module_param(debug, int, 0644);
170 MODULE_PARM_DESC(debug, "Turn on/off frontend debugging (default:off).");
/linux/drivers/pci/hotplug/
H A Dcpcihp_generic.c37 if (debug) \
46 static bool debug; variable
196 module_param(debug, bool, S_IRUGO | S_IWUSR);
197 MODULE_PARM_DESC(debug, "Debugging mode enabled or not");
/linux/arch/m68k/math-emu/
H A Dfp_decode.h151 debug lea "'l'.w,%a0"
154 debug lea "'w'.w,%a0"
160 debug move.l "%d1,-(%sp)"
161 debug ext.l "%d1"
163 debug move.l "(%sp)+,%d1"
315 debug jra "2f"
326 debug jra "2f"
348 debug ext.l "%d0"
/linux/tools/perf/Documentation/
H A Dperf-data.txt21 It's possible to set data-convert debug variable to get debug messages from conversion,
23 perf --debug data-convert data convert ...
/linux/drivers/crypto/allwinner/
H A DKconfig40 Say y to enable sun4i-ss debug stats.
41 This will create /sys/kernel/debug/sun4i-ss/stats for displaying
67 Say y to enable sun8i-ce debug stats.
68 This will create /sys/kernel/debug/sun8i-ce/stats for displaying
120 Say y to enable sun8i-ss debug stats.
121 This will create /sys/kernel/debug/sun8i-ss/stats for displaying
/linux/Documentation/arch/s390/
H A Dpci.rst30 The S/390 debug feature (s390dbf) generates views to hold various debug results in sysfs directorie…
32 * /sys/kernel/debug/s390dbf/pci_*/
36 - /sys/kernel/debug/s390dbf/pci_msg/sprintf
41 a number between 0 and 6 to /sys/kernel/debug/s390dbf/pci_*/level. For
42 details, see the documentation on the S/390 debug feature at
/linux/Documentation/translations/zh_CN/dev-tools/
H A Dkcsan.rst144 文件 ``/sys/kernel/debug/kcsan`` 提供了如下接口:
146 * 读 ``/sys/kernel/debug/kcsan`` 返回不同的运行时统计数据。
148 * 将 ``on`` 或 ``off`` 写入 ``/sys/kernel/debug/kcsan`` 允许打开或关闭 KCSAN。
150 * 将 ``!some_func_name`` 写入 ``/sys/kernel/debug/kcsan`` 会将
154 * 将 ``blacklist`` 或 ``whitelist`` 写入 ``/sys/kernel/debug/kcsan`` 会改变报告
/linux/drivers/media/i2c/
H A Dtda7432.c51 static int debug; /* insmod parameter */ variable
52 module_param(debug, int, S_IRUGO | S_IWUSR);
53 MODULE_PARM_DESC(debug, "Set debugging level from 0 to 3. Default is off(0).");
225 v4l2_dbg(2, debug, sd, "In tda7432_write\n"); in tda7432_write()
226 v4l2_dbg(1, debug, sd, "Writing %d 0x%x\n", subaddr, val); in tda7432_write()
/linux/Documentation/ABI/testing/
H A Ddebugfs-iio-ad94671 What: /sys/kernel/debug/iio/iio:deviceX/calibration_table_dump
8 What: /sys/kernel/debug/iio/iio:deviceX/in_voltage_test_mode_available
32 What: /sys/kernel/debug/iio/iio:deviceX/in_voltageY_test_mode
/linux/arch/arm/mach-davinci/
H A Dmux.h21 bool debug; member
262 .debug = dbg, \
273 .debug = dbg, \
284 .debug = dbg, \
/linux/tools/perf/scripts/python/
H A Dparallel-perf.py26 def __init__(self, quiet=False, verbose=False, debug=False): argument
29 self.debug = debug
31 if self.debug:
505 if verbosity.debug:
520 if verbosity.debug:
528 if verbosity.debug:
544 if verbosity.debug:
737 if self.verbosity.debug:
749 if self.verbosity.debug:
763 if self.verbosity.debug:
[all …]
/linux/Documentation/admin-guide/media/
H A Dvisl.rst26 V4L2 test pattern generator is used to write various debug information
32 - visl_debug: Activates debug info, printing various debug messages through
33 dprintk. Also controls whether per-frame debug info is shown. Defaults to off.
61 OUTPUT buffer data is subsequently used to debug a work-in-progress
141 **/sys/kernel/debug/visl/bitstream** with OUTPUT buffer data according to the
158 $ xxd /sys/kernel/debug/visl/bitstream/bitstream0
172 $ xxd /sys/kernel/debug/visl/bitstream/bitstream1
/linux/drivers/pcmcia/
H A Dsoc_common.c398 debug(skt, 2, "initializing socket\n"); in soc_common_pcmcia_sock_init()
419 debug(skt, 2, "suspending socket\n"); in soc_common_pcmcia_suspend()
434 debug(skt, 4, "entering PCMCIA monitoring thread\n"); in soc_common_check_status()
447 debug(skt, 4, "events: %s%s%s%s%s%s\n", in soc_common_check_status()
464 debug(skt, 4, "polling for events\n"); in soc_common_pcmcia_poll_event()
484 debug(skt, 3, "servicing IRQ %d\n", irq); in soc_common_pcmcia_interrupt()
531 debug(skt, 2, "mask: %s%s%s%s%s%s flags: %s%s%s%s%s%s Vcc %d Vpp %d irq %d\n", in soc_common_pcmcia_set_socket()
564 debug(skt, 2, "map %u speed %u start 0x%08llx stop 0x%08llx\n", in soc_common_pcmcia_set_io_map()
567 debug(skt, 2, "flags: %s%s%s%s%s%s%s%s\n", in soc_common_pcmcia_set_io_map()
619 debug(skt, 2, "map %u speed %u card_start %08x\n", in soc_common_pcmcia_set_mem_map()
[all …]
/linux/drivers/net/ethernet/smsc/
H A Depic100.c35 static int debug = 1; /* 1 normal messages, 0 quiet .. 7 verbose. */ variable
102 module_param(debug, int, 0);
106 MODULE_PARM_DESC(debug, "EPIC/100 debug level (0-5)");
423 if (debug > 2) { in epic_init_one()
705 if (debug > 1) in epic_open()
716 if (debug > 1) in epic_open()
739 if (debug > 1) { in epic_open()
858 if (debug > 3) { in epic_timer()
876 if (debug > 0) { in epic_tx_timeout()
879 if (debug > 1) { in epic_tx_timeout()
[all …]
/linux/tools/testing/selftests/powerpc/eeh/
H A Deeh-functions.sh62 echo 5000 > /sys/kernel/debug/powerpc/eeh_max_freezes
106 echo $dev >/sys/kernel/debug/powerpc/eeh_dev_break
111 echo $dev >/sys/kernel/debug/powerpc/eeh_dev_check
/linux/drivers/gpu/drm/nouveau/nvkm/core/
H A Dclient.c55 client->debug = oclass->client->debug; in nvkm_uclient_new()
119 client->debug = nvkm_dbgopt(dbg, "CLIENT"); in nvkm_client_new()
/linux/scripts/gendwarfksyms/
H A Dgendwarfksyms.c19 int debug; variable
60 debug("%s", name); in process_module()
115 debug = 1; in main()
/linux/tools/perf/
H A Dperf-archive.sh75 tar xvf $TARGET && tar xvf $PERF_SYMBOLS.tar.bz2 -C ~/.debug
78 tar xvf $TARGET -C ~/.debug
88 PERF_BUILDID_DIR=~/.debug/
/linux/net/ceph/
H A DKconfig23 bool "Include file:line in ceph debug output"
27 If you say Y here, debug output will include a filename and
29 execution slightly when debug call sites are enabled (e.g.,

12345678910>>...55