Home
last modified time | relevance | path

Searched refs:thread_runtime (Results 1 – 1 of 1) sorted by relevance

/linux/tools/perf/
H A Dbuiltin-sched.c249 struct thread_runtime { struct
286 struct thread_runtime tr; argument
931 static inline void init_prio(struct thread_runtime *r) in init_prio()
939 static struct thread_runtime *thread__init_runtime(struct thread *thread) in thread__init_runtime()
941 struct thread_runtime *r; in thread__init_runtime()
943 r = zalloc(sizeof(struct thread_runtime)); in thread__init_runtime()
954 static struct thread_runtime *thread__get_runtime(struct thread *thread) in thread__get_runtime()
956 struct thread_runtime *tr; in thread__get_runtime()
1588 struct thread_runtime *curr_tr; in print_sched_map()
1635 struct thread_runtime *tr; in map_switch_event()
[all …]