Home
last modified time | relevance | path

Searched refs:total_page_alloc_bytes (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/tools/perf/
Dbuiltin-kmem.c234 static u64 total_page_alloc_bytes; variable
391 total_page_alloc_bytes += bytes; in perf_evsel__process_page_alloc_event()
638 nr_page_allocs, total_page_alloc_bytes / 1024); in print_page_summary()
647 (total_page_alloc_bytes - total_alloc_freed_bytes) / 1024); in print_page_summary()