| /linux/net/netfilter/ |
| H A D | nf_log.c | 25 #define nft_log_dereference(logger) \ argument 26 rcu_dereference_protected(logger, lockdep_is_held(&nf_log_mutex)) 45 int nf_log_set(struct net *net, u_int8_t pf, const struct nf_logger *logger) in nf_log_set() argument 55 rcu_assign_pointer(net->nf.nf_loggers[pf], logger); in nf_log_set() 63 void nf_log_unset(struct net *net, const struct nf_logger *logger) in nf_log_unset() argument 71 if (log == logger) in nf_log_unset() 79 int nf_log_register(u_int8_t pf, struct nf_logger *logger) in nf_log_register() argument 91 if (rcu_access_pointer(loggers[i][logger->type])) { in nf_log_register() 97 rcu_assign_pointer(loggers[i][logger->type], logger); in nf_log_register() 99 if (rcu_access_pointer(loggers[pf][logger->type])) { in nf_log_register() [all …]
|
| /linux/Documentation/sphinx/ |
| H A D | kernel_abi.py | 52 logger = logging.getLogger('kernel_abi') variable 67 _kernel_abi = AbiParser(path, logger=logger) 163 logger.verbose("%s ABI: %i symbols (%i ReST lines)" % (abi_type, n_sym, n)) 165 logger.verbose("%s ABI: %i files (%i ReST lines)" % (abi_type, n_sym, n)) 167 logger.verbose("%s ABI: %i data (%i ReST lines)" % (abi_type, n_sym, n))
|
| H A D | kerneldoc.py | 52 logger = logging.getLogger(__name__) variable 209 logger.warning("kernel-doc '%s' failed with return code %d" 270 logger.info(cmd_str(cmd)) 279 logger.warning("kernel-doc '%s' processing failed with: %s" % 295 kfiles = KernelFiles(out_style=out_style, logger=logger)
|
| H A D | kernel_include.py | 105 logger = logging.getLogger(__name__) variable 472 logger.critical("FATAL: _xref_files not initialized!") 497 logger.warning(msg, location=node, type='ref', subtype='missing')
|
| /linux/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); 65 int nf_log_set(struct net *net, u_int8_t pf, const struct nf_logger *logger); 66 void nf_log_unset(struct net *net, const struct nf_logger *logger); 69 const struct nf_logger *logger);
|
| /linux/scripts/ |
| H A D | kernel-doc.py | 266 logger = logging.getLogger() 269 logger.setLevel(logging.INFO) 271 logger.setLevel(logging.DEBUG) 278 logger.addHandler(handler) 286 logger.error("Python 3.6 or later is required by kernel-doc. skipping checks") 292 logger.warning("Python 3.7 or later is required for correct results")
|
| H A D | kernel-doc | 266 logger = logging.getLogger() 269 logger.setLevel(logging.INFO) 271 logger.setLevel(logging.DEBUG) 278 logger.addHandler(handler) 286 logger.error("Python 3.6 or later is required by kernel-doc. skipping checks") 292 logger.warning("Python 3.7 or later is required for correct results")
|
| /linux/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)
|
| /linux/tools/docs/ |
| H A D | checktransupdate.py | 211 logger = logging.getLogger() 212 logger.setLevel(log_level) 228 logger.addHandler(console_handler) 229 logger.addHandler(file_handler)
|
| /linux/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/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/tools/lib/python/kdoc/ |
| H A D | kdoc_files.py | 158 logger=None): argument 194 if not logger: 197 self.config.log = logger
|
| /linux/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 361 DC_LOGGER_INIT(pipe_ctx->stream->ctx->logger); in write_i2c_retimer_setting() 518 DC_LOGGER_INIT(pipe_ctx->stream->ctx->logger); in write_i2c_default_retimer_setting() 640 DC_LOGGER_INIT(pipe_ctx->stream->ctx->logger); in write_i2c_redriver_setting() 757 DC_LOGGER_INIT(dsc->ctx->logger); in dsc_optc_config_log() 824 DC_LOGGER_INIT(dsc->ctx->logger); in link_set_dsc_on_stream() 958 DC_LOGGER_INIT(dsc->ctx->logger); in link_set_dsc_pps_packet() 1083 DC_LOGGER_INIT(link->ctx->logger); in log_vcp_x_y() 1213 DC_LOGGER_INIT(link->ctx->logger); in poll_for_allocation_change_trigger() [all …]
|
| H A D | link_detection.c | 55 link->ctx->logger 56 #define DC_LOGGER_INIT(logger) argument 652 DC_LOGGER_INIT(link->ctx->logger); in wait_for_entering_dp_alt_mode() 724 DC_LOGGER_INIT(link->ctx->logger); in discover_dp_mst_topology() 745 DC_LOGGER_INIT(link->ctx->logger); in link_reset_cur_dp_mst_topology() 978 DC_LOGGER_INIT(link->ctx->logger); in detect_link_and_local_sink() 1467 DC_LOGGER_INIT(link->ctx->logger); in link_detect()
|
| /linux/drivers/gpu/drm/amd/display/dc/dml/ |
| H A D | dml_logger.h | 31 mode_lib->logger
|
| /linux/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 | 22 logger = logging.getLogger("hidtools.test.base") variable 339 logger.warning( 342 logger.warning(self.uhdev.input_nodes)
|
| H A D | test_usb_crash.py | 15 logger = logging.getLogger("hidtools.test.usb") variable
|
| H A D | base_device.py | 42 logger = logging.getLogger("hidtools.device.base_device") variable 164 logger.debug(f"udev event: {event.action} -> {event}") 256 logger.error(
|
| /linux/drivers/gpu/drm/amd/display/dc/hwss/dcn301/ |
| H A D | dcn301_hwseq.c | 31 #define DC_LOGGER_INIT(logger) argument
|
| /linux/drivers/gpu/drm/amd/display/dc/hwss/dcn303/ |
| H A D | dcn303_hwseq.c | 34 #define DC_LOGGER_INIT(logger) argument
|
| /linux/drivers/gpu/drm/amd/display/dc/dwb/dcn35/ |
| H A D | dcn35_dwb.c | 40 dwbc30->base.ctx->logger
|
| /linux/drivers/gpu/drm/amd/display/dc/dccg/dcn301/ |
| H A D | dcn301_dccg.c | 43 dccg->ctx->logger
|
| /linux/drivers/gpu/drm/amd/display/dc/dcn20/ |
| H A D | dcn20_vmid.c | 42 CTX->logger
|