Lines Matching refs:bytes_req
62 u64 bytes_req;
86 int bytes_req, int bytes_alloc, int cpu)
106 data->bytes_req += bytes_req;
117 data->bytes_req = bytes_req;
131 int bytes_req, int bytes_alloc)
151 data->bytes_req += bytes_req;
162 data->bytes_req = bytes_req;
176 int bytes_req = evsel__intval(evsel, sample, "bytes_req"),
179 if (insert_alloc_stat(call_site, ptr, bytes_req, bytes_alloc, sample->cpu) ||
180 insert_caller_stat(call_site, bytes_req, bytes_alloc))
183 total_requested += bytes_req;
1023 (unsigned long long)data->bytes_req,
1024 (unsigned long)data->bytes_req / data->hit,
1027 fragmentation(data->bytes_req, data->bytes_alloc));
1483 x = fragmentation(l->bytes_req, l->bytes_alloc);
1484 y = fragmentation(r->bytes_req, r->bytes_alloc);