Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-lock.c121 static struct rb_root thread_stats; variable
128 node = thread_stats.rb_node; in thread_stat_find()
144 struct rb_node **rb = &thread_stats.rb_node; in thread_stat_insert()
161 rb_insert_color(&new->rb, &thread_stats); in thread_stat_insert()
202 rb_link_node(&st->rb, NULL, &thread_stats.rb_node); in thread_stat_findnew_first()
203 rb_insert_color(&st->rb, &thread_stats); in thread_stat_findnew_first()
767 node = rb_first(&thread_stats); in dump_threads()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python3-yappi/
H A D0001-Fix-imports-for-ptests.patch412 - func_stats, thread_stats = re.split(
415 - self.assertTrue(b'FancyThread' in thread_stats)
2328 + func_stats, thread_stats = re.split(
2331 + self.assertTrue(b'FancyThread' in thread_stats)