Lines Matching refs:alloc_stat
43 struct alloc_stat;
54 struct alloc_stat { struct
85 struct alloc_stat *data = NULL; in insert_alloc_stat() argument
89 data = rb_entry(*node, struct alloc_stat, node); in insert_alloc_stat()
130 struct alloc_stat *data = NULL; in insert_caller_stat()
134 data = rb_entry(*node, struct alloc_stat, node); in insert_caller_stat()
205 static struct alloc_stat *search_alloc_stat(unsigned long ptr, in search_alloc_stat()
211 struct alloc_stat key = { .ptr = ptr, .call_site = call_site }; in search_alloc_stat()
214 struct alloc_stat *data; in search_alloc_stat()
217 data = rb_entry(node, struct alloc_stat, node); in search_alloc_stat()
234 struct alloc_stat *s_alloc, *s_caller; in perf_evsel__process_free_event()
997 struct alloc_stat *data = rb_entry(next, struct alloc_stat, in __print_slab_result()
1246 static void sort_slab_insert(struct rb_root *root, struct alloc_stat *data, in sort_slab_insert()
1254 struct alloc_stat *this; in sort_slab_insert()
1257 this = rb_entry(*new, struct alloc_stat, node); in sort_slab_insert()
1280 struct alloc_stat *data; in __sort_slab_result()
1288 data = rb_entry(node, struct alloc_stat, node); in __sort_slab_result()
1409 struct alloc_stat *l = a; in ptr_cmp()
1410 struct alloc_stat *r = b; in ptr_cmp()
1426 struct alloc_stat *l = a; in slab_callsite_cmp()
1427 struct alloc_stat *r = b; in slab_callsite_cmp()
1443 struct alloc_stat *l = a; in hit_cmp()
1444 struct alloc_stat *r = b; in hit_cmp()
1460 struct alloc_stat *l = a; in bytes_cmp()
1461 struct alloc_stat *r = b; in bytes_cmp()
1478 struct alloc_stat *l = a; in frag_cmp()
1479 struct alloc_stat *r = b; in frag_cmp()
1498 struct alloc_stat *l = a; in pingpong_cmp()
1499 struct alloc_stat *r = b; in pingpong_cmp()