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

/linux-master/tools/perf/
H A Dbuiltin-lock.c58 static struct rb_root thread_stats; variable in typeref:struct:rb_root
93 node = thread_stats.rb_node;
109 struct rb_node **rb = &thread_stats.rb_node;
126 rb_insert_color(&new->rb, &thread_stats);
167 rb_link_node(&st->rb, NULL, &thread_stats.rb_node);
168 rb_insert_color(&st->rb, &thread_stats);
1439 node = rb_first(&thread_stats);

Completed in 106 milliseconds