| /kernel/uniproton/build/uniproton_ci_lib/ |
| D | logs.py | 24 import logging 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.info('[%s] %s %s %s', level.upper(),'#'*20,msg,'#'*20)
|
| /kernel/linux/linux-5.10/tools/perf/ui/ |
| D | util.c | 7 * Default error logging functions 57 * perf_error__register - Register error logging functions 58 * @eops: The pointer to error logging function struct 60 * Register UI-specific error logging functions. Before calling this, 61 * other logging functions should be unregistered, if any. 73 * perf_error__unregister - Unregister error logging functions 74 * @eops: The pointer to error logging function struct 76 * Unregister already registered error logging functions.
|
| /kernel/linux/linux-6.6/tools/perf/ui/ |
| D | util.c | 7 * Default error logging functions 62 * perf_error__register - Register error logging functions 63 * @eops: The pointer to error logging function struct 65 * Register UI-specific error logging functions. Before calling this, 66 * other logging functions should be unregistered, if any. 78 * perf_error__unregister - Unregister error logging functions 79 * @eops: The pointer to error logging function struct 81 * Unregister already registered error logging functions.
|
| /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") 229 logging.error("ERROR: Invalid Input %s", opt) 234 logging.info("config input file <%s> doesn't exist", in_file)
|
| /kernel/linux/linux-6.6/Documentation/filesystems/ |
| D | xfs-delayed-logging-design.rst | 4 XFS Logging Design 19 the basic concepts covered, the design of the delayed logging mechanism is 26 XFS uses Write Ahead Logging for ensuring changes to the filesystem metadata 28 logging mechanisms are varied and complex, combining intents, logical and 29 physical logging mechanisms to provide the necessary recovery guarantees the 42 logging overhead as low as possible. Some items are very frequently modified, 44 the overhead of metadata logging low is of prime importance. 48 the method used for logging a particular object or chaining modifications 50 performed. The logging subsystem only cares that certain specific rules are 134 However, the logging subsystem does provide global ordering guarantees, such [all …]
|
| /kernel/linux/linux-5.10/drivers/scsi/libfc/ |
| D | fc_libfc.h | 11 #define FC_LIBFC_LOGGING 0x01 /* General logging, not categorized */ 12 #define FC_LPORT_LOGGING 0x02 /* lport layer logging */ 13 #define FC_DISC_LOGGING 0x04 /* discovery layer logging */ 14 #define FC_RPORT_LOGGING 0x08 /* rport layer logging */ 15 #define FC_FCP_LOGGING 0x10 /* I/O path logging */ 16 #define FC_EM_LOGGING 0x20 /* Exchange Manager logging */ 17 #define FC_EXCH_LOGGING 0x40 /* Exchange/Sequence logging */ 18 #define FC_SCSI_LOGGING 0x80 /* SCSI logging (mostly error handling) */
|
| /kernel/linux/linux-6.6/drivers/scsi/libfc/ |
| D | fc_libfc.h | 11 #define FC_LIBFC_LOGGING 0x01 /* General logging, not categorized */ 12 #define FC_LPORT_LOGGING 0x02 /* lport layer logging */ 13 #define FC_DISC_LOGGING 0x04 /* discovery layer logging */ 14 #define FC_RPORT_LOGGING 0x08 /* rport layer logging */ 15 #define FC_FCP_LOGGING 0x10 /* I/O path logging */ 16 #define FC_EM_LOGGING 0x20 /* Exchange Manager logging */ 17 #define FC_EXCH_LOGGING 0x40 /* Exchange/Sequence logging */ 18 #define FC_SCSI_LOGGING 0x80 /* SCSI logging (mostly error handling) */
|
| /kernel/linux/linux-5.10/Documentation/filesystems/ |
| D | xfs-delayed-logging-design.rst | 4 XFS Delayed Logging Design 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 90 Delayed Logging: Concepts 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. [all …]
|
| /kernel/linux/linux-6.6/Documentation/admin-guide/device-mapper/ |
| D | dm-log.rst | 2 Device-Mapper Logging 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/Documentation/admin-guide/device-mapper/ |
| D | dm-log.rst | 2 Device-Mapper Logging 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-6.6/tools/testing/selftests/tpm2/ |
| D | tpm2_tests.py | 10 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__)
|
| /kernel/linux/linux-6.6/Documentation/networking/ |
| D | netconsole.rst | 25 problem where disk logging fails and serial consoles are impractical. 47 tgt-port port for logging agent (6666) 48 tgt-ip IP address for logging agent 49 tgt-macaddr ethernet MAC address for logging agent (broadcast) 63 It also supports logging to multiple remote agents by specifying 100 remote logging targets to be dynamically added, removed, or have their 112 To add a remote logging target (target names can be arbitrary):: 175 6.4.0,6,444,501151268,-;netconsole: network logging started 216 in case the remote logging agent is on a separate LAN subnet than 230 if you find that the remote logging agent is not receiving or [all …]
|
| /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-6.6/drivers/scsi/fcoe/ |
| D | libfcoe.h | 6 #define LIBFCOE_LOGGING 0x01 /* General logging, not categorized */ 7 #define LIBFCOE_FIP_LOGGING 0x02 /* FIP logging */ 8 #define LIBFCOE_TRANSPORT_LOGGING 0x04 /* FCoE transport logging */ 9 #define LIBFCOE_SYSFS_LOGGING 0x08 /* fcoe_sysfs logging */
|
| /kernel/linux/linux-5.10/drivers/scsi/fcoe/ |
| D | libfcoe.h | 6 #define LIBFCOE_LOGGING 0x01 /* General logging, not categorized */ 7 #define LIBFCOE_FIP_LOGGING 0x02 /* FIP logging */ 8 #define LIBFCOE_TRANSPORT_LOGGING 0x04 /* FCoE transport logging */ 9 #define LIBFCOE_SYSFS_LOGGING 0x08 /* fcoe_sysfs logging */
|
| /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-6.6/tools/testing/selftests/kvm/x86_64/ |
| D | dirty_log_page_splitting_test.c | 3 * KVM dirty logging page splitting test 129 /* Enable dirty logging */ in run_test() 132 get_page_stats(vm, &stats_dirty_logging_enabled, "enabling dirty logging"); in run_test() 148 /* Disable dirty logging */ in run_test() 151 get_page_stats(vm, &stats_dirty_logging_disabled, "disabling dirty logging"); in run_test() 159 * have stopped running after disabling dirty logging, the join will in run_test() 191 * Once dirty logging is disabled and the vCPUs have touched all their in run_test()
|
| /kernel/linux/linux-5.10/include/drm/ |
| D | drm_print.h | 44 * debug code to be used for both debugfs and printk logging. 255 * Each of the DRM debug logging macros use a specific category, and the logging 271 * An interesting feature is that it's possible to enable verbose logging at 328 * struct device based logging 330 * Prefer drm_device based logging over device or prink based logging. 405 * struct drm_device based logging 407 * Prefer drm_device based logging over device or prink based logging. 410 /* Helper for struct drm_device based logging. */ 468 * printk based logging 470 * Prefer drm_device based logging over device or prink based logging.
|
| /kernel/linux/linux-6.6/scripts/ |
| D | generate_rust_analyzer.py | 8 import logging 136 logging.info("Checking %s", path) 144 logging.info("Adding %s", name) 164 logging.basicConfig( 166 level=logging.INFO if args.verbose else logging.WARNING
|
| /kernel/linux/linux-6.6/tools/testing/selftests/kvm/ |
| D | dirty_log_perf_test.c | 3 * KVM dirty page logging performance test 114 * Keep running the guest while dirty logging is being disabled in vcpu_worker() 207 /* Enable dirty logging */ in run_test() 211 pr_info("Enabling dirty logging time: %ld.%.9lds\n\n", in run_test() 258 * Run vCPUs while dirty logging is being disabled to stress disabling in run_test() 260 * line as this significantly increases time to disable dirty logging. in run_test() 265 /* Disable dirty logging */ in run_test() 269 pr_info("Disabling dirty logging time: %ld.%.9lds\n", in run_test() 274 * have stopped running after disabling dirty logging, the join will in run_test() 310 " and writes will be tracked as soon as dirty logging is\n" in help() [all …]
|
| /kernel/linux/linux-6.6/Documentation/sphinx/ |
| D | kernellog.py | 3 # Sphinx has deprecated its older logging interface, but the replacement 11 from sphinx.util import logging 13 logger = logging.getLogger('kerneldoc')
|
| /kernel/linux/linux-5.10/Documentation/sphinx/ |
| D | kernellog.py | 3 # Sphinx has deprecated its older logging interface, but the replacement 11 from sphinx.util import logging 12 logger = logging.getLogger('kerneldoc')
|
| /kernel/linux/linux-6.6/drivers/accel/ivpu/ |
| D | vpu_boot_api.h | 93 * Logging destinations. 95 * Logging output can be directed to different logging destinations. This enum 96 * defines the list of logging destinations supported by the VPU firmware (NOTE: 218 * the threshold will not be logged); applies to every enabled logging 233 * Mask of destinations to which logging messages are delivered; bitwise OR 238 * Mask of hardware components for which logging is enabled; bitwise OR of 341 /* Name of the logging entity, i.e "LRT", "LNN", "SHV0", etc */
|
| /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.')
|