Home
last modified time | relevance | path

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

123456

/linux-6.15/tools/usb/
H A Dp9_fwd.py6 import logging
33 if not logging.root.isEnabledFor(logging.TRACE):
41 logging.root.log(logging.TRACE, "%s", line)
110 logging.log(logging.TRACE, "c2s: reading")
113 logging.log(logging.TRACE, "c2s: reading timed out")
125 logging.log(logging.TRACE, "c2s: writing")
134 logging.log(logging.TRACE, "s2c: reading")
139 logging.log(logging.TRACE, "s2c: writing")
146 logging.log(logging.TRACE, "sending zero length packet")
228 logging.TRACE = logging.DEBUG - 5
[all …]
/linux-6.15/scripts/
H A Dchecktransupdate.py28 import logging
45 logging.debug(command)
52 logging.debug("Result: %s", result[0])
75 logging.debug(command)
86 logging.debug(command)
120 logging.info(file_path)
163 class DmesgFormatter(logging.Formatter):
175 logger = logging.getLogger()
179 console_handler = logging.StreamHandler()
183 file_handler = logging.FileHandler(log_file)
[all …]
H A Dgenerate_rust_analyzer.py8 import logging
158 logging.info("Checking %s", path)
166 logging.info("Adding %s", name)
187 logging.basicConfig(
189 level=logging.INFO if args.verbose else logging.WARNING
H A Dget_abi.py11 import logging
200 level = logging.DEBUG
202 level = logging.INFO
204 logging.basicConfig(level=level, format="[%(levelname)s] %(message)s")
/linux-6.15/tools/net/ynl/pyynl/
H A Dynl_gen_rst.py25 import logging
378 logging.basicConfig(level=logging.DEBUG)
381 logging.warning("%s is not a valid file.", args.input)
385 logging.error("No output file specified.")
389 logging.debug("%s already exists. Overwriting it.", args.output)
405 logging.debug("Saving RST file to %s", filename)
421 logging.debug("Looking for .rst files in %s", index_dir)
427 logging.debug("Writing an index file at %s", output)
437 logging.debug("Parsing %s", args.input)
441 logging.warning("Failed to parse %s.", args.input)
[all …]
/linux-6.15/tools/testing/selftests/tpm2/
H A 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-6.15/Documentation/admin-guide/device-mapper/
H A 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-6.15/tools/perf/tests/shell/lib/
H A Dattr.py10 import logging
410 level = logging.CRITICAL
413 level = logging.WARNING
415 level = logging.INFO
417 level = logging.DEBUG
419 log = logging.getLogger('test')
421 ch = logging.StreamHandler()
423 formatter = logging.Formatter('%(message)s')
/linux-6.15/tools/testing/selftests/hid/tests/
H A Dtest_hid_core.py25 import logging
27 logger = logging.getLogger("hidtools.test.hid")
H A Dtest_usb_crash.py13 import logging
15 logger = logging.getLogger("hidtools.test.usb")
H A Dtest_ite_keyboard.py13 import logging
15 logger = logging.getLogger("hidtools.test.ite-keyboard")
/linux-6.15/scripts/clang-tools/
H A Dgen_compile_commands.py12 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.15/tools/net/sunrpc/xdrgen/subcmds/
H A Dlint.py7 import logging
16 logger.setLevel(logging.DEBUG)
H A Ddeclarations.py7 import logging
28 logger.setLevel(logging.INFO)
H A Ddefinitions.py7 import logging
28 logger.setLevel(logging.INFO)
H A Dsource.py7 import logging
27 logger.setLevel(logging.INFO)
/linux-6.15/tools/kvm/kvm_stat/
H A 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-6.15/kernel/debug/kdb/
H A Dkdb_io.c620 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-6.15/tools/testing/kunit/
H A Dkunit_kernel.py11 import logging
268 logging.error(e)
284 logging.error(message)
296 logging.error(e)
336 logging.error(e)
382 logging.error('Build interruption occurred. Cleaning console.')
/linux-6.15/Documentation/networking/
H A Dnetconsole.rst29 problem where disk logging fails and serial consoles are impractical.
51 tgt-port port for logging agent (6666)
52 tgt-ip IP address for logging agent
53 tgt-macaddr ethernet MAC address for logging agent (broadcast)
71 It also supports logging to multiple remote agents by specifying
108 remote logging targets to be dynamically added, removed, or have their
117 To add a remote logging target (target names can be arbitrary)::
360 6.4.0,6,444,501151268,-;netconsole: network logging started
401 in case the remote logging agent is on a separate LAN subnet than
415 if you find that the remote logging agent is not receiving or
[all …]
/linux-6.15/tools/thermal/tmon/
H A 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-6.15/Documentation/sphinx/
H A Dkernel_abi.py43 from sphinx.util import logging
52 logger = logging.getLogger('kernel_abi')
/linux-6.15/Documentation/filesystems/xfs/
H A Dxfs-delayed-logging-design.rst19 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 …]
H A Dindex.rst11 xfs-delayed-logging-design
/linux-6.15/Documentation/gpu/amdgpu/
H A Dthermal.rst167 Write 1 to amdgpu_gfxoff_residency to start logging, and 0 to stop. Read it to
168 get average GFXOFF residency % multiplied by 100 during the last logging
169 interval. E.g. a value of 7854 means 78.54% of the time in the last logging

123456