Home
last modified time | relevance | path

Searched refs:debug (Results 901 – 925 of 1357) sorted by relevance

1...<<31323334353637383940>>...55

/linux/drivers/staging/fbtft/
H A Dfb_ra8875.c192 if (unlikely(par->debug & DEBUG_WRITE_REGISTER)) { in write_reg8_bus8()
/linux/arch/m68k/include/asm/
H A Dmath-emu.h307 .macro debug instr,args
/linux/mm/
H A DMakefile58 debug.o gup.o mmap_lock.o vma_init.o $(mmu-y)
/linux/tools/perf/util/
H A Ddebug.c301 DEBUG_WRAPPER(debug, 1);
/linux/arch/powerpc/include/asm/
H A Dprocessor.h166 struct debug_reg debug; member
/linux/arch/arm/boot/dts/nxp/vf/
H A Dvf610-zii-ssmb-dtu.dts36 led-debug {
/linux/drivers/net/ethernet/sfc/
H A Defx.c91 static unsigned debug = (NETIF_MSG_DRV | NETIF_MSG_PROBE | variable
95 module_param(debug, uint, 0);
96 MODULE_PARM_DESC(debug, "Bitmapped debugging message enable value");
/linux/drivers/net/arcnet/
H A Darcnet.c110 static int debug = ARCNET_DEBUG; variable
111 module_param(debug, int, 0);
119 arcnet_debug = debug; in arcnet_init()
/linux/tools/bpf/bpftool/Documentation/
H A Dbpftool-prog.rst240 Load program as a "loader" program. This is useful to debug the generation
245 When combined with the **-d**\ \|\ **--debug** option, additional debug
/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt70 debug output. Bits in debug_layer correspond to a
77 Documentation/firmware-guide/acpi/debug.rst for more information about
78 debug layers and levels.
220 feature group strings to debug BIOS issues related to
416 Format: { quiet (default) | verbose | debug }
627 debug: Report CFI initialization details.
712 debug and development, but should not be needed on a
930 <first_slot>,<last_slot>,<port>,<enum_bit>[,<debug>]
1047 csdlock_debug= [KNL] Enable or disable debug add-ons of cross-CPU
1049 additional debug data is printed to the console
[all …]
/linux/arch/arm/boot/dts/st/
H A Dstm32mp157c-lxa-mc1.dts97 /* supplied by either debug board or PoE */
/linux/tools/testing/selftests/drivers/net/netdevsim/
H A Dhw_stats_l3.sh48 echo /sys/kernel/debug/netdevsim/$(DEV $1)/
/linux/security/ipe/
H A DKconfig107 KUnit tests run during boot and output the results to the debug log
/linux/net/batman-adv/
H A DKconfig80 say N here. Select this option to gather traces like the debug
/linux/arch/arm64/boot/dts/qcom/
H A Dsm6125-xiaomi-ginkgo.dts41 debug_mem: debug@ffb00000 {
/linux/arch/arm64/include/asm/
H A Dprocessor.h173 struct debug_info debug; /* debugging */ member
/linux/arch/arm/kernel/
H A Dprocess.c225 memset(&tsk->thread.debug, 0, sizeof(struct debug_info)); in flush_thread()
/linux/fs/btrfs/
H A DKconfig71 objects, optional forced space fragmentation and /sys/fs/btrfs/debug .
/linux/arch/arm/configs/
H A Dspitz_defconfig13 …CMDLINE="console=ttyS0,115200n8 console=tty1 noinitrd root=/dev/mtdblock2 rootfstype=jffs2 debug"
/linux/tools/power/cpupower/po/
H A Dcs.po384 msgid " -e, --debug Prints out debug information [default]\n"
385 msgstr " -e, --debug Vypíše ladicí informace\n"
491 "If no argument or only the -c, --cpu parameter is given, debug output about\n"
914 msgstr " -e, --debug Vypíše ladicí informace\n"
H A Dfr.po379 msgid " -e, --debug Prints out debug information [default]\n"
380 msgstr " -e, --debug Afficher les informations de déboguage\n"
493 "If no argument or only the -c, --cpu parameter is given, debug output about\n"
914 msgstr " -e, --debug Afficher les informations de déboguage\n"
/linux/Documentation/networking/
H A Dl2tp.rst371 DEBUG bitmask of debug message categories. See below.
586 # mount -t debugfs debugfs /debug
592 # cat /debug/l2tp/tunnels
596 implemented to provide extra debug information to help diagnose
603 # find /debug/tracing/events/l2tp
/linux/drivers/net/ethernet/realtek/
H A D8139cp.c90 static int debug = -1; variable
91 module_param(debug, int, 0);
92 MODULE_PARM_DESC (debug, "8139cp: bitmapped message enable number");
1914 cp->msg_enable = (debug < 0 ? CP_DEF_MSG_ENABLE : debug); in cp_init_one()
/linux/drivers/net/ethernet/dec/tulip/
H A Dde2104x.c58 static int debug = -1; variable
59 module_param (debug, int, 0);
60 MODULE_PARM_DESC (debug, "de2104x bitmapped message enable number");
2001 de->msg_enable = (debug < 0 ? DE_DEF_MSG_ENABLE : debug); in de_init_one()
/linux/drivers/net/ethernet/smsc/
H A Dsmsc9420.c83 static uint debug = -1; variable
84 module_param(debug, uint, 0);
85 MODULE_PARM_DESC(debug, "debug level");
1663 smsc_debug = netif_msg_init(debug, SMSC_MSG_DEFAULT); in smsc9420_init_module()

1...<<31323334353637383940>>...55