Lines Matching refs:thread_runtime
251 struct thread_runtime { struct
283 struct thread_runtime tr; argument
918 static struct thread_runtime *thread__init_runtime(struct thread *thread) in thread__init_runtime()
920 struct thread_runtime *r; in thread__init_runtime()
922 r = zalloc(sizeof(struct thread_runtime)); in thread__init_runtime()
932 static struct thread_runtime *thread__get_runtime(struct thread *thread) in thread__get_runtime()
934 struct thread_runtime *tr; in thread__get_runtime()
1534 struct thread_runtime *tr; in map_switch_event()
1613 struct thread_runtime *curr_tr; in map_switch_event()
1765 struct thread_runtime *tr; in perf_sched__process_comm()
2008 struct thread_runtime *tr = thread__priv(thread); in timehist_print_sample()
2096 static void timehist_update_runtime_stats(struct thread_runtime *r, in timehist_update_runtime_stats()
2421 struct thread_runtime *tr = NULL; in timehist_sched_wakeup_event()
2505 struct thread_runtime *tr = NULL; in timehist_migrate_task_event()
2535 struct thread_runtime *tr = NULL; in timehist_sched_change_event()
2595 struct thread_runtime *last_tr; in timehist_sched_change_event()
2676 struct thread_runtime *r) in print_thread_runtime()
2699 struct thread_runtime *r) in print_thread_waittime()
2726 struct thread_runtime *r; in __show_thread_runtime()
2823 struct thread_runtime *r; in timehist_print_summary()