Home
last modified time | relevance | path

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

/tools/perf/
Dbuiltin-kmem.c65 static unsigned long total_requested, total_allocated; variable
166 total_allocated += bytes_alloc; in perf_evsel__process_alloc_event()
1123 printf("Total bytes allocated: %'lu\n", total_allocated); in print_slab_summary()
1125 total_allocated - total_requested); in print_slab_summary()
1127 fragmentation(total_requested, total_allocated)); in print_slab_summary()