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

Function service_dump

dpdk/app/test/test_service_cores.c:441–450  ·  view source on GitHub ↗

verify service dump */

Source from the content-addressed store, hash-verified

439
440/* verify service dump */
441static int
442service_dump(void)
443{
444 const uint32_t sid = 0;
445 rte_service_set_stats_enable(sid, 1);
446 rte_service_dump(stdout, 0);
447 rte_service_set_stats_enable(sid, 0);
448 rte_service_dump(stdout, 0);
449 return unregister_all();
450}
451
452/* start and stop a service */
453static int

Callers

nothing calls this directly

Calls 3

rte_service_dumpFunction · 0.85
unregister_allFunction · 0.85

Tested by

no test coverage detected