Home
last modified time | relevance | path

Searched refs:logging (Results 1 – 25 of 105) sorted by relevance

12345

/linux-5.19.10/tools/testing/selftests/tpm2/
Dtpm2_tests.py10 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-5.19.10/Documentation/admin-guide/device-mapper/
Ddm-log.rst4 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-5.19.10/tools/perf/tests/
Dattr.py10 import logging
337 level = logging.CRITICAL
340 level = logging.WARNING
342 level = logging.INFO
344 level = logging.DEBUG
346 log = logging.getLogger('test')
348 ch = logging.StreamHandler()
350 formatter = logging.Formatter('%(message)s')
/linux-5.19.10/Documentation/sphinx/
Dkernellog.py11 from sphinx.util import logging
13 logger = logging.getLogger('kerneldoc')
/linux-5.19.10/scripts/clang-tools/
Dgen_compile_commands.py12 import logging
204 level = getattr(logging, log_level)
205 logging.basicConfig(format='%(levelname)s: %(message)s', level=level)
237 logging.info('Could not add line from %s: %s',
/linux-5.19.10/Documentation/networking/
Dnetconsole.rst23 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-5.19.10/tools/kvm/kvm_stat/
Dkvm_stat.txt23 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-5.19.10/kernel/debug/kdb/
Dkdb_io.c587 int logging, saved_loglevel = 0; in vkdb_printf() local
617 diag = kdbgetintenv("LOGGING", &logging); in vkdb_printf()
619 logging = 0; in vkdb_printf()
735 if (logging) { in vkdb_printf()
785 if (logging) in vkdb_printf()
850 if (logging) in vkdb_printf()
/linux-5.19.10/tools/testing/kunit/
Dkunit_kernel.py11 import logging
261 logging.error(e)
277 logging.error(message)
289 logging.error(e)
330 logging.error(e)
372 logging.error('Build interruption occurred. Cleaning console.')
/linux-5.19.10/tools/thermal/tmon/
Dtmon.c39 static int logging; /* for recording thermal data to a file */ variable
136 if (!logging) in prepare_logging()
254 logging = 1; in main()
/linux-5.19.10/Documentation/filesystems/
Dxfs-delayed-logging-design.rst7 Introduction to Re-logging in XFS
10 XFS logging is a combination of logical and physical logging. Some objects,
24 "re-logging". Conceptually, this is quite simple - all it requires is that any
93 The key thing to note about the asynchronous logging combined with the
107 is the fundamental goal of delayed logging.
116 Delayed logging is the name we've given to keeping and tracking transactional
125 One of the key changes that delayed logging makes to the operation of the
131 crash is much greater than for the existing logging mechanism.
140 It should be noted that delayed logging is not an innovative new concept that
148 The fundamental requirements for delayed logging in XFS are simple:
[all …]
Dindex.rst124 xfs-delayed-logging-design
Drelay.rst84 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-5.19.10/tools/testing/selftests/futex/functional/
DMakefile9 ../include/logging.h
/linux-5.19.10/fs/ocfs2/
DKconfig61 bool "OCFS2 logging support"
65 The ocfs2 filesystem has an extensive logging system. The system
/linux-5.19.10/drivers/staging/vc04_services/interface/
DTODO26 * Cleanup logging mechanism
28 The driver should probably be using the standard kernel logging mechanisms
/linux-5.19.10/drivers/message/fusion/
DKconfig112 bool "Fusion MPT logging facility"
114 This turns on a logging facility that can be used to debug a number
/linux-5.19.10/Documentation/core-api/
Dprintk-basics.rst4 Message logging with printk
85 logging. This family of macros embed the log level in the macro names. For
/linux-5.19.10/include/trace/events/
Djbd2.h262 __field( unsigned long, logging )
276 __entry->logging = stats->rs_logging;
291 jiffies_to_msecs(__entry->logging),
/linux-5.19.10/samples/bpf/
Dtcp_bpf.readme19 The tcp_*_kern.o programs use special print functions to print logging
/linux-5.19.10/drivers/net/ethernet/sfc/siena/
DKconfig38 bool "Solarflare SFC9000-family MCDI logging support"
/linux-5.19.10/arch/powerpc/platforms/pseries/
DKconfig48 kernel buffer. Saying Y here will enable logging these events,
90 bool "Enable extra debug logging in platforms/pseries"
/linux-5.19.10/arch/riscv/kvm/
Dmmu.c620 bool logging = (memslot->dirty_bitmap && in kvm_riscv_gstage_map() local
638 if (logging || (vma->vm_flags & VM_PFNMAP)) in kvm_riscv_gstage_map()
675 if (logging && !is_write) in kvm_riscv_gstage_map()
/linux-5.19.10/Documentation/s390/
Dcommon_io.rst13 Enable logging of debug information in case of ccw device timeouts.
137 The level of logging can be changed to be more or less verbose by piping to
/linux-5.19.10/drivers/acpi/apei/
DKconfig37 bool "APEI PCIe AER logging/recovering support"

12345