/linux/tools/usb/ |
H A D | p9_fwd.py | 6 import logging 33 if not logging.root.isEnabledFor(logging.TRACE): 41 logging.root.log(logging.TRACE, "%s", line) 62 logging.info(f"found device: {dev.bus}/{dev.address} located at {path_from_usb_dev(dev)}") 81 logging.info(f"claiming interface:\n{usb9pfs}") 93 logging.info("interface claimed") 103 logging.info("connected to server") 110 logging.log(logging.TRACE, "c2s: reading") 113 logging.log(logging.TRACE, "c2s: reading timed out") 117 logging.debug("c2s: reading failed with %s, retrying", repr(e)) [all …]
|
/linux/scripts/ |
H A D | checktransupdate.py | 28 import logging 45 logging.debug(command) 52 logging.debug("Result: %s", result[0]) 68 logging.debug("tracked origin commit id: %s", o_from_t["hash"]) 75 logging.debug(command) 86 logging.debug(command) 101 logging.error("Cannot find the origin path for {file_path}") 108 logging.error("Cannot find the latest commit for %s", file_path) 114 logging.error("Error: Cannot find the latest origin commit for %s", file_path) 118 logging.debug("No update needed for %s", file_path) [all …]
|
/linux/tools/testing/selftests/tpm2/ |
H A 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/Documentation/admin-guide/device-mapper/ |
H A 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/scripts/clang-tools/ |
H A 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/tools/testing/selftests/hid/tests/ |
H A D | test_hid_core.py | 25 import logging 27 logger = logging.getLogger("hidtools.test.hid")
|
H A D | test_usb_crash.py | 13 import logging 15 logger = logging.getLogger("hidtools.test.usb")
|
H A D | test_ite_keyboard.py | 13 import logging 15 logger = logging.getLogger("hidtools.test.ite-keyboard")
|
H A D | test_gamepad.py | 16 import logging 18 logger = logging.getLogger("hidtools.test.gamepad")
|
H A D | base.py | 15 import logging 21 logger = logging.getLogger("hidtools.test.base")
|
H A D | test_sony.py | 22 import logging 25 logger = logging.getLogger("hidtools.test.sony")
|
/linux/Documentation/sphinx/ |
H A D | kernellog.py | 11 from sphinx.util import logging 13 logger = logging.getLogger('kerneldoc')
|
/linux/tools/net/sunrpc/xdrgen/subcmds/ |
H A D | lint.py | 7 import logging 16 logger.setLevel(logging.DEBUG)
|
H A D | declarations.py | 7 import logging 28 logger.setLevel(logging.INFO)
|
/linux/tools/kvm/kvm_stat/ |
H A 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/kernel/debug/kdb/ |
H A D | kdb_io.c | 620 int logging, saved_loglevel = 0; in vkdb_printf() local 650 diag = kdbgetintenv("LOGGING", &logging); in vkdb_printf() 652 logging = 0; in vkdb_printf() 768 if (logging) { in vkdb_printf() 818 if (logging) in vkdb_printf() 883 if (logging) in vkdb_printf()
|
/linux/tools/thermal/tmon/ |
H A 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/Documentation/filesystems/xfs/ |
H A 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 …]
|
H A D | index.rst | 11 xfs-delayed-logging-design
|
/linux/fs/ocfs2/ |
H A D | Kconfig | 63 bool "OCFS2 logging support" 67 The ocfs2 filesystem has an extensive logging system. The system
|
/linux/tools/testing/selftests/futex/functional/ |
H A D | Makefile | 9 ../include/logging.h
|
/linux/drivers/message/fusion/ |
H A D | Kconfig | 112 bool "Fusion MPT logging facility" 114 This turns on a logging facility that can be used to debug a number
|
/linux/Documentation/core-api/ |
H A 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/include/trace/events/ |
H A D | jbd2.h | 262 __field( unsigned long, logging ) 276 __entry->logging = stats->rs_logging; 291 jiffies_to_msecs(__entry->logging),
|
/linux/samples/bpf/ |
H A D | tcp_bpf.readme | 19 The tcp_*_kern.o programs use special print functions to print logging
|