| /kernel/uniproton/build/uniproton_ci_lib/ |
| D | logs.py | 10 import logging 14 logging.basicConfig(level=logging.NOTSET) 27 logging.info(line) 28 logging.info("\n--[INFO] more message in logfile [%s] env: [%s]" ,self.log_file, env) 39 logger_root = logging.getLogger() 47 logformat = logging.Formatter(formatter) 48 fh = logging.FileHandler(self.log_file, mode='a', encoding=sys.getdefaultencoding()) 52 logger = logging.getLogger('UniProton') 64 logging.info('[%s] %s %s %s', level.upper(),'#'*20,msg,'#'*20)
|
| D | get_config_info.py | 7 import logging 12 logging.basicConfig(level=logging.NOTSET) 13 logging.info(globle.config_dir)
|
| /kernel/uniproton/cmake/common/build_auxiliary_script/ |
| D | make_buildef.py | 8 import logging 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.")
|
| D | Kconfig2macro.py | 11 import logging 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.error("ERROR: Invalid Input %s", opt) 221 logging.info("config input file <%s> doesn't exist", in_file)
|
| /kernel/linux/linux-5.10/tools/testing/selftests/tpm2/ |
| D | tpm2_tests.py | 10 import logging 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.getLogger(__name__)
|
| /kernel/linux/linux-5.10/Documentation/admin-guide/device-mapper/ |
| 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
|
| /kernel/linux/linux-5.10/tools/perf/tests/ |
| D | attr.py | 10 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')
|
| /kernel/linux/linux-5.10/tools/testing/kunit/ |
| D | kunit_kernel.py | 9 import logging 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/scripts/clang-tools/ |
| D | gen_compile_commands.py | 12 import logging 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-5.10/Documentation/networking/ |
| 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
|
| /kernel/linux/linux-5.10/Documentation/sphinx/ |
| D | kernellog.py | 11 from sphinx.util import logging 12 logger = logging.getLogger('kerneldoc')
|
| /kernel/linux/linux-5.10/tools/kvm/kvm_stat/ |
| 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
|
| /kernel/linux/linux-5.10/kernel/debug/kdb/ |
| D | kdb_io.c | 588 int logging, saved_loglevel = 0; in vkdb_printf() local 618 diag = kdbgetintenv("LOGGING", &logging); in vkdb_printf() 620 logging = 0; in vkdb_printf() 736 if (logging) { in vkdb_printf() 786 if (logging) in vkdb_printf() 851 if (logging) in vkdb_printf()
|
| /kernel/linux/linux-5.10/tools/thermal/tmon/ |
| 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()
|
| /kernel/linux/linux-5.10/Documentation/filesystems/ |
| D | xfs-delayed-logging-design.rst | 7 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 …]
|
| D | index.rst | 120 xfs-delayed-logging-design
|
| /kernel/linux/build/ |
| D | kernel_build.py | 14 import logging 285 logging.basicConfig( 286 level=logging.INFO, 291 logger = logging.getLogger(__name__)
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/msm/ |
| D | Kconfig | 32 bool "MSM DRM register logging" 36 Compile in support for logging register reads/writes in a format 38 logging can be switched on via msm.reglog=y module param.
|
| /kernel/linux/linux-5.10/tools/testing/selftests/futex/functional/ |
| D | Makefile | 9 ../include/logging.h
|
| /kernel/linux/linux-5.10/fs/ocfs2/ |
| D | Kconfig | 61 bool "OCFS2 logging support" 65 The ocfs2 filesystem has an extensive logging system. The system
|
| /kernel/linux/linux-5.10/drivers/message/fusion/ |
| D | Kconfig | 112 bool "Fusion MPT logging facility" 114 This turns on a logging facility that can be used to debug a number
|
| /kernel/linux/linux-5.10/Documentation/core-api/ |
| D | printk-basics.rst | 4 Message logging with printk 85 logging. This family of macros embed the log level in the macro names. For
|
| /kernel/linux/linux-5.10/drivers/staging/vc04_services/interface/ |
| D | TODO | 43 5) Cleanup logging mechanism 45 The driver should probably be using the standard kernel logging mechanisms
|
| /kernel/linux/linux-5.10/samples/bpf/ |
| D | tcp_bpf.readme | 19 The tcp_*_kern.o programs use special print functions to print logging
|
| /kernel/linux/linux-5.10/include/trace/events/ |
| D | jbd2.h | 262 __field( unsigned long, logging ) 276 __entry->logging = stats->rs_logging; 291 jiffies_to_msecs(__entry->logging),
|