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