Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ rte_log_get_global_level
Function
rte_log_get_global_level
dpdk/lib/log/log.c:109–113 ·
view source on GitHub ↗
Get global log level */
Source
from the content-addressed store, hash-verified
107
108
/* Get global log level */
109
uint32_t
110
rte_log_get_global_level(void)
111
{
112
return rte_logs.level;
113
}
114
115
int
116
rte_log_get_level(uint32_t type)
Callers
5
rte_log_can_log
Function · 0.85
rte_log_dump
Function · 0.85
bcmfs_hexdump_log
Function · 0.85
dpaax_iova_table_dump
Function · 0.85
debug_hexdump
Function · 0.85
Calls
no outgoing calls
Tested by
1
debug_hexdump
Function · 0.68