MCPcopy Create free account
hub / github.com/F-Stack/f-stack / rte_log_set_global_level

Function rte_log_set_global_level

dpdk/lib/log/log.c:102–106  ·  view source on GitHub ↗

Set global log level */

Source from the content-addressed store, hash-verified

100
101/* Set global log level */
102void
103rte_log_set_global_level(uint32_t level)
104{
105 rte_logs.level = (uint32_t)level;
106}
107
108/* Get global log level */
109uint32_t

Callers 10

ff_log_set_global_levelFunction · 0.85
log.cFile · 0.85
eal_parse_log_levelFunction · 0.85
test_legacy_logsFunction · 0.85
test_logsFunction · 0.85
test_ethdev_apiFunction · 0.85
test_ipfragFunction · 0.85
test_securityFunction · 0.85
test_link_statusFunction · 0.85
cmd_set_log_parsedFunction · 0.85

Calls

no outgoing calls

Tested by 6

test_legacy_logsFunction · 0.68
test_logsFunction · 0.68
test_ethdev_apiFunction · 0.68
test_ipfragFunction · 0.68
test_securityFunction · 0.68
test_link_statusFunction · 0.68