Searched refs:total_requested (Results 1 – 1 of 1) sorted by relevance
73 static unsigned long total_requested, total_allocated, total_freed; variable179 total_requested += bytes_req; in perf_evsel__process_alloc_event()1154 printf("Total bytes requested: %'lu\n", total_requested); in print_slab_summary()1162 total_allocated - total_requested); in print_slab_summary()1164 fragmentation(total_requested, total_allocated)); in print_slab_summary()