Lines Matching refs:bytes_req
57 u64 bytes_req; member
81 int bytes_req, int bytes_alloc, int cpu) in insert_alloc_stat() argument
101 data->bytes_req += bytes_req; in insert_alloc_stat()
112 data->bytes_req = bytes_req; in insert_alloc_stat()
126 int bytes_req, int bytes_alloc) in insert_caller_stat() argument
146 data->bytes_req += bytes_req; in insert_caller_stat()
157 data->bytes_req = bytes_req; in insert_caller_stat()
172 int bytes_req = perf_evsel__intval(evsel, sample, "bytes_req"), in perf_evsel__process_alloc_event() local
175 if (insert_alloc_stat(call_site, ptr, bytes_req, bytes_alloc, sample->cpu) || in perf_evsel__process_alloc_event()
176 insert_caller_stat(call_site, bytes_req, bytes_alloc)) in perf_evsel__process_alloc_event()
179 total_requested += bytes_req; in perf_evsel__process_alloc_event()
1021 (unsigned long long)data->bytes_req, in __print_slab_result()
1022 (unsigned long)data->bytes_req / data->hit, in __print_slab_result()
1025 fragmentation(data->bytes_req, data->bytes_alloc)); in __print_slab_result()
1481 x = fragmentation(l->bytes_req, l->bytes_alloc); in frag_cmp()
1482 y = fragmentation(r->bytes_req, r->bytes_alloc); in frag_cmp()