HomeSort by relevance Sort by last modified time
    Searched full:alloc_stat (Results 1 - 2 of 2) sorted by null

  /external/linux-tools-perf/
builtin-kmem.c 24 struct alloc_stat;
25 typedef int (*sort_fn_t)(struct alloc_stat *, struct alloc_stat *);
42 struct alloc_stat { struct
124 struct alloc_stat *data = NULL;
128 data = rb_entry(*node, struct alloc_stat, node);
164 struct alloc_stat *data = NULL;
168 data = rb_entry(*node, struct alloc_stat, node);
230 static int ptr_cmp(struct alloc_stat *, struct alloc_stat *);
    [all...]
android.patch 161 struct alloc_stat;
162 typedef int (*sort_fn_t)(struct alloc_stat *, struct alloc_stat *);
    [all...]

Completed in 51 milliseconds