Searched refs:total_requested (Results 1 – 1 of 1) sorted by relevance
59 static unsigned long total_requested, total_allocated; variable159 total_requested += bytes_req; in perf_evsel__process_alloc_event()620 printf("Total bytes requested: %'lu\n", total_requested); in print_slab_summary()623 total_allocated - total_requested); in print_slab_summary()625 fragmentation(total_requested, total_allocated)); in print_slab_summary()