Searched refs:log_level (Results 1 – 8 of 8) sorted by relevance
/trusted-firmware-a/common/ |
A D | tf_log.c | 26 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() 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() 74 assert((log_level % 10U) == 0U); in tf_log_set_max_level() [all …]
|
/trusted-firmware-a/plat/common/ |
A D | plat_log_common.c | 16 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/plat/brcm/board/common/ |
A D | plat_setup.c | 24 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/include/common/ |
A D | debug.h | 115 void tf_log_set_max_level(unsigned int log_level);
|
/trusted-firmware-a/include/plat/common/ |
A D | platform.h | 121 const char *plat_log_get_prefix(unsigned int log_level);
|
/trusted-firmware-a/docs/build/TF-A_2.5/ |
A D | searchindex.js | 1 …ock_index:38,lock_n:38,log:[2,21,25,28,47,48,53,86,101,119,126,130,142],log_level:[48,53,86,110,11…
|
/trusted-firmware-a/docs/getting_started/ |
A D | porting-guide.rst | 1143 This function defines the prefix string corresponding to the `log_level` to be 1144 prepended to all the log output from TF-A. The `log_level` (argument) will
|
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/getting_started/ |
A D | porting-guide.rst.txt | 1143 This function defines the prefix string corresponding to the `log_level` to be 1144 prepended to all the log output from TF-A. The `log_level` (argument) will
|
Completed in 30 milliseconds