Home
last modified time | relevance | path

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

/linux-3.4.99/tools/perf/
Dbuiltin-kmem.c52 static struct rb_root root_caller_stat; variable
159 struct rb_node **node = &root_caller_stat.rb_node; in insert_caller_stat()
190 rb_insert_color(&data->node, &root_caller_stat); in insert_caller_stat()
274 &root_caller_stat, callsite_cmp); in process_free_event()
483 __sort_result(&root_caller_stat, &root_caller_sorted, &caller_sort); in sort_result()