Lines Matching refs:thread_runtime
242 struct thread_runtime { struct
279 struct thread_runtime tr; argument
924 static inline void init_prio(struct thread_runtime *r) in init_prio()
932 static struct thread_runtime *thread__init_runtime(struct thread *thread) in thread__init_runtime()
934 struct thread_runtime *r; in thread__init_runtime()
936 r = zalloc(sizeof(struct thread_runtime)); in thread__init_runtime()
947 static struct thread_runtime *thread__get_runtime(struct thread *thread) in thread__get_runtime()
949 struct thread_runtime *tr; in thread__get_runtime()
1581 struct thread_runtime *curr_tr; in print_sched_map()
1628 struct thread_runtime *tr; in map_switch_event()
1882 struct thread_runtime *tr; in perf_sched__process_comm()
2070 struct thread_runtime *tr = thread__priv(thread); in timehist_get_priostr()
2163 struct thread_runtime *tr = thread__priv(thread); in timehist_print_sample()
2264 static void timehist_update_runtime_stats(struct thread_runtime *r, in timehist_update_runtime_stats()
2550 struct thread_runtime *tr = NULL; in timehist_skip_sample()
2641 struct thread_runtime *tr = NULL; in timehist_sched_wakeup_event()
2730 struct thread_runtime *tr = NULL; in timehist_migrate_task_event()
2762 struct thread_runtime *tr = NULL; in timehist_update_task_prio()
2791 struct thread_runtime *tr = NULL; in timehist_sched_change_event()
2858 struct thread_runtime *last_tr; in timehist_sched_change_event()
2944 struct thread_runtime *r) in print_thread_runtime()
2967 struct thread_runtime *r) in print_thread_waittime()
2994 struct thread_runtime *r; in show_thread_runtime()
3075 struct thread_runtime *r; in timehist_print_summary()