Home
last modified time | relevance | path

Searched defs:log_code (Results 1 – 2 of 2) sorted by relevance

/device/soc/hisilicon/ws63v100/sdk/middleware/utils/dfx/log/include/
Dlog_printf.h616 #define press_params(log_code, log_lvl, args_count) \ argument
635 #define BASE_PRINT(log_code, log_lvl, fmt, args_count, args...) \ argument
640 #define BASE_PRINT_NON_COMPRESS(log_code, log_lvl, fmt, args_count, args...) argument
641 #define BASE_PRINT_ERR(log_code, fmt, args_count, args...) \ argument
646 #define BASE_PRINT_WARN(log_code, fmt, args_count, args...) \ argument
651 #define BASE_PRINT_INFO(log_code, fmt, args_count, args...) \ argument
656 #define BASE_PRINT_DEBUG(log_code, fmt, args_count, args...) \ argument
802 #define get_log_domain(log_code) (((log_code) >> 20) & 0xF) argument
803 #define get_log_module(log_code) (((log_code) >> 16) & 0xF) argument
804 #define get_log_sub_module(log_code) (((log_code) >> 10) & 0x3F) argument
[all …]
/device/soc/hisilicon/ws63v100/sdk/middleware/utils/dfx/log/
Dlog_printf.c277 uint32_t log_code = get_log_code(log_header); in compress_printf_store_in_flash() local