/linux-6.8/drivers/net/ethernet/intel/ice/ |
D | ice_fwlog.c | 127 * ice_fwlog_init - Initialize FW logging configuration 170 …dev_warn(ice_hw_to_dev(hw), "FW logging is not supported in this NVM image. Please update the NVM … in ice_fwlog_init() 177 * ice_fwlog_deinit - unroll FW logging configuration 191 /* make sure FW logging is disabled to not put the FW in a weird state in ice_fwlog_deinit() 197 dev_warn(ice_hw_to_dev(hw), "Unable to turn off FW logging, status: %d\n", in ice_fwlog_deinit() 206 dev_warn(ice_hw_to_dev(hw), "Unable to unregister FW logging, status: %d\n", in ice_fwlog_deinit() 216 * ice_fwlog_supported - Cached for whether FW supports FW logging or not 228 * ice_aq_fwlog_set - Set FW logging configuration AQ command (0xFF30) 233 * @log_resolution: logging resolution 279 * ice_fwlog_set - Set the firmware logging settings [all …]
|
D | ice_fwlog.h | 24 /* module ID for the corresponding firmware logging event */ 33 /* options used to configure firmware logging */ 38 * logging on initialization 42 * logging events over ARQ
|
/linux-6.8/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.
|
/linux-6.8/Documentation/filesystems/xfs/ |
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 …]
|
/linux-6.8/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) */
|
/linux-6.8/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
|
/linux-6.8/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__)
|
/linux-6.8/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 109 To add a remote logging target (target names can be arbitrary):: 191 6.4.0,6,444,501151268,-;netconsole: network logging started 232 in case the remote logging agent is on a separate LAN subnet than 246 if you find that the remote logging agent is not receiving or [all …]
|
/linux-6.8/tools/net/ynl/ |
D | ynl-gen-rst.py | 25 import logging 342 logging.basicConfig(level=logging.DEBUG) 345 logging.warning("%s is not a valid file.", args.input) 349 logging.error("No output file specified.") 353 logging.debug("%s already exists. Overwriting it.", args.output) 369 logging.debug("Saving RST file to %s", filename) 385 logging.debug("Looking for .rst files in %s", index_dir) 391 logging.debug("Writing an index file at %s", output) 401 logging.debug("Parsing %s", args.input) 405 logging.warning("Failed to parse %s.", args.input) [all …]
|
/linux-6.8/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 */
|
/linux-6.8/scripts/ |
D | generate_rust_analyzer.py | 8 import logging 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
|
/linux-6.8/tools/testing/selftests/kvm/x86_64/ |
D | dirty_log_page_splitting_test.c | 3 * KVM dirty logging page splitting test 131 /* Enable dirty logging */ in run_test() 134 get_page_stats(vm, &stats_dirty_logging_enabled, "enabling dirty logging"); in run_test() 150 /* Disable dirty logging */ in run_test() 153 get_page_stats(vm, &stats_dirty_logging_disabled, "disabling dirty logging"); in run_test() 161 * have stopped running after disabling dirty logging, the join will in run_test() 195 * Once dirty logging is disabled and the vCPUs have touched all their in run_test()
|
/linux-6.8/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 …]
|
/linux-6.8/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')
|
/linux-6.8/drivers/scsi/ |
D | scsi_logging.h | 7 * This defines the scsi logging feature. It is a means by which the user can 9 * really useful for fault tracing. The logging word is divided into 10 3-bit 14 * enough, since this gives 8 levels of logging (really 7, since 0 is always 61 * log events. If logging isn't enabled, they are no-ops and will be
|
/linux-6.8/include/drm/ |
D | drm_print.h | 45 * debug code to be used for both debugfs and printk logging. 256 * Each of the DRM debug logging macros use a specific category, and the logging 272 * An interesting feature is that it's possible to enable verbose logging at 349 * struct device based logging 351 * Prefer drm_device based logging over device or printk based logging. 449 * struct drm_device based logging 451 * Prefer drm_device based logging over device or prink based logging. 454 /* Helper for struct drm_device based logging. */ 513 * printk based logging 515 * Prefer drm_device based logging over device or prink based logging.
|
/linux-6.8/drivers/accel/ivpu/ |
D | vpu_jsm_api.h | 101 * name of a logging destination or a loggable HW component). 166 * Logging entity types. 168 * This enum defines the different types of entities involved in logging. 171 /** Logging destination (entity where logs can be stored / printed). */ 236 /** Configure logging (used to modify configuration passed in boot params). */ 238 /** Return current logging configuration. */ 824 * @brief Structure to set another buffer to be used for scheduling-related logging. 825 * The size of the logging buffer and the number of entries is defined as part of the 836 * The host should set engine_idx and vpu_log_buffer_va to 0 to disable logging 839 * VPU should allow the logging to consume one host_ssid. [all …]
|
D | vpu_boot_api.h | 110 * Logging destinations. 112 * Logging output can be directed to different logging destinations. This enum 113 * defines the list of logging destinations supported by the VPU firmware (NOTE: 256 * the threshold will not be logged); applies to every enabled logging 272 * Mask of destinations to which logging messages are delivered; bitwise OR 277 * Mask of hardware components for which logging is enabled; bitwise OR of 413 /* Name of the logging entity, i.e "LRT", "LNN", "SHV0", etc */
|
/linux-6.8/drivers/scsi/esas2r/ |
D | esas2r_log.c | 47 * this module within the driver is tasked with providing logging functionality. 79 * translates an esas2r-defined logging event level to a kernel logging level. 81 * @param [in] level the esas2r-defined logging event level to translate 83 * @return the corresponding kernel logging level. 110 * the master logging function. this function will format the message as
|
/linux-6.8/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
|
/linux-6.8/tools/perf/tests/ |
D | attr.py | 11 import logging 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')
|
/linux-6.8/drivers/scsi/pm8001/ |
D | pm8001_sas.h | 64 #define PM8001_FAIL_LOGGING 0x01 /* Error message logging */ 65 #define PM8001_INIT_LOGGING 0x02 /* driver init logging */ 66 #define PM8001_DISC_LOGGING 0x04 /* discovery layer logging */ 67 #define PM8001_IO_LOGGING 0x08 /* I/O path logging */ 68 #define PM8001_EH_LOGGING 0x10 /* libsas EH function logging*/ 69 #define PM8001_IOCTL_LOGGING 0x20 /* IOCTL message logging */ 70 #define PM8001_MSG_LOGGING 0x40 /* misc message logging */ 71 #define PM8001_DEV_LOGGING 0x80 /* development message logging */ 72 #define PM8001_DEVIO_LOGGING 0x100 /* development io message logging */ 73 #define PM8001_IOERR_LOGGING 0x200 /* development io err message logging */ [all …]
|
/linux-6.8/scripts/clang-tools/ |
D | gen_compile_commands.py | 12 import logging 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',
|
/linux-6.8/include/linux/ |
D | relay.h | 89 * The client should return 1 to continue logging, 0 to stop 90 * logging. 185 * if you might be logging from interrupt context. Try 186 * __relay_write() if you know you won't be logging from 214 * relay_write() if you might be logging from interrupt
|
/linux-6.8/drivers/scsi/fnic/ |
D | fnic_debugfs.c | 31 * fnic_debugfs_init - Initialize debugfs for fnic debug logging 37 * stats logging. 315 * fnic_trace_debugfs_init - Initialize debugfs for fnic trace logging 322 * trace logging into trace buffer. 344 * elements that are specific to fnic trace logging. 357 * Initialize debugfs for fnic control frame trace logging 364 * trace logging into trace buffer. 401 * elements that are specific to fnic_fc trace logging.
|