Lines Matching refs:tid
117 u32 tid; member
123 static struct thread_stat *thread_stat_find(u32 tid) in thread_stat_find() argument
131 if (st->tid == tid) in thread_stat_find()
133 else if (tid < st->tid) in thread_stat_find()
152 if (new->tid < p->tid) in thread_stat_insert()
154 else if (new->tid > p->tid) in thread_stat_insert()
164 static struct thread_stat *thread_stat_findnew_after_first(u32 tid) in thread_stat_findnew_after_first() argument
168 st = thread_stat_find(tid); in thread_stat_findnew_after_first()
178 st->tid = tid; in thread_stat_findnew_after_first()
186 static struct thread_stat *thread_stat_findnew_first(u32 tid);
187 static struct thread_stat *(*thread_stat_findnew)(u32 tid) =
190 static struct thread_stat *thread_stat_findnew_first(u32 tid) in thread_stat_findnew_first() argument
199 st->tid = tid; in thread_stat_findnew_first()
419 ts = thread_stat_findnew(sample->tid); in report_lock_acquire_event()
491 ts = thread_stat_findnew(sample->tid); in report_lock_acquired_event()
553 ts = thread_stat_findnew(sample->tid); in report_lock_contended_event()
608 ts = thread_stat_findnew(sample->tid); in report_lock_release_event()
770 t = perf_session__findnew(session, st->tid); in dump_threads()
771 pr_info("%10d: %s\n", st->tid, thread__comm_str(t)); in dump_threads()
817 sample->tid); in process_sample_event()