/Zephyr-Core-3.4.0/tests/subsys/logging/log_api/ |
D | testcase.yaml | 7 - logging 15 logging.log_api_deferred_overflow_rt_filter: 21 logging.log_api_deferred_overflow: 26 logging.log_api_deferred_no_overflow: 31 logging.log_api_deferred_static_filter: 36 logging.log_api_deferred_printk: 44 logging.log_api_deferred_func_prefix: 50 logging.log_api_deferred_64b_timestamp: 55 logging.log_api_deferred_override_level: 66 logging.log_api_immediate: [all …]
|
/Zephyr-Core-3.4.0/tests/subsys/logging/log_stack/ |
D | testcase.yaml | 6 - logging 11 logging.log_stack_deferred: 14 logging.log_stack_deferred_no_opt: 21 logging.log_stack_immediate: 24 logging.log_stack_immediate_no_opt: 31 logging.log_stack_deferred_cpp: 35 logging.log_stack_deferred_cpp_no_opt: 42 logging.log_stack_immediate_cpp: 46 logging.log_stack_immediate_cpp_no_opt:
|
/Zephyr-Core-3.4.0/samples/subsys/logging/logger/ |
D | sample.yaml | 2 description: A simple application that demonstrate use of logging feature. 8 tags: logging 13 - Instance level logging showcase 15 - Disabling logging 17 - Logging performance showcase 18 - Logs from external logging system showcase 23 tags: logging 34 - logging
|
D | README.rst | 3 Logging chapter 8 A simple application that demonstrates use of logging subsystem. It demonstrates 10 instance level filtering. It also showcases logging capabilities in terms of 20 :zephyr-app: samples/subsys/logging/logger 32 Module logging showcase. 35 Disabling logging in the sample_module module 36 Function called again but with logging disabled. 37 Instance level logging showcase. 53 Disabling logging on both instances. 54 Function call on both instances with logging disabled. [all …]
|
/Zephyr-Core-3.4.0/scripts/coredump/ |
D | coredump_gdbserver.py | 8 import logging 42 # Setup logging 43 logging.basicConfig(format=LOGGING_FORMAT) 45 # Setup logging for "parser" 46 logger = logging.getLogger("parser") 48 logger.setLevel(logging.DEBUG) 50 logger.setLevel(logging.INFO) 52 logger.setLevel(logging.WARNING) 54 # Setup logging for follow code 55 logger = logging.getLogger("gdbserver") [all …]
|
/Zephyr-Core-3.4.0/tests/subsys/logging/log_benchmark/ |
D | testcase.yaml | 2 logging.log_benchmark: 5 tags: logging 10 logging.log_benchmark_speed: 13 tags: logging 19 logging.log_benchmark_user: 22 tags: logging
|
/Zephyr-Core-3.4.0/tests/subsys/logging/log_msg/ |
D | testcase.yaml | 7 - logging 12 logging.log_msg: 16 logging.log_msg_no_overflow: 20 logging.log_msg_64b_timestamp: 25 logging.log_msg_fp: 30 logging.log_msg_fp_64b_timestamp:
|
/Zephyr-Core-3.4.0/tests/subsys/logging/log_core_additional/ |
D | testcase.yaml | 2 logging.add.async: 3 tags: logging 7 logging.add.sync: 8 tags: logging 12 logging.add.log_user: 13 tags: logging
|
/Zephyr-Core-3.4.0/tests/subsys/logging/log_stress/ |
D | testcase.yaml | 5 - logging 9 logging.log_stress_light: 13 logging.log_stress_light_no_overflow: 17 logging.log_stress: 26 logging.log_stress_no_overflow:
|
/Zephyr-Core-3.4.0/doc/services/logging/ |
D | index.rst | 3 Logging chapter 10 The logging API provides a common interface to process messages issued by 15 Summary of the logging features: 17 - Deferred logging reduces the time needed to log a message by shifting time 28 - Panic support - in panic mode logging switches to blocking, synchronous 30 - Printk support - printk message can be redirected to the logging. 32 - Support for logging floating point variables and long long arguments. 34 - Support for multi-domain logging. 36 Logging API is highly configurable at compile time as well as at run time. Using 46 and debug. For each severity level the logging API (:zephyr_file:`include/zephyr/logging/log.h`) [all …]
|
/Zephyr-Core-3.4.0/samples/subsys/logging/dictionary/ |
D | sample.yaml | 2 description: Dictionary-based Logging Sample Application 7 tags: logging 13 tags: logging 22 tags: logging 32 tags: logging 46 tags: logging
|
/Zephyr-Core-3.4.0/tests/subsys/logging/log_timestamp/ |
D | testcase.yaml | 6 logging.log_output_default_timestamp: 9 - logging 11 logging.log_output_custom_timestamp: 14 - logging
|
/Zephyr-Core-3.4.0/tests/subsys/logging/log_output/ |
D | testcase.yaml | 6 logging.log_output: 9 - logging 12 logging.log_output_ts64: 15 - logging
|
/Zephyr-Core-3.4.0/tests/subsys/logging/log_backend_fs/ |
D | testcase.yaml | 5 - logging 10 logging.log_backend_fs.automounted: 17 logging.log_backend_fs.manualmounted.native_posix: 22 logging.log_backend_fs.manualmounted.native_posix_64: 27 logging.log_backend_fs.manualmounted.nrf5840dk:
|
/Zephyr-Core-3.4.0/scripts/pylib/pytest-twister-harness/src/twister_harness/ |
D | helper.py | 7 import logging 14 logger = logging.getLogger(__name__) 17 def log_command(logger: logging.Logger, msg: str, args: list, level: int = logging.DEBUG): 19 Platform-independent helper for logging subprocess invocations. 25 :param logger: logging.Logger to use
|
D | log.py | 7 import logging.config 14 """Configure logging.""" 24 log_level = config.getoption('--log-level') or config.getini('log_level') or logging.INFO 42 'class': 'logging.FileHandler', 51 'class': 'logging.StreamHandler', 71 logging.config.dictConfig(default_config)
|
/Zephyr-Core-3.4.0/tests/subsys/logging/log_immediate/ |
D | testcase.yaml | 6 logging.log_immediate: 9 - logging 16 logging.log_immediate.clean_output: 20 - logging
|
/Zephyr-Core-3.4.0/subsys/logging/backends/ |
D | Kconfig.uart | 24 In deferred logging mode, sets the maximum number of bytes which can be buffered in 28 In immediate logging mode, processed log messages are not buffered and are always 35 When enabled automatically start the UART logging backend on 41 source "subsys/logging/Kconfig.template.log_format_config" 52 Dictionary-based logging output in binary. 57 Dictionary-based logging output in hexadecimal. Supported only for UART backend.
|
D | Kconfig.adsp_hda | 9 Provide a logging backend which writes to a buffer and 17 source "subsys/logging/Kconfig.template.log_format_config" 24 Sets the ring buffer size cAVS HDA uses for logging. Effectively 41 Use cavstool understood IPC messages to inform setup and logging of 50 being used but should certainly work with text based logging.
|
/Zephyr-Core-3.4.0/samples/subsys/logging/logger/src/ |
D | main.c | 14 #include <zephyr/logging/log_ctrl.h> 17 #include <zephyr/logging/log.h> 68 * Sample module API is called then logging for this module is disabled and 74 printk("Module logging showcase.\n"); in module_logging_showcase() 80 printk("Disabling logging in the %s module\n", in module_logging_showcase() 89 printk("Function called again but with logging disabled.\n"); in module_logging_showcase() 100 * Sample multi-instance module API on two instances is called then logging 106 printk("Instance level logging showcase.\n"); in instance_logging_showcase() 125 printk("Disabling logging on both instances.\n"); in instance_logging_showcase() 140 printk("Function call on both instances with logging disabled.\n"); in instance_logging_showcase() [all …]
|
/Zephyr-Core-3.4.0/tests/subsys/logging/log_syst/ |
D | testcase.yaml | 4 logging.log_syst.mipi_syst: 7 - logging 28 logging.log_syst.text: 31 - logging
|
/Zephyr-Core-3.4.0/scripts/pylib/pytest-twister-harness/src/twister_harness/log_files/ |
D | log_file.py | 7 import logging 14 logger = logging.getLogger(__name__) 18 """Base class for logging files.""" 29 :param name: name of the logging file. 30 :return: path to logging file 41 """Save information to logging file."""
|
/Zephyr-Core-3.4.0/tests/subsys/logging/log_switch_format/ |
D | testcase.yaml | 3 - logging 14 logging.log_switch_format.deferred: 28 logging.log_switch_format.immediate: 36 logging.log_switch_format.custom_output:
|
/Zephyr-Core-3.4.0/tests/subsys/logging/log_core_additional/src/ |
D | log_test.c | 17 #include <zephyr/logging/log_backend.h> 18 #include <zephyr/logging/log_backend_std.h> 19 #include <zephyr/logging/log_ctrl.h> 20 #include <zephyr/logging/log.h> 21 #include <zephyr/logging/log_output.h> 133 /* The logging system support user customize timestamping in log messages 185 * @details Logging system identify domain/processor by domain_id which is now 188 * @addtogroup logging 194 * @brief Create Tests for Dynamic Loadable Logging Backends 199 * @addtogroup logging [all …]
|
/Zephyr-Core-3.4.0/doc/_extensions/zephyr/ |
D | warnings_filter.py | 25 import logging 30 from sphinx.util.logging import NAMESPACE 36 class WarningsFilter(logging.Filter): 50 def filter(self, record: logging.LogRecord) -> bool: 51 if record.levelno != logging.WARNING: 59 record.levelno = logging.INFO 82 logger = logging.getLogger(NAMESPACE)
|