Lines Matching refs:alloc_stat

49 struct alloc_stat;
60 struct alloc_stat { struct
91 struct alloc_stat *data = NULL; in insert_alloc_stat() argument
95 data = rb_entry(*node, struct alloc_stat, node); in insert_alloc_stat()
136 struct alloc_stat *data = NULL; in insert_caller_stat()
140 data = rb_entry(*node, struct alloc_stat, node); in insert_caller_stat()
220 static struct alloc_stat *search_alloc_stat(unsigned long ptr, in search_alloc_stat()
226 struct alloc_stat key = { .ptr = ptr, .call_site = call_site }; in search_alloc_stat()
229 struct alloc_stat *data; in search_alloc_stat()
232 data = rb_entry(node, struct alloc_stat, node); in search_alloc_stat()
248 struct alloc_stat *s_alloc, *s_caller; in evsel__process_free_event()
1011 struct alloc_stat *data = rb_entry(next, struct alloc_stat, in __print_slab_result()
1260 static void sort_slab_insert(struct rb_root *root, struct alloc_stat *data, in sort_slab_insert()
1268 struct alloc_stat *this; in sort_slab_insert()
1271 this = rb_entry(*new, struct alloc_stat, node); in sort_slab_insert()
1294 struct alloc_stat *data; in __sort_slab_result()
1302 data = rb_entry(node, struct alloc_stat, node); in __sort_slab_result()
1423 struct alloc_stat *l = a; in ptr_cmp()
1424 struct alloc_stat *r = b; in ptr_cmp()
1440 struct alloc_stat *l = a; in slab_callsite_cmp()
1441 struct alloc_stat *r = b; in slab_callsite_cmp()
1457 struct alloc_stat *l = a; in hit_cmp()
1458 struct alloc_stat *r = b; in hit_cmp()
1474 struct alloc_stat *l = a; in bytes_cmp()
1475 struct alloc_stat *r = b; in bytes_cmp()
1492 struct alloc_stat *l = a; in frag_cmp()
1493 struct alloc_stat *r = b; in frag_cmp()
1512 struct alloc_stat *l = a; in pingpong_cmp()
1513 struct alloc_stat *r = b; in pingpong_cmp()