Searched refs:thread_runtime (Results 1 – 1 of 1) sorted by relevance
251 struct thread_runtime { struct283 struct thread_runtime tr; argument918 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()[all …]