Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-sched.c251 struct thread_runtime { struct
283 struct thread_runtime tr;
918 static struct thread_runtime *thread__init_runtime(struct thread *thread) in thread__init_runtime()
920 struct thread_runtime *r; in thread__init_runtime()
922 r = zalloc(sizeof(struct thread_runtime)); in thread__init_runtime()
932 static struct thread_runtime *thread__get_runtime(struct thread *thread) in thread__get_runtime()
934 struct thread_runtime *tr; in thread__get_runtime()
1534 struct thread_runtime *tr; in map_switch_event()
1613 struct thread_runtime *curr_tr; in map_switch_event()
1765 struct thread_runtime *t in perf_sched__process_comm()
[all...]
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-sched.c253 struct thread_runtime { struct
285 struct thread_runtime tr;
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 *t in perf_sched__process_comm()
[all...]

Completed in 9 milliseconds