Lines Matching refs:t

2053 				  u64 t, int state)  in timehist_print_sample()  argument
2066 timestamp__scnprintf_usec(t, tstr, sizeof(tstr)); in timehist_print_sample()
2144 u64 t, u64 tprev) in timehist_update_runtime_stats() argument
2153 r->dt_run = t - tprev; in timehist_update_runtime_stats()
2591 u64 tprev, t = sample->time; in timehist_sched_change_event() local
2625 if (ptime->start && ptime->start > t) in timehist_sched_change_event()
2644 if (t > ptime->end) in timehist_sched_change_event()
2645 t = ptime->end; in timehist_sched_change_event()
2650 timehist_update_runtime_stats(tr, t, tprev); in timehist_sched_change_event()
2666 timehist_update_runtime_stats(last_tr, t, tprev); in timehist_sched_change_event()
2679 callchain_append(&itr->callchain, &itr->cursor, t - tprev); in timehist_sched_change_event()
2686 timehist_print_sample(sched, evsel, sample, &al, thread, t, state); in timehist_sched_change_event()
2689 if (sched->hist_time.start == 0 && t >= ptime->start) in timehist_sched_change_event()
2690 sched->hist_time.start = t; in timehist_sched_change_event()
2691 if (ptime->end == 0 || t <= ptime->end) in timehist_sched_change_event()
2692 sched->hist_time.end = t; in timehist_sched_change_event()
2735 static void print_thread_runtime(struct thread *t, in print_thread_runtime() argument
2742 comm_width, timehist_get_commstr(t), thread__ppid(t), in print_thread_runtime()
2758 static void print_thread_waittime(struct thread *t, in print_thread_waittime() argument
2762 comm_width, timehist_get_commstr(t), thread__ppid(t), in print_thread_waittime()
2783 static int show_thread_runtime(struct thread *t, void *priv) in show_thread_runtime() argument
2788 if (thread__is_filtered(t)) in show_thread_runtime()
2791 r = thread__priv(t); in show_thread_runtime()
2798 print_thread_waittime(t, r); in show_thread_runtime()
2800 print_thread_runtime(t, r); in show_thread_runtime()
2866 struct thread *t; in timehist_print_summary() local
2906 t = idle_threads[i]; in timehist_print_summary()
2907 if (!t) in timehist_print_summary()
2910 r = thread__priv(t); in timehist_print_summary()
2930 t = idle_threads[i]; in timehist_print_summary()
2931 if (!t) in timehist_print_summary()
2934 itr = thread__priv(t); in timehist_print_summary()