Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/
Dbuiltin-sched.c243 struct thread_runtime { struct
277 struct thread_runtime tr; argument
929 static inline void init_prio(struct thread_runtime *r) in init_prio()
937 static struct thread_runtime *thread__init_runtime(struct thread *thread) in thread__init_runtime()
939 struct thread_runtime *r; in thread__init_runtime()
941 r = zalloc(sizeof(struct thread_runtime)); in thread__init_runtime()
952 static struct thread_runtime *thread__get_runtime(struct thread *thread) in thread__get_runtime()
954 struct thread_runtime *tr; in thread__get_runtime()
1582 struct thread_runtime *curr_tr; in print_sched_map()
1629 struct thread_runtime *tr; in map_switch_event()
[all …]