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.c242 struct thread_runtime { struct
279 struct thread_runtime tr; argument
924 static inline void init_prio(struct thread_runtime *r) in init_prio()
932 static struct thread_runtime *thread__init_runtime(struct thread *thread) in thread__init_runtime()
934 struct thread_runtime *r; in thread__init_runtime()
936 r = zalloc(sizeof(struct thread_runtime)); in thread__init_runtime()
947 static struct thread_runtime *thread__get_runtime(struct thread *thread) in thread__get_runtime()
949 struct thread_runtime *tr; in thread__get_runtime()
1581 struct thread_runtime *curr_tr; in print_sched_map()
1628 struct thread_runtime *tr; in map_switch_event()
[all …]