/Linux-v6.6/scripts/ |
D | generate_rust_analyzer.py | 8 import logging 124 logging.info("Checking %s", path) 132 logging.info("Adding %s", name) 152 logging.basicConfig( 154 level=logging.INFO if args.verbose else logging.WARNING
|
/Linux-v6.6/tools/testing/selftests/tpm2/ |
D | tpm2_tests.py | 10 import logging 240 logging.basicConfig(filename='SpaceTest.log', level=logging.DEBUG) 243 log = logging.getLogger(__name__) 257 log = logging.getLogger(__name__) 267 log = logging.getLogger(__name__) 284 log = logging.getLogger(__name__) 308 logging.basicConfig(filename='AsyncTest.log', level=logging.DEBUG) 311 log = logging.getLogger(__name__) 320 log = logging.getLogger(__name__)
|
/Linux-v6.6/Documentation/admin-guide/device-mapper/ |
D | dm-log.rst | 4 The device-mapper logging code is used by some of the device-mapper 14 There is a generic logging interface that the device-mapper RAID 15 implementations use to perform logging operations (see 17 logging implementations are available and provide different 31 logging state survives reboots/crashes. 44 logging requests to userspace, where a daemon receives and processes the
|
/Linux-v6.6/tools/perf/tests/ |
D | attr.py | 11 import logging 398 level = logging.CRITICAL 401 level = logging.WARNING 403 level = logging.INFO 405 level = logging.DEBUG 407 log = logging.getLogger('test') 409 ch = logging.StreamHandler() 411 formatter = logging.Formatter('%(message)s')
|
/Linux-v6.6/tools/testing/selftests/hid/tests/ |
D | test_hid_core.py | 25 import logging 27 logger = logging.getLogger("hidtools.test.hid")
|
D | test_usb_crash.py | 13 import logging 15 logger = logging.getLogger("hidtools.test.usb")
|
D | test_ite_keyboard.py | 13 import logging 15 logger = logging.getLogger("hidtools.test.ite-keyboard")
|
D | test_gamepad.py | 15 import logging 17 logger = logging.getLogger("hidtools.test.gamepad")
|
D | base.py | 13 import logging 19 logger = logging.getLogger("hidtools.test.base")
|
/Linux-v6.6/scripts/clang-tools/ |
D | gen_compile_commands.py | 12 import logging 190 level = getattr(logging, log_level) 191 logging.basicConfig(format='%(levelname)s: %(message)s', level=level) 220 logging.info('Could not add line from %s: %s',
|
/Linux-v6.6/Documentation/networking/ |
D | netconsole.rst | 25 problem where disk logging fails and serial consoles are impractical. 47 tgt-port port for logging agent (6666) 48 tgt-ip IP address for logging agent 49 tgt-macaddr ethernet MAC address for logging agent (broadcast) 63 It also supports logging to multiple remote agents by specifying 100 remote logging targets to be dynamically added, removed, or have their 112 To add a remote logging target (target names can be arbitrary):: 175 6.4.0,6,444,501151268,-;netconsole: network logging started 216 in case the remote logging agent is on a separate LAN subnet than 230 if you find that the remote logging agent is not receiving or [all …]
|
/Linux-v6.6/Documentation/sphinx/ |
D | kernellog.py | 11 from sphinx.util import logging 13 logger = logging.getLogger('kerneldoc')
|
/Linux-v6.6/tools/kvm/kvm_stat/ |
D | kvm_stat.txt | 23 Use batch and logging modes for scripting purposes. 95 run in logging mode (like vmstat) 100 like -l/--log, but logging to a file. Appends to existing files. 116 omit records with all zeros in logging mode
|
/Linux-v6.6/kernel/debug/kdb/ |
D | kdb_io.c | 617 int logging, saved_loglevel = 0; in vkdb_printf() local 647 diag = kdbgetintenv("LOGGING", &logging); in vkdb_printf() 649 logging = 0; in vkdb_printf() 765 if (logging) { in vkdb_printf() 815 if (logging) in vkdb_printf() 880 if (logging) in vkdb_printf()
|
/Linux-v6.6/tools/testing/kunit/ |
D | kunit_kernel.py | 11 import logging 261 logging.error(e) 277 logging.error(message) 289 logging.error(e) 329 logging.error(e) 375 logging.error('Build interruption occurred. Cleaning console.')
|
/Linux-v6.6/Documentation/gpu/amdgpu/ |
D | thermal.rst | 119 Write 1 to amdgpu_gfxoff_residency to start logging, and 0 to stop. Read it to 120 get average GFXOFF residency % multiplied by 100 during the last logging 121 interval. E.g. a value of 7854 means 78.54% of the time in the last logging
|
/Linux-v6.6/tools/thermal/tmon/ |
D | tmon.c | 39 static int logging; /* for recording thermal data to a file */ variable 136 if (!logging) in prepare_logging() 254 logging = 1; in main()
|
/Linux-v6.6/Documentation/filesystems/ |
D | xfs-delayed-logging-design.rst | 19 the basic concepts covered, the design of the delayed logging mechanism is 28 logging mechanisms are varied and complex, combining intents, logical and 29 physical logging mechanisms to provide the necessary recovery guarantees the 42 logging overhead as low as possible. Some items are very frequently modified, 44 the overhead of metadata logging low is of prime importance. 48 the method used for logging a particular object or chaining modifications 50 performed. The logging subsystem only cares that certain specific rules are 134 However, the logging subsystem does provide global ordering guarantees, such 144 Synchronous transactions are rarely used, however, because they limit logging 153 It has been mentioned a number of times now that the logging subsystem needs to [all …]
|
/Linux-v6.6/tools/testing/selftests/futex/functional/ |
D | Makefile | 9 ../include/logging.h
|
/Linux-v6.6/fs/ocfs2/ |
D | Kconfig | 63 bool "OCFS2 logging support" 67 The ocfs2 filesystem has an extensive logging system. The system
|
/Linux-v6.6/drivers/staging/vc04_services/interface/ |
D | TODO | 26 * Cleanup logging mechanism 28 The driver should probably be using the standard kernel logging mechanisms
|
/Linux-v6.6/drivers/message/fusion/ |
D | Kconfig | 112 bool "Fusion MPT logging facility" 114 This turns on a logging facility that can be used to debug a number
|
/Linux-v6.6/Documentation/core-api/ |
D | printk-basics.rst | 4 Message logging with printk 85 logging. This family of macros embed the log level in the macro names. For
|
/Linux-v6.6/include/trace/events/ |
D | jbd2.h | 262 __field( unsigned long, logging ) 276 __entry->logging = stats->rs_logging; 291 jiffies_to_msecs(__entry->logging),
|
/Linux-v6.6/samples/bpf/ |
D | tcp_bpf.readme | 19 The tcp_*_kern.o programs use special print functions to print logging
|