Lines Matching refs:thread_runtime

243 struct thread_runtime {  struct
277 struct thread_runtime tr; argument
929 static inline void init_prio(struct thread_runtime *r) in init_prio()
937 static struct thread_runtime *thread__init_runtime(struct thread *thread) in thread__init_runtime()
939 struct thread_runtime *r; in thread__init_runtime()
941 r = zalloc(sizeof(struct thread_runtime)); in thread__init_runtime()
952 static struct thread_runtime *thread__get_runtime(struct thread *thread) in thread__get_runtime()
954 struct thread_runtime *tr; in thread__get_runtime()
1582 struct thread_runtime *curr_tr; in print_sched_map()
1629 struct thread_runtime *tr; in map_switch_event()
1881 struct thread_runtime *tr; in perf_sched__process_comm()
2059 struct thread_runtime *tr = thread__priv(thread); in timehist_get_priostr()
2153 struct thread_runtime *tr = thread__priv(thread); in timehist_print_sample()
2244 static void timehist_update_runtime_stats(struct thread_runtime *r, in timehist_update_runtime_stats()
2511 struct thread_runtime *tr = NULL; in timehist_skip_sample()
2599 struct thread_runtime *tr = NULL; in timehist_sched_wakeup_event()
2683 struct thread_runtime *tr = NULL; in timehist_migrate_task_event()
2708 struct thread_runtime *tr = NULL; in timehist_update_task_prio()
2737 struct thread_runtime *tr = NULL; in timehist_sched_change_event()
2804 struct thread_runtime *last_tr; in timehist_sched_change_event()
2887 struct thread_runtime *r) in print_thread_runtime()
2910 struct thread_runtime *r) in print_thread_waittime()
2937 struct thread_runtime *r; in show_thread_runtime()
3018 struct thread_runtime *r; in timehist_print_summary()