total_alloc_freed_bytes 1179 tools/perf/builtin-kmem.c 	u64 total_alloc_freed_bytes = total_page_free_bytes - total_page_nomatch_bytes;
total_alloc_freed_bytes 1190 tools/perf/builtin-kmem.c 	       nr_alloc_freed, (total_alloc_freed_bytes) / 1024);
total_alloc_freed_bytes 1193 tools/perf/builtin-kmem.c 	       (total_page_alloc_bytes - total_alloc_freed_bytes) / 1024);