Searched refs:root_alloc_stat (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/tools/perf/
H A Dbuiltin-kmem.c60 static struct rb_root root_alloc_stat; variable in typeref:struct:rb_root
71 struct rb_node **node = &root_alloc_stat.rb_node; insert_alloc_stat()
104 rb_insert_color(&data->node, &root_alloc_stat); insert_alloc_stat()
222 s_alloc = search_alloc_stat(ptr, 0, &root_alloc_stat, ptr_cmp); perf_evsel__process_free_event()
1305 __sort_slab_result(&root_alloc_stat, &root_alloc_sorted, sort_result()

Completed in 39 milliseconds