Home
last modified time | relevance | path

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

12345678910>>...45

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Ddebugging.cpp11 if (auto debugging = context.getDebuggingExtension()) { in DebugGroup() local
12 if (debugging->pushDebugGroup) { in DebugGroup()
13 …MBGL_CHECK_ERROR(debugging->pushDebugGroup(GL_DEBUG_SOURCE_APPLICATION, 0, GLsizei(name.size()), n… in DebugGroup()
14 } else if (debugging->pushGroupMarkerEXT) { in DebugGroup()
15 MBGL_CHECK_ERROR(debugging->pushGroupMarkerEXT(GLsizei(name.size() + 1), name.c_str())); in DebugGroup()
21 if (auto debugging = context.getDebuggingExtension()) { in ~DebugGroup() local
22 if (debugging->popDebugGroup) { in ~DebugGroup()
23 MBGL_CHECK_ERROR(debugging->popDebugGroup()); in ~DebugGroup()
24 } else if (debugging->popGroupMarkerEXT) { in ~DebugGroup()
25 MBGL_CHECK_ERROR(debugging->popGroupMarkerEXT()); in ~DebugGroup()
/OK3568_Linux_fs/kernel/arch/arm/
H A DKconfig.debug90 sometimes helpful for debugging but serves no purpose on a
104 bool "Kernel low-level debugging functions (read help!)"
108 in the kernel. This is helpful if you are debugging code that
117 prompt "Kernel low-level debugging port"
121 bool "Kernel low-level debugging messages via Alpine UART0"
125 Say Y here if you want kernel low-level debugging support
129 bool "Kernel low-level debugging via asm9260 UART"
150 bool "Kernel low-level debugging on AT91RM9200, AT91SAM9, SAM9X60 DBGU"
154 Say Y here if you want kernel low-level debugging support
160 bool "Kernel low-level debugging on AT91SAM{9263,9G45,A5D3} DBGU"
[all …]
/OK3568_Linux_fs/kernel/net/mac80211/
H A DKconfig93 collect all debugging messages, independent of
101 bool "Select mac80211 debugging features"
112 easier debugging of problems in the transmit and receive
123 bool "Verbose debugging output"
127 many debugging messages. It should not be selected
138 debugging messages for the managed-mode MLME. It
145 bool "Verbose station debugging"
149 debugging messages for station addition/removal.
154 bool "Verbose HT debugging"
166 bool "Verbose OCB debugging"
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/
H A DKconfig.debug149 bool "Early debugging (dangerous)"
151 Say Y to enable some early debugging facilities that may be available
159 prompt "Early debugging console"
162 Use the selected console for early debugging. Careful, if you
163 enable debugging for the wrong type of machine your kernel
170 Select this to enable early debugging for a machine using BootX
177 Select this to enable early debugging for a machine with a HVC
184 Select this to enable early debugging for a machine with a HVSI
191 Select this to enable early debugging for Apple G5 machines.
197 Select this to enable early debugging via the RTAS panel.
[all …]
/OK3568_Linux_fs/kernel/net/dccp/ccids/
H A DKconfig5 bool "CCID-2 debugging messages"
7 Enable CCID-2 specific debugging messages.
9 The debugging output can additionally be toggled by setting the
40 bool "CCID-3 debugging messages"
43 Enable CCID-3 specific debugging messages.
45 The debugging output can additionally be toggled by setting the
/OK3568_Linux_fs/kernel/fs/jbd2/
H A DKconfig23 bool "JBD2 (ext4) debugging support"
28 allows you to enable debugging output while the system is running,
30 By default, the debugging output will be turned off.
32 If you select Y here, then you will be able to turn on debugging
34 number between 1 and 5. The higher the number, the more debugging
35 output is generated. To turn debugging off again, do
/OK3568_Linux_fs/yocto/meta-openembedded/meta-filesystems/recipes-utils/aufs-util/aufs-util/
H A Daufs-util-don-t-strip-executables.patch9 …G: File '/sbin/mount.aufs' from aufs-util was already stripped, this will prevent future debugging!
10 …NING: File '/sbin/auplink' from aufs-util was already stripped, this will prevent future debugging!
11 …: File '/sbin/umount.aufs' from aufs-util was already stripped, this will prevent future debugging!
12 …NING: File '/sbin/auibusy' from aufs-util was already stripped, this will prevent future debugging!
13 …le '/usr/lib/libau.so.2.6' from aufs-util was already stripped, this will prevent future debugging!
/OK3568_Linux_fs/kernel/drivers/infiniband/ulp/ipoib/
H A 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
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A DKconfig.debug20 bool "Enable additional driver debugging"
40 Choose this option to turn on extra driver debugging that may affect
90 Enable additional and verbose debugging output that will spam
91 ordinary tests, but may be vital for post-mortem debugging when
104 Enable additional and verbose debugging output that will spam
105 ordinary tests, but may be vital for post-mortem debugging when
113 bool "Enable additional driver debugging for fence objects"
118 Choose this option to turn on extra driver debugging that may affect
126 bool "Enable additional driver debugging for detecting dependency cycles"
130 Choose this option to turn on extra driver debugging that may affect
[all …]
/OK3568_Linux_fs/kernel/fs/fscache/
H A DKconfig26 debugging purposes. Saying 'Y' here is recommended.
43 useful for debugging purposes. Saying 'N' here is recommended.
51 This permits debugging to be dynamically enabled in the local caching
52 management module. If this is set, the debugging output may be
58 bool "Maintain global object list for debugging purposes"
62 retrieved through /proc/fs/fscache/objects for debugging purposes
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python3-grpcio/
H A Dabseil-ppc-fixes.patch44 --- a/absl/debugging/internal/examine_stack.cc
45 +++ b/absl/debugging/internal/examine_stack.cc
69 --- a/absl/debugging/internal/stacktrace_config.h
70 +++ b/absl/debugging/internal/stacktrace_config.h
74 "absl/debugging/internal/stacktrace_x86-inl.inc"
78 "absl/debugging/internal/stacktrace_powerpc-inl.inc"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp/
H A Dabseil-ppc-fixes.patch44 --- a/absl/debugging/internal/examine_stack.cc
45 +++ b/absl/debugging/internal/examine_stack.cc
69 --- a/absl/debugging/internal/stacktrace_config.h
70 +++ b/absl/debugging/internal/stacktrace_config.h
74 "absl/debugging/internal/stacktrace_x86-inl.inc"
78 "absl/debugging/internal/stacktrace_powerpc-inl.inc"
/OK3568_Linux_fs/kernel/Documentation/power/
H A Ddrivers-testing.rst21 testing the new driver. Please see Documentation/power/basic-pm-debugging.rst
22 for more information about the debugging of suspend/resume functionality.
31 (see: Documentation/power/basic-pm-debugging.rst, 1).
34 "platform" modes (see: Documentation/power/basic-pm-debugging.rst, 1).
43 Documentation/power/basic-pm-debugging.rst, 2). [As far as the STR tests are
48 (see: Documentation/power/basic-pm-debugging.rst, 2).
/OK3568_Linux_fs/kernel/Documentation/driver-api/usb/
H A Dusb3-debug-port.rst13 Before using any kernel debugging functionality based on USB3
18 2) check which port is used for debugging purposes;
19 3) have a USB 3.0 super-speed A-to-A debugging cable.
33 (the system under debugging) and a debug host.
39 this feature is kernel debugging. For example, when your machine
44 On the debug target system, you need to customize a debugging
63 should be a USB 3.0 super-speed A-to-A debugging cable.
126 speed A-to-A debugging cable. You can see /dev/ttyDBC0 created
151 The debug device works now. You can use any communication or debugging
/OK3568_Linux_fs/kernel/Documentation/driver-api/
H A Dpti_intel_mid.rst18 pti.c is the driver that enables various debugging features
22 debugging data from a modem. Although n_tracerouter
32 An example debugging usage for this driver system:
35 a console device to further capture debugging messages to PTI.
36 * Hook /dev/ttyPTI1 to modem debugging data to write to PTI HW.
38 * Hook /dev/pti to a user-level debugging application for writing
41 debugging to PTI by first requesting a PTI write address via
/OK3568_Linux_fs/kernel/fs/cachefiles/
H A DKconfig18 This permits debugging to be dynamically enabled in the filesystem
19 caching on files module. If this is set, the debugging output may be
21 by including a debugging specifier in /etc/cachefilesd.conf.
37 useful for debugging purposes. Saying 'N' here is recommended.
/OK3568_Linux_fs/u-boot/arch/arm/
H A DKconfig.debug4 bool "Low-level debugging functions"
8 in U-Boot. This is helpful if you are debugging code that
12 prompt "Low-level debugging port"
16 bool "Low-level debugging via 8250 UART"
/OK3568_Linux_fs/buildroot/package/netsnmp/
H A DConfig.in47 bool "Enable debugging code"
49 By default net-snmp is compiled without debugging support
50 (--disable-debugging). Enable this options if you need
51 debugging support, including the ability to log with
/OK3568_Linux_fs/kernel/fs/ntfs/
H A DKconfig31 bool "NTFS debugging support"
36 performed by the driver as well as additional debugging messages to
37 be written to the system log. Note that debugging messages are
41 you can enable debugging messages by doing (as root):
45 If you leave debugging messages disabled, this results in little
50 debugging messages while the misbehaviour was occurring.
/OK3568_Linux_fs/kernel/kernel/debug/kdb/
H A Dkdb_cmds7 # Standard debugging information for first level support, just type archkdb
10 defcmd dumpcommon "" "Common kdb debugging"
20 defcmd dumpall "" "First line debugging"
/OK3568_Linux_fs/kernel/drivers/atm/
H A 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 …]
/OK3568_Linux_fs/kernel/Documentation/vm/
H A Dslub.rst9 slab caches. SLUB always includes full debugging but it is off by default.
10 SLUB can enable debugging only for selected slabs in order to avoid
14 In order to switch debugging on one can add an option ``slub_debug``
15 to the kernel command line. That will enable full debugging for
26 Some of the modes of operation of ``slabinfo`` require that slub debugging
28 available without debugging on and validation can only partially
29 be performed if debugging was not switched on.
35 debugging is enabled. Format:
58 O Switch debugging off for caches that would have
60 - Switch all debugging off (useful if the kernel is
[all …]
/OK3568_Linux_fs/kernel/Documentation/firmware-guide/acpi/
H A Dmethod-tracing.rst26 ACPICA subsystem provides debugging outputs when CONFIG_ACPI_DEBUG is
27 enabled. The debugging messages which are deployed via
34 evaluations, the quantity of the debugging outputs may still be too
101 interpretation, thus can aid issue debugging and performance tuning. Note
200 ACPICA debugging messages matching "trace_debug_layer/trace_debug_level"
206 ACPICA debugging messages matching "trace_debug_layer/trace_debug_level"
212 ACPICA debugging messages matching "trace_debug_layer/trace_debug_level"
218 ACPICA debugging messages matching "trace_debug_layer/trace_debug_level"
224 ACPICA debugging messages matching "trace_debug_layer/trace_debug_level"
/OK3568_Linux_fs/kernel/fs/afs/
H A DKconfig16 bool "AFS dynamic debugging"
19 Say Y here to make runtime controllable debugging messages appear.
33 bool "AFS server cursor debugging"
/OK3568_Linux_fs/buildroot/package/libpam-tacplus/
H A D0001-Add-an-option-to-disable-Werror.patch51 dnl Switch for run-time debugging
52 AC_ARG_ENABLE(runtime-debugging, [AS_HELP_STRING([--enable-runtime-debugging],

12345678910>>...45