Searched refs:thread_runtime (Results 1 – 1 of 1) sorted by relevance
247 struct thread_runtime { struct279 struct thread_runtime tr; argument914 static struct thread_runtime *thread__init_runtime(struct thread *thread) in thread__init_runtime()916 struct thread_runtime *r; in thread__init_runtime()918 r = zalloc(sizeof(struct thread_runtime)); in thread__init_runtime()928 static struct thread_runtime *thread__get_runtime(struct thread *thread) in thread__get_runtime()930 struct thread_runtime *tr; in thread__get_runtime()1528 struct thread_runtime *tr; in map_switch_event()1607 struct thread_runtime *curr_tr; in map_switch_event()1759 struct thread_runtime *tr; in perf_sched__process_comm()[all …]