Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/
H A Dbuiltin-lock.c86 static struct thread_stat *thread_stat_find(u32 tid) in thread_stat_find()
89 struct thread_stat *st; in thread_stat_find()
93 st = container_of(node, struct thread_stat, rb); in thread_stat_find()
105 static void thread_stat_insert(struct thread_stat *new) in thread_stat_insert()
109 struct thread_stat *p; in thread_stat_insert()
112 p = container_of(*rb, struct thread_stat, rb); in thread_stat_insert()
127 static struct thread_stat *thread_stat_findnew_after_first(u32 tid) in thread_stat_findnew_after_first()
129 struct thread_stat *st; in thread_stat_findnew_after_first()
135 st = zalloc(sizeof(struct thread_stat)); in thread_stat_findnew_after_first()
149 static struct thread_stat *thread_stat_findnew_first(u32 tid);
[all …]
/openbmc/linux/tools/perf/util/
H A Dlock-contention.h90 struct thread_stat { struct