Home
last modified time | relevance | path

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

/tools/perf/
Dbuiltin-kmem.c266 u64 alloc_bytes; member
806 pstat->alloc_bytes += bytes; in perf_evsel__process_page_alloc_event()
815 pstat->alloc_bytes += bytes; in perf_evsel__process_page_alloc_event()
825 pstat->alloc_bytes += bytes; in perf_evsel__process_page_alloc_event()
890 pstat->alloc_bytes -= bytes; in perf_evsel__process_page_free_event()
1045 (unsigned long long)data->alloc_bytes / 1024, in __print_page_alloc_result()
1088 (unsigned long long)data->alloc_bytes / 1024, in __print_page_caller_result()
1533 if (l->alloc_bytes < r->alloc_bytes) in page_bytes_cmp()
1535 else if (l->alloc_bytes > r->alloc_bytes) in page_bytes_cmp()