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

Function rte_dump_physmem_layout

dpdk/lib/eal/common/eal_common_memory.c:534–538  ·  view source on GitHub ↗

Dump the physical memory layout on console */

Source from the content-addressed store, hash-verified

532
533/* Dump the physical memory layout on console */
534void
535rte_dump_physmem_layout(FILE *f)
536{
537 rte_memseg_walk(dump_memseg, f);
538}
539
540static int
541check_iova(const struct rte_memseg_list *msl __rte_unused,

Callers 6

test_memzone_reserve_maxFunction · 0.85
test_memoryFunction · 0.85
cmd_dump_parsedFunction · 0.85
cmd_dump_parsedFunction · 0.85
meminfo_displayFunction · 0.85

Calls 1

rte_memseg_walkFunction · 0.85

Tested by 4

test_memzone_reserve_maxFunction · 0.68
test_memoryFunction · 0.68
cmd_dump_parsedFunction · 0.68