Lines Matching refs:alloc_stat
50 struct alloc_stat;
61 struct alloc_stat { struct
92 struct alloc_stat *data = NULL; in insert_alloc_stat() argument
96 data = rb_entry(*node, struct alloc_stat, node); in insert_alloc_stat()
137 struct alloc_stat *data = NULL; in insert_caller_stat()
141 data = rb_entry(*node, struct alloc_stat, node); in insert_caller_stat()
221 static struct alloc_stat *search_alloc_stat(unsigned long ptr, in search_alloc_stat()
227 struct alloc_stat key = { .ptr = ptr, .call_site = call_site }; in search_alloc_stat()
230 struct alloc_stat *data; in search_alloc_stat()
233 data = rb_entry(node, struct alloc_stat, node); in search_alloc_stat()
249 struct alloc_stat *s_alloc, *s_caller; in evsel__process_free_event()
1021 struct alloc_stat *data = rb_entry(next, struct alloc_stat, in __print_slab_result()
1270 static void sort_slab_insert(struct rb_root *root, struct alloc_stat *data, in sort_slab_insert()
1278 struct alloc_stat *this; in sort_slab_insert()
1281 this = rb_entry(*new, struct alloc_stat, node); in sort_slab_insert()
1304 struct alloc_stat *data; in __sort_slab_result()
1312 data = rb_entry(node, struct alloc_stat, node); in __sort_slab_result()
1433 struct alloc_stat *l = a; in ptr_cmp()
1434 struct alloc_stat *r = b; in ptr_cmp()
1450 struct alloc_stat *l = a; in slab_callsite_cmp()
1451 struct alloc_stat *r = b; in slab_callsite_cmp()
1467 struct alloc_stat *l = a; in hit_cmp()
1468 struct alloc_stat *r = b; in hit_cmp()
1484 struct alloc_stat *l = a; in bytes_cmp()
1485 struct alloc_stat *r = b; in bytes_cmp()
1502 struct alloc_stat *l = a; in frag_cmp()
1503 struct alloc_stat *r = b; in frag_cmp()
1522 struct alloc_stat *l = a; in pingpong_cmp()
1523 struct alloc_stat *r = b; in pingpong_cmp()