Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/
Dbuiltin-lock.c113 struct thread_stat { struct
122 static struct thread_stat *thread_stat_find(u32 tid) in thread_stat_find() argument
125 struct thread_stat *st; in thread_stat_find()
129 st = container_of(node, struct thread_stat, rb); in thread_stat_find()
141 static void thread_stat_insert(struct thread_stat *new) in thread_stat_insert()
145 struct thread_stat *p; in thread_stat_insert()
148 p = container_of(*rb, struct thread_stat, rb); in thread_stat_insert()
163 static struct thread_stat *thread_stat_findnew_after_first(u32 tid) in thread_stat_findnew_after_first()
165 struct thread_stat *st; in thread_stat_findnew_after_first()
171 st = zalloc(sizeof(struct thread_stat)); in thread_stat_findnew_after_first()
[all …]