Home
last modified time | relevance | path

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

/linux-6.6.21/tools/perf/
Dbuiltin-lock.c57 static struct rb_root thread_stats; variable
91 node = thread_stats.rb_node; in thread_stat_find()
107 struct rb_node **rb = &thread_stats.rb_node; in thread_stat_insert()
124 rb_insert_color(&new->rb, &thread_stats); in thread_stat_insert()
165 rb_link_node(&st->rb, NULL, &thread_stats.rb_node); in thread_stat_findnew_first()
166 rb_insert_color(&st->rb, &thread_stats); in thread_stat_findnew_first()
1435 node = rb_first(&thread_stats); in dump_threads()