Home
last modified time | relevance | path

Searched refs:log_level (Results 1 – 6 of 6) sorted by relevance

/trusted-firmware-a-latest/common/
Dtf_log.c26 unsigned int log_level; in tf_log() local
31 log_level = fmt[0]; in tf_log()
34 assert((log_level > 0U) && (log_level <= LOG_LEVEL_VERBOSE)); in tf_log()
35 assert((log_level % 10U) == 0U); in tf_log()
37 if (log_level > max_log_level) in tf_log()
40 prefix_str = plat_log_get_prefix(log_level); in tf_log()
54 unsigned int log_level = log_fmt[0]; in tf_log_newline() local
57 assert((log_level > 0U) && (log_level <= LOG_LEVEL_VERBOSE)); in tf_log_newline()
58 assert((log_level % 10U) == 0U); in tf_log_newline()
60 if (log_level > max_log_level) in tf_log_newline()
[all …]
/trusted-firmware-a-latest/plat/common/
Dplat_log_common.c16 const char *plat_log_get_prefix(unsigned int log_level) in plat_log_get_prefix() argument
20 if (log_level < LOG_LEVEL_ERROR) { in plat_log_get_prefix()
22 } else if (log_level > LOG_LEVEL_VERBOSE) { in plat_log_get_prefix()
25 level = log_level; in plat_log_get_prefix()
/trusted-firmware-a-latest/plat/brcm/board/common/
Dplat_setup.c24 const char *plat_log_get_prefix(unsigned int log_level) in plat_log_get_prefix() argument
26 return plat_prefix_str[log_level - 1U]; in plat_log_get_prefix()
/trusted-firmware-a-latest/include/common/
Ddebug.h132 void tf_log_set_max_level(unsigned int log_level);
/trusted-firmware-a-latest/include/plat/common/
Dplatform.h155 const char *plat_log_get_prefix(unsigned int log_level);
/trusted-firmware-a-latest/docs/
Dporting-guide.rst1456 This function defines the prefix string corresponding to the `log_level` to be
1457 prepended to all the log output from TF-A. The `log_level` (argument) will