Lines Matching refs:tid
112 u32 tid; member
118 static struct thread_stat *thread_stat_find(u32 tid) in thread_stat_find() argument
126 if (st->tid == tid) in thread_stat_find()
128 else if (tid < st->tid) in thread_stat_find()
147 if (new->tid < p->tid) in thread_stat_insert()
149 else if (new->tid > p->tid) in thread_stat_insert()
159 static struct thread_stat *thread_stat_findnew_after_first(u32 tid) in thread_stat_findnew_after_first() argument
163 st = thread_stat_find(tid); in thread_stat_findnew_after_first()
173 st->tid = tid; in thread_stat_findnew_after_first()
181 static struct thread_stat *thread_stat_findnew_first(u32 tid);
182 static struct thread_stat *(*thread_stat_findnew)(u32 tid) =
185 static struct thread_stat *thread_stat_findnew_first(u32 tid) in thread_stat_findnew_first() argument
194 st->tid = tid; in thread_stat_findnew_first()
414 ts = thread_stat_findnew(sample->tid); in report_lock_acquire_event()
486 ts = thread_stat_findnew(sample->tid); in report_lock_acquired_event()
548 ts = thread_stat_findnew(sample->tid); in report_lock_contended_event()
603 ts = thread_stat_findnew(sample->tid); in report_lock_release_event()
769 t = perf_session__findnew(session, st->tid); in dump_threads()
770 pr_info("%10d: %s\n", st->tid, thread__comm_str(t)); in dump_threads()
814 sample->tid); in process_sample_event()