Home
last modified time | relevance | path

Searched refs:logging (Results 1 - 25 of 44) sorted by relevance

12

/kernel/uniproton/build/uniproton_ci_lib/
H A Dlogs.py24 import logging namespace
28 logging.basicConfig(level=logging.NOTSET)
41 logging.info(line)
42 logging.info("\n--[INFO] more message in logfile [%s] env: [%s]" ,self.log_file, env)
53 logger_root = logging.getLogger()
61 logformat = logging.Formatter(formatter)
62 fh = logging.FileHandler(self.log_file, mode='a', encoding=sys.getdefaultencoding())
66 logger = logging.getLogger('UniProton')
78 logging
[all...]
H A Dget_config_info.py22 import logging namespace
27 logging.basicConfig(level=logging.NOTSET)
28 logging.info(globle.config_dir)
/kernel/uniproton/cmake/common/build_auxiliary_script/
H A Dmake_buildef.py8 import logging namespace
12 logging.basicConfig(level=logging.NOTSET)
20 logging.info("build prt_buildef.h failed.")
22 logging.info("build prt_buildef.h succeed.")
26 logging.info("export prt_buildef.h failed.")
28 logging.info("export prt_buildef.h succeed.")
H A DKconfig2macro.py11 import logging namespace
15 logging.basicConfig(level=logging.NOTSET)
22 logging.info("Interpret the configuration file which was generated by Kconfig tool, and")
23 logging.info("Transfer it to header file which will be used in C code")
24 logging.info("Command format:")
25 logging.info(" Kconfig2macro.py [-e][-f configFileName] [-o headerFileName]")
26 logging.info("The default configFileName is .config")
27 logging.info("The default headerFileName is config.h")
216 logging
[all...]
/kernel/linux/linux-6.6/scripts/
H A Dgenerate_rust_analyzer.py8 import logging namespace
124 logging.info("Checking %s", path)
132 logging.info("Adding %s", name)
152 logging.basicConfig(
154 level=logging.INFO if args.verbose else logging.WARNING
/kernel/linux/linux-5.10/tools/perf/tests/
H A Dattr.py10 import logging namespace
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')
/kernel/linux/linux-6.6/tools/testing/selftests/tpm2/
H A Dtpm2_tests.py10 import logging namespace
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
[all...]
/kernel/linux/linux-5.10/tools/testing/kunit/
H A Dkunit_kernel.py9 import logging namespace
139 logging.error(e)
163 logging.error(message)
175 logging.error(e)
202 logging.error(e)
216 logging.error('Build interruption occurred. Cleaning console.')
/kernel/linux/linux-5.10/tools/testing/selftests/tpm2/
H A Dtpm2_tests.py10 import logging namespace
227 logging.basicConfig(filename='SpaceTest.log', level=logging.DEBUG)
230 log = logging.getLogger(__name__)
244 log = logging.getLogger(__name__)
254 log = logging.getLogger(__name__)
271 log = logging.getLogger(__name__)
295 logging.basicConfig(filename='AsyncTest.log', level=logging.DEBUG)
298 log = logging
[all...]
/kernel/linux/linux-6.6/Documentation/sphinx/
H A Dkernellog.py3 # Sphinx has deprecated its older logging interface, but the replacement
11 from sphinx.util import logging namespace
13 logger = logging.getLogger('kerneldoc')
/kernel/linux/linux-5.10/scripts/clang-tools/
H A Dgen_compile_commands.py12 import logging namespace
30 log_level: A logging level to filter log output.
196 level = getattr(logging, log_level)
197 logging.basicConfig(format='%(levelname)s: %(message)s', level=level)
229 logging.info('Could not add line from %s: %s',
/kernel/linux/linux-6.6/scripts/clang-tools/
H A Dgen_compile_commands.py12 import logging namespace
32 log_level: A logging level to filter log output.
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',
/kernel/linux/linux-6.6/tools/perf/tests/
H A Dattr.py11 import logging namespace
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')
/kernel/linux/linux-5.10/Documentation/sphinx/
H A Dkernellog.py3 # Sphinx has deprecated its older logging interface, but the replacement
11 from sphinx.util import logging namespace
12 logger = logging.getLogger('kerneldoc')
/kernel/linux/linux-6.6/tools/testing/selftests/hid/tests/
H A Dtest_usb_crash.py13 import logging namespace
15 logger = logging.getLogger("hidtools.test.usb")
H A Dtest_hid_core.py25 import logging namespace
27 logger = logging.getLogger("hidtools.test.hid")
H A Dtest_ite_keyboard.py13 import logging namespace
15 logger = logging.getLogger("hidtools.test.ite-keyboard")
/kernel/linux/linux-5.10/kernel/debug/kdb/
H A Dkdb_io.c593 int logging, saved_loglevel = 0; in vkdb_printf() local
623 diag = kdbgetintenv("LOGGING", &logging); in vkdb_printf()
625 logging = 0; in vkdb_printf()
741 if (logging) { in vkdb_printf()
791 if (logging) in vkdb_printf()
856 if (logging) in vkdb_printf()
/kernel/linux/linux-6.6/kernel/debug/kdb/
H A Dkdb_io.c617 int logging, saved_loglevel = 0; in vkdb_printf() local
647 diag = kdbgetintenv("LOGGING", &logging); in vkdb_printf()
649 logging = 0; in vkdb_printf()
765 if (logging) { in vkdb_printf()
815 if (logging) in vkdb_printf()
880 if (logging) in vkdb_printf()
/kernel/linux/linux-6.6/tools/testing/kunit/
H A Dkunit_kernel.py11 import logging namespace
261 logging.error(e)
277 logging.error(message)
289 logging.error(e)
329 logging.error(e)
375 logging.error('Build interruption occurred. Cleaning console.')
/kernel/linux/linux-5.10/tools/thermal/tmon/
H A Dtmon.c39 static int logging; /* for recording thermal data to a file */ variable
136 if (!logging) in prepare_logging()
161 syslog(LOG_ERR, "We don't own the log file. Not logging\n"); in prepare_logging()
254 logging = 1; in main()
/kernel/linux/linux-6.6/tools/thermal/tmon/
H A Dtmon.c39 static int logging; /* for recording thermal data to a file */ variable
136 if (!logging) in prepare_logging()
161 syslog(LOG_ERR, "We don't own the log file. Not logging\n"); in prepare_logging()
254 logging = 1; in main()
/kernel/linux/build/
H A Dkernel_build.py14 import logging namespace
287 logging.basicConfig(
288 level=logging.INFO,
293 logger = logging.getLogger(__name__)
/kernel/linux/linux-5.10/tools/testing/selftests/futex/functional/
H A DMakefile9 ../include/logging.h
/kernel/linux/linux-6.6/tools/testing/selftests/futex/functional/
H A DMakefile9 ../include/logging.h

Completed in 13 milliseconds

12