Home
last modified time | relevance | path

Searched refs:alloc_stat (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/tools/perf/
Dbuiltin-kmem.c30 struct alloc_stat;
31 typedef int (*sort_fn_t)(struct alloc_stat *, struct alloc_stat *);
41 struct alloc_stat { struct
67 struct alloc_stat *data = NULL; in insert_alloc_stat() argument
71 data = rb_entry(*node, struct alloc_stat, node); in insert_alloc_stat()
110 struct alloc_stat *data = NULL; in insert_caller_stat()
114 data = rb_entry(*node, struct alloc_stat, node); in insert_caller_stat()
182 static int ptr_cmp(struct alloc_stat *, struct alloc_stat *);
183 static int callsite_cmp(struct alloc_stat *, struct alloc_stat *);
185 static struct alloc_stat *search_alloc_stat(unsigned long ptr, in search_alloc_stat()
[all …]