Searched refs:thread_runtime (Results 1 – 1 of 1) sorted by relevance
240 struct thread_runtime { struct272 struct thread_runtime tr; argument907 static struct thread_runtime *thread__init_runtime(struct thread *thread) in thread__init_runtime()909 struct thread_runtime *r; in thread__init_runtime()911 r = zalloc(sizeof(struct thread_runtime)); in thread__init_runtime()921 static struct thread_runtime *thread__get_runtime(struct thread *thread) in thread__get_runtime()923 struct thread_runtime *tr; in thread__get_runtime()1518 struct thread_runtime *tr; in map_switch_event()1597 struct thread_runtime *curr_tr; in map_switch_event()1749 struct thread_runtime *tr; in perf_sched__process_comm()[all …]