Home
last modified time | relevance | path

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

12

/tools/usb/
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 …]
/tools/testing/selftests/drivers/net/
A Dnetpoll_basic.py20 import logging
44 logging.basicConfig(
45 level=logging.INFO,
88 logging.debug("Setting ring size to %d/%d", rxs, txs)
129 logging.debug("calling: ethtool %s", cmdline)
153 logging.debug(
165 logging.debug("Writing %s to %s", key, path)
178 logging.debug(
208 logging.debug(
242 logging.debug("BPFtrace output: %s", MAPS)
[all …]
/tools/testing/selftests/hid/tests/
A Dtest_hid_core.py25 import logging
27 logger = logging.getLogger("hidtools.test.hid")
A Dtest_usb_crash.py13 import logging
15 logger = logging.getLogger("hidtools.test.usb")
A Dtest_ite_keyboard.py13 import logging
16 logger = logging.getLogger("hidtools.test.ite-keyboard")
A Dtest_gamepad.py17 import logging
19 logger = logging.getLogger("hidtools.test.gamepad")
A Dbase.py16 import logging
22 logger = logging.getLogger("hidtools.test.base")
A Dtest_sony.py23 import logging
26 logger = logging.getLogger("hidtools.test.sony")
A Dbase_device.py33 import logging
42 logger = logging.getLogger("hidtools.device.base_device")
A Dtest_keyboard.py12 import logging
14 logger = logging.getLogger("hidtools.test.keyboard")
A Dtest_apple_keyboard.py14 import logging
16 logger = logging.getLogger("hidtools.test.apple-keyboard")
A Dtest_mouse.py13 import logging
16 logger = logging.getLogger("hidtools.test.mouse")
A Dtest_wacom_generic.py39 import logging
41 logger = logging.getLogger("hidtools.test.wacom")
/tools/net/ynl/pyynl/
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 …]
/tools/net/sunrpc/xdrgen/subcmds/
A Dlint.py7 import logging
16 logger.setLevel(logging.DEBUG)
A Ddeclarations.py7 import logging
28 logger.setLevel(logging.INFO)
A Ddefinitions.py7 import logging
28 logger.setLevel(logging.INFO)
A Dsource.py7 import logging
27 logger.setLevel(logging.INFO)
/tools/testing/selftests/tpm2/
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__)
/tools/perf/tests/shell/lib/
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')
/tools/kvm/kvm_stat/
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
/tools/testing/selftests/futex/functional/
A DMakefile9 ../include/logging.h
/tools/testing/kunit/
A Dkunit_kernel.py11 import logging
276 logging.error(e)
292 logging.error(message)
304 logging.error(e)
344 logging.error(e)
390 logging.error('Build interruption occurred. Cleaning console.')
/tools/thermal/tmon/
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()
/tools/testing/selftests/ublk/
A Dkublk.h74 unsigned int logging:1; member

Completed in 34 milliseconds

12