Lines Matching refs:bytes_alloc
65 u64 bytes_alloc;
88 int bytes_req, int bytes_alloc, int cpu)
109 data->bytes_alloc += bytes_alloc;
120 data->bytes_alloc = bytes_alloc;
127 data->last_alloc = bytes_alloc;
133 int bytes_req, int bytes_alloc)
154 data->bytes_alloc += bytes_alloc;
165 data->bytes_alloc = bytes_alloc;
179 bytes_alloc = evsel__intval(evsel, sample, "bytes_alloc");
181 if (insert_alloc_stat(call_site, ptr, bytes_req, bytes_alloc, sample->cpu) ||
182 insert_caller_stat(call_site, bytes_req, bytes_alloc))
186 total_allocated += bytes_alloc;
1043 (unsigned long long)data->bytes_alloc,
1044 (unsigned long)data->bytes_alloc / data->hit,
1049 fragmentation(data->bytes_req, data->bytes_alloc));
1487 if (l->bytes_alloc < r->bytes_alloc)
1489 else if (l->bytes_alloc > r->bytes_alloc)
1505 x = fragmentation(l->bytes_req, l->bytes_alloc);
1506 y = fragmentation(r->bytes_req, r->bytes_alloc);