Lines Matching defs:tid
117 u32 tid;
123 static struct thread_stat *thread_stat_find(u32 tid)
131 if (st->tid == tid)
133 else if (tid < st->tid)
152 if (new->tid < p->tid)
154 else if (new->tid > p->tid)
164 static struct thread_stat *thread_stat_findnew_after_first(u32 tid)
168 st = thread_stat_find(tid);
178 st->tid = tid;
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)
199 st->tid = tid;
419 ts = thread_stat_findnew(sample->tid);
491 ts = thread_stat_findnew(sample->tid);
553 ts = thread_stat_findnew(sample->tid);
608 ts = thread_stat_findnew(sample->tid);
770 t = perf_session__findnew(session, st->tid);
771 pr_info("%10d: %s\n", st->tid, thread__comm_str(t));
817 sample->tid);