/linux-6.3-rc2/scripts/ |
A D | generate_rust_analyzer.py | 8 import logging 103 logging.info("Checking %s", path) 110 logging.info("Adding %s", name) 128 logging.basicConfig( 130 level=logging.INFO if args.verbose else logging.WARNING
|
/linux-6.3-rc2/tools/testing/selftests/tpm2/ |
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-6.3-rc2/Documentation/admin-guide/device-mapper/ |
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-6.3-rc2/tools/perf/tests/ |
A 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-6.3-rc2/Documentation/sphinx/ |
A D | kernellog.py | 11 from sphinx.util import logging 13 logger = logging.getLogger('kerneldoc')
|
/linux-6.3-rc2/scripts/clang-tools/ |
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-6.3-rc2/Documentation/networking/ |
A D | netconsole.rst | 23 problem where disk logging fails and serial consoles are impractical. 44 tgt-port port for logging agent (6666) 45 tgt-ip IP address for logging agent 46 tgt-macaddr ethernet MAC address for logging agent (broadcast) 60 It also supports logging to multiple remote agents by specifying 97 remote logging targets to be dynamically added, removed, or have their 109 To add a remote logging target (target names can be arbitrary):: 207 in case the remote logging agent is on a separate LAN subnet than 221 if you find that the remote logging agent is not receiving or 235 enable the logging of even the most critical kernel bugs. It works
|
/linux-6.3-rc2/tools/kvm/kvm_stat/ |
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-6.3-rc2/kernel/debug/kdb/ |
A D | kdb_io.c | 601 int logging, saved_loglevel = 0; in vkdb_printf() local 631 diag = kdbgetintenv("LOGGING", &logging); in vkdb_printf() 633 logging = 0; in vkdb_printf() 749 if (logging) { in vkdb_printf() 799 if (logging) in vkdb_printf() 864 if (logging) in vkdb_printf()
|
/linux-6.3-rc2/tools/testing/kunit/ |
A D | kunit_kernel.py | 11 import logging 260 logging.error(e) 276 logging.error(message) 288 logging.error(e) 328 logging.error(e) 370 logging.error('Build interruption occurred. Cleaning console.')
|
/linux-6.3-rc2/tools/thermal/tmon/ |
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-6.3-rc2/Documentation/gpu/amdgpu/ |
A 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-6.3-rc2/Documentation/filesystems/ |
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 44 the overhead of metadata logging low is of prime importance. 48 the method used for logging a particular object or chaining modifications 303 Re-logging Explained 390 is the fundamental goal of delayed logging. 414 crash is much greater than for the existing logging mechanism. 431 The fundamental requirements for delayed logging in XFS are simple: 461 was the barrier to implementing delayed logging for so long. 495 Delayed logging vector:: [all …]
|
A D | index.rst | 124 xfs-delayed-logging-design
|
A D | relay.rst | 84 tarball) provides a couple of high-level logging functions to the 128 users should make sure that all logging to the channel has 426 relay_write() or __relay_write(). relay_write() is the main logging 428 used if you might be logging from interrupt context. If you know 429 you'll never be logging from interrupt context, you can use 433 value in the fast logging path anyway, and that they'll always succeed 476 within the kernel application, such as enabling/disabling logging to
|
/linux-6.3-rc2/tools/testing/selftests/futex/functional/ |
A D | Makefile | 9 ../include/logging.h
|
/linux-6.3-rc2/fs/ocfs2/ |
A D | Kconfig | 62 bool "OCFS2 logging support" 66 The ocfs2 filesystem has an extensive logging system. The system
|
/linux-6.3-rc2/drivers/staging/vc04_services/interface/ |
A D | TODO | 26 * Cleanup logging mechanism 28 The driver should probably be using the standard kernel logging mechanisms
|
/linux-6.3-rc2/drivers/message/fusion/ |
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-6.3-rc2/Documentation/core-api/ |
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-6.3-rc2/include/trace/events/ |
A D | jbd2.h | 262 __field( unsigned long, logging ) 276 __entry->logging = stats->rs_logging; 291 jiffies_to_msecs(__entry->logging),
|
/linux-6.3-rc2/samples/bpf/ |
A D | tcp_bpf.readme | 19 The tcp_*_kern.o programs use special print functions to print logging
|
/linux-6.3-rc2/drivers/net/ethernet/sfc/siena/ |
A D | Kconfig | 38 bool "Solarflare SFC9000-family MCDI logging support"
|
/linux-6.3-rc2/arch/riscv/kvm/ |
A D | mmu.c | 627 bool logging = (memslot->dirty_bitmap && in kvm_riscv_gstage_map() local 645 if (logging || (vma->vm_flags & VM_PFNMAP)) in kvm_riscv_gstage_map() 682 if (logging && !is_write) in kvm_riscv_gstage_map()
|
/linux-6.3-rc2/arch/powerpc/platforms/pseries/ |
A D | Kconfig | 55 kernel buffer. Saying Y here will enable logging these events, 97 bool "Enable extra debug logging in platforms/pseries"
|