Lines Matching refs:bytes_alloc
63 u64 bytes_alloc; member
86 int bytes_req, int bytes_alloc, int cpu) in insert_alloc_stat() argument
107 data->bytes_alloc += bytes_alloc; in insert_alloc_stat()
118 data->bytes_alloc = bytes_alloc; in insert_alloc_stat()
125 data->last_alloc = bytes_alloc; in insert_alloc_stat()
131 int bytes_req, int bytes_alloc) in insert_caller_stat() argument
152 data->bytes_alloc += bytes_alloc; in insert_caller_stat()
163 data->bytes_alloc = bytes_alloc; in insert_caller_stat()
177 bytes_alloc = evsel__intval(evsel, sample, "bytes_alloc"); in evsel__process_alloc_event() local
179 if (insert_alloc_stat(call_site, ptr, bytes_req, bytes_alloc, sample->cpu) || in evsel__process_alloc_event()
180 insert_caller_stat(call_site, bytes_req, bytes_alloc)) in evsel__process_alloc_event()
184 total_allocated += bytes_alloc; in evsel__process_alloc_event()
1021 (unsigned long long)data->bytes_alloc, in __print_slab_result()
1022 (unsigned long)data->bytes_alloc / data->hit, in __print_slab_result()
1027 fragmentation(data->bytes_req, data->bytes_alloc)); in __print_slab_result()
1465 if (l->bytes_alloc < r->bytes_alloc) in bytes_cmp()
1467 else if (l->bytes_alloc > r->bytes_alloc) in bytes_cmp()
1483 x = fragmentation(l->bytes_req, l->bytes_alloc); in frag_cmp()
1484 y = fragmentation(r->bytes_req, r->bytes_alloc); in frag_cmp()