Home
last modified time | relevance | path

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

/linux-6.6.21/tools/perf/
Dbuiltin-sched.c253 struct thread_runtime { struct
285 struct thread_runtime tr; argument
940 static struct thread_runtime *thread__init_runtime(struct thread *thread) in thread__init_runtime()
942 struct thread_runtime *r; in thread__init_runtime()
944 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()
1571 struct thread_runtime *tr; in map_switch_event()
1655 struct thread_runtime *curr_tr; in map_switch_event()
1807 struct thread_runtime *tr; in perf_sched__process_comm()
[all …]