Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/
Dbuiltin-lock.c88 static struct thread_stat *thread_stat_find(u32 tid) in thread_stat_find()
91 struct thread_stat *st; in thread_stat_find()
95 st = container_of(node, struct thread_stat, rb); in thread_stat_find()
107 static void thread_stat_insert(struct thread_stat *new) in thread_stat_insert()
111 struct thread_stat *p; in thread_stat_insert()
114 p = container_of(*rb, struct thread_stat, rb); in thread_stat_insert()
129 static struct thread_stat *thread_stat_findnew_after_first(u32 tid) in thread_stat_findnew_after_first()
131 struct thread_stat *st; in thread_stat_findnew_after_first()
137 st = zalloc(sizeof(struct thread_stat)); in thread_stat_findnew_after_first()
151 static struct thread_stat *thread_stat_findnew_first(u32 tid);
[all …]
/linux-6.12.1/tools/perf/util/
Dlock-contention.h92 struct thread_stat { struct