| /linux-6.15/net/netfilter/ |
| H A D | nf_log.c | 71 if (log == logger) in nf_log_unset() 97 rcu_assign_pointer(loggers[i][logger->type], logger); in nf_log_register() 103 rcu_assign_pointer(loggers[pf][logger->type], logger); in nf_log_register() 120 if (log == logger) in nf_log_unregister() 180 if (logger == NULL) in nf_logger_find_get() 203 if (!logger) in nf_logger_put() 230 if (logger) { in nf_log_packet() 254 if (logger) { in nf_log_trace() 360 if (!logger) in seq_show() 438 if (logger == NULL) { in nf_log_proc_dostring() [all …]
|
| /linux-6.15/drivers/platform/chrome/ |
| H A D | cros_usbpd_logger.c | 175 struct device *dev = logger->dev; in cros_usbpd_log_check() 181 r = ec_get_log_entry(logger); in cros_usbpd_log_check() 193 queue_delayed_work(logger->log_workqueue, &logger->log_work, in cros_usbpd_log_check() 201 struct logger_data *logger; in cros_usbpd_logger_probe() local 203 logger = devm_kzalloc(dev, sizeof(*logger), GFP_KERNEL); in cros_usbpd_logger_probe() 204 if (!logger) in cros_usbpd_logger_probe() 207 logger->dev = dev; in cros_usbpd_logger_probe() 208 logger->ec_dev = ec_dev; in cros_usbpd_logger_probe() 215 if (!logger->log_workqueue) in cros_usbpd_logger_probe() 218 queue_delayed_work(logger->log_workqueue, &logger->log_work, in cros_usbpd_logger_probe() [all …]
|
| /linux-6.15/Documentation/sphinx/ |
| H A D | kfigure.py | 68 logger = logging.getLogger('kfigure') variable 175 logger.verbose("kfigure: check installed tools ...") 183 logger.verbose("use dot(1) from: " + dot_cmd) 195 logger.warning( 212 logger.verbose( 223 logger.verbose( 296 logger.warning( 360 logger.warning( 394 logger.warning("Error #%d when calling: %s" % 397 logger.warning( "Warning msg from %s: %s" % [all …]
|
| H A D | kernel_abi.py | 52 logger = logging.getLogger('kernel_abi') variable 67 _kernel_abi = AbiParser(path, logger=logger) 161 logger.verbose("%s ABI: %i symbols (%i ReST lines)" % (abi_type, n_sym, n)) 163 logger.verbose("%s ABI: %i files (%i ReST lines)" % (abi_type, n_sym, n)) 165 logger.verbose("%s ABI: %i data (%i ReST lines)" % (abi_type, n_sym, n))
|
| H A D | kerneldoc.py | 59 logger = logging.getLogger('kerneldoc') variable in KernelDocDirective 108 self.logger.verbose("calling kernel-doc '%s'" % (" ".join(cmd))) 118 self.logger.warning("kernel-doc '%s' failed with return code %d" 146 self.logger.warning("kernel-doc '%s' processing failed with: %s" %
|
| /linux-6.15/include/net/netfilter/ |
| H A D | nf_log.h | 59 int nf_log_register(u_int8_t pf, struct nf_logger *logger); 60 void nf_log_unregister(struct nf_logger *logger); 62 int nf_log_set(struct net *net, u_int8_t pf, const struct nf_logger *logger); 63 void nf_log_unset(struct net *net, const struct nf_logger *logger); 66 const struct nf_logger *logger);
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/link/hwss/ |
| H A D | link_hwss_dpia.c | 31 link->ctx->logger 32 #define DC_LOGGER_INIT(logger) argument 42 DC_LOGGER_INIT(link->ctx->logger); in update_dpia_stream_allocation_table() 93 DC_LOGGER_INIT(link->ctx->logger); in enable_dpia_link_output() 126 DC_LOGGER_INIT(link->ctx->logger); in disable_dpia_link_output()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/core/ |
| H A D | dc_debug.c | 40 dc->ctx->logger 41 #define DC_LOGGER_INIT(logger) argument 60 DC_LOGGER_INIT(dc->ctx->logger); in update_surface_trace() 178 DC_LOGGER_INIT(dc->ctx->logger); in post_surface_trace() 188 DC_LOGGER_INIT(dc->ctx->logger); in context_clock_trace()
|
| H A D | dc_state.c | 42 dc->ctx->logger 43 #define DC_LOGGER_INIT(logger) argument 386 DC_LOGGER_INIT(dc->ctx->logger); in dc_state_add_stream() 720 DC_LOGGER_INIT(dc->ctx->logger); in dc_state_create_phantom_stream() 743 DC_LOGGER_INIT(dc->ctx->logger); in dc_state_release_phantom_stream() 759 DC_LOGGER_INIT(dc->ctx->logger); in dc_state_create_phantom_plane() 778 DC_LOGGER_INIT(dc->ctx->logger); in dc_state_release_phantom_plane()
|
| /linux-6.15/tools/net/sunrpc/xdrgen/subcmds/ |
| H A D | lint.py | 10 from lark import logger 16 logger.setLevel(logging.DEBUG)
|
| H A D | declarations.py | 10 from lark import logger 28 logger.setLevel(logging.INFO)
|
| H A D | definitions.py | 10 from lark import logger 28 logger.setLevel(logging.INFO)
|
| H A D | source.py | 10 from lark import logger 27 logger.setLevel(logging.INFO)
|
| /linux-6.15/scripts/ |
| H A D | checktransupdate.py | 175 logger = logging.getLogger() 176 logger.setLevel(log_level) 192 logger.addHandler(console_handler) 193 logger.addHandler(file_handler)
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn351/ |
| H A D | dcn351_hwseq.c | 32 #define DC_LOGGER_INIT(logger) \ argument 33 struct dal_logger *dc_logger = logger
|
| /linux-6.15/tools/testing/selftests/tc-testing/ |
| H A D | TODO.txt | 11 - Use python logger module for debug/verbose output 14 Maybe use python logger module for this too.
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/link/ |
| H A D | link_dpms.c | 62 #define DC_LOGGER_INIT(logger) \ argument 63 struct dal_logger *dc_logger = logger 756 DC_LOGGER_INIT(dsc->ctx->logger); in dsc_optc_config_log() 823 DC_LOGGER_INIT(dsc->ctx->logger); in link_set_dsc_on_stream() 956 DC_LOGGER_INIT(dsc->ctx->logger); in link_set_dsc_pps_packet() 1080 DC_LOGGER_INIT(link->ctx->logger); in log_vcp_x_y() 1210 DC_LOGGER_INIT(link->ctx->logger); in poll_for_allocation_change_trigger() 1339 DC_LOGGER_INIT(link->ctx->logger); in deallocate_mst_payload() 1439 DC_LOGGER_INIT(link->ctx->logger); in allocate_mst_payload() 1562 DC_LOGGER_INIT(link->ctx->logger); in write_128b_132b_sst_payload_allocation_table() [all …]
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/dml/ |
| H A D | dml_logger.h | 31 mode_lib->logger
|
| /linux-6.15/tools/testing/selftests/hid/tests/ |
| H A D | test_hid_core.py | 27 logger = logging.getLogger("hidtools.test.hid") variable
|
| H A D | base.py | 21 logger = logging.getLogger("hidtools.test.base") variable 325 logger.warning( 328 logger.warning(self.uhdev.input_nodes)
|
| H A D | test_usb_crash.py | 15 logger = logging.getLogger("hidtools.test.usb") variable
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn301/ |
| H A D | dcn301_hwseq.c | 31 #define DC_LOGGER_INIT(logger) argument
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn303/ |
| H A D | dcn303_hwseq.c | 34 #define DC_LOGGER_INIT(logger) argument
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/dwb/dcn35/ |
| H A D | dcn35_dwb.c | 40 dwbc30->base.ctx->logger
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/link/protocols/ |
| H A D | link_dp_training_auxless.c | 32 link->ctx->logger
|