Lines Matching refs:bytes_alloc
65 u64 bytes_alloc; member
88 int bytes_req, int bytes_alloc, int cpu) in insert_alloc_stat() argument
109 data->bytes_alloc += bytes_alloc; in insert_alloc_stat()
120 data->bytes_alloc = bytes_alloc; in insert_alloc_stat()
127 data->last_alloc = bytes_alloc; in insert_alloc_stat()
133 int bytes_req, int bytes_alloc) in insert_caller_stat() argument
154 data->bytes_alloc += bytes_alloc; in insert_caller_stat()
165 data->bytes_alloc = bytes_alloc; in insert_caller_stat()
179 bytes_alloc = evsel__intval(evsel, sample, "bytes_alloc"); in evsel__process_alloc_event() local
181 if (insert_alloc_stat(call_site, ptr, bytes_req, bytes_alloc, sample->cpu) || in evsel__process_alloc_event()
182 insert_caller_stat(call_site, bytes_req, bytes_alloc)) in evsel__process_alloc_event()
186 total_allocated += bytes_alloc; in evsel__process_alloc_event()
1036 (unsigned long long)data->bytes_alloc, in __print_slab_result()
1037 (unsigned long)data->bytes_alloc / data->hit, in __print_slab_result()
1042 fragmentation(data->bytes_req, data->bytes_alloc)); in __print_slab_result()
1480 if (l->bytes_alloc < r->bytes_alloc) in bytes_cmp()
1482 else if (l->bytes_alloc > r->bytes_alloc) in bytes_cmp()
1498 x = fragmentation(l->bytes_req, l->bytes_alloc); in frag_cmp()
1499 y = fragmentation(r->bytes_req, r->bytes_alloc); in frag_cmp()