Lines Matching refs:bytes_req
64 u64 bytes_req;
88 int bytes_req, int bytes_alloc, int cpu)
108 data->bytes_req += bytes_req;
119 data->bytes_req = bytes_req;
133 int bytes_req, int bytes_alloc)
153 data->bytes_req += bytes_req;
164 data->bytes_req = bytes_req;
178 int bytes_req = evsel__intval(evsel, sample, "bytes_req"),
181 if (insert_alloc_stat(call_site, ptr, bytes_req, bytes_alloc, sample->cpu) ||
182 insert_caller_stat(call_site, bytes_req, bytes_alloc))
185 total_requested += bytes_req;
1045 (unsigned long long)data->bytes_req,
1046 (unsigned long)data->bytes_req / data->hit,
1049 fragmentation(data->bytes_req, data->bytes_alloc));
1505 x = fragmentation(l->bytes_req, l->bytes_alloc);
1506 y = fragmentation(r->bytes_req, r->bytes_alloc);