Searched refs:rte_log_register (Results 1 – 6 of 6) sorted by relevance
87 logtype1 = rte_log_register("logtype1"); in test_logs()92 logtype2 = rte_log_register("logtype2"); in test_logs()
218 int rte_log_register(const char *name);
138 rte_log_register;
318 rte_log_register(const char *name) in rte_log_register() function
707 int my_logtype1 = rte_log_register("myapp.log1");708 int my_logtype2 = rte_log_register("myapp.log2");
4130 testpmd_logtype = rte_log_register("testpmd"); in main()