MCPcopy 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 */
109uint32_t
110rte_log_get_global_level(void)
111{
112 return rte_logs.level;
113}
114
115int
116rte_log_get_level(uint32_t type)

Callers 5

rte_log_can_logFunction · 0.85
rte_log_dumpFunction · 0.85
bcmfs_hexdump_logFunction · 0.85
dpaax_iova_table_dumpFunction · 0.85
debug_hexdumpFunction · 0.85

Calls

no outgoing calls

Tested by 1

debug_hexdumpFunction · 0.68