Home
last modified time | relevance | path

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

/openbmc/qemu/tests/bench/
H A Dqht-bench.c15 struct thread_stats { struct
28 struct thread_stats stats; argument
140 struct thread_stats *stats = &info->stats; in do_rz()
161 struct thread_stats *stats = &info->stats; in do_rw()
369 static void add_stats(struct thread_stats *s, struct thread_info *info, int n) in add_stats()
374 struct thread_stats *stats = &info[i].stats; in add_stats()
392 struct thread_stats s = {}; in pr_stats()
/openbmc/linux/tools/perf/
H A 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()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-yappi/
H A D0001-test_functionality-convert-line-endings-to-Unix.patch392 - func_stats, thread_stats = re.split(
395 - self.assertTrue(b'FancyThread' in thread_stats)
2303 + func_stats, thread_stats = re.split(
2306 + self.assertTrue(b'FancyThread' in thread_stats)