Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/
Dbuiltin-sched.c240 struct thread_runtime { struct
272 struct thread_runtime tr; argument
907 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 …]