Searched refs:thread_stats (Results 1 – 1 of 1) sorted by relevance
49 static struct rb_root thread_stats;73 node = thread_stats.rb_node;89 struct rb_node **rb = &thread_stats.rb_node; in thread_stat_find() 106 rb_insert_color(&new->rb, &thread_stats);147 rb_link_node(&st->rb, NULL, &thread_stats.rb_node); in thread_stat_findnew_after_first() 148 rb_insert_color(&st->rb, &thread_stats); in thread_stat_findnew_after_first() 1332 node = rb_first(&thread_stats); in evsel__process_contention_begin() 58 static struct rb_root thread_stats; global() variable