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

Function rte_log_register

dpdk/lib/log/log.c:319–323  ·  view source on GitHub ↗

register an extended log type */

Source from the content-addressed store, hash-verified

317
318/* register an extended log type */
319int
320rte_log_register(const char *name)
321{
322 return log_register(name, RTE_LOG_INFO);
323}
324
325/* Register an extended log type and try to pick its level from EAL options */
326int

Callers 2

test_logsFunction · 0.85
mainFunction · 0.85

Calls 1

log_registerFunction · 0.85

Tested by 2

test_logsFunction · 0.68
mainFunction · 0.68