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

/linux-master/tools/perf/
H A Dbuiltin-sched.c235 struct thread_runtime { struct
267 struct thread_runtime tr;
922 static struct thread_runtime *thread__init_runtime(struct thread *thread)
924 struct thread_runtime *r;
926 r = zalloc(sizeof(struct thread_runtime));
936 static struct thread_runtime *thread__get_runtime(struct thread *thread)
938 struct thread_runtime *tr;
1546 struct thread_runtime *tr;
1630 struct thread_runtime *curr_tr;
1782 struct thread_runtime *t
[all...]

Completed in 137 milliseconds