Home
last modified time | relevance | path

Searched refs:total_page_free_bytes (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-kmem.c260 static u64 total_page_free_bytes; variable
872 total_page_free_bytes += bytes; in evsel__process_page_free_event()
1174 u64 total_alloc_freed_bytes = total_page_free_bytes - total_page_nomatch_bytes; in print_page_summary()
1181 nr_page_frees, total_page_free_bytes / 1024); in print_page_summary()
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-kmem.c273 static u64 total_page_free_bytes; variable
894 total_page_free_bytes += bytes; in evsel__process_page_free_event()
1196 u64 total_alloc_freed_bytes = total_page_free_bytes - total_page_nomatch_bytes; in print_page_summary()
1203 nr_page_frees, total_page_free_bytes / 1024); in print_page_summary()

Completed in 5 milliseconds