Symbol: thread_runtime
tools/perf/builtin-sched.c
1588
struct thread_runtime *curr_tr;
tools/perf/builtin-sched.c
1635
struct thread_runtime *tr;
tools/perf/builtin-sched.c
1889
struct thread_runtime *tr;
tools/perf/builtin-sched.c
2077
struct thread_runtime *tr = thread__priv(thread);
tools/perf/builtin-sched.c
2170
struct thread_runtime *tr = thread__priv(thread);
tools/perf/builtin-sched.c
2271
static void timehist_update_runtime_stats(struct thread_runtime *r,
tools/perf/builtin-sched.c
2557
struct thread_runtime *tr = NULL;
tools/perf/builtin-sched.c
2648
struct thread_runtime *tr = NULL;
tools/perf/builtin-sched.c
2737
struct thread_runtime *tr = NULL;
tools/perf/builtin-sched.c
2769
struct thread_runtime *tr = NULL;
tools/perf/builtin-sched.c
2798
struct thread_runtime *tr = NULL;
tools/perf/builtin-sched.c
286
struct thread_runtime tr;
tools/perf/builtin-sched.c
2865
struct thread_runtime *last_tr;
tools/perf/builtin-sched.c
2951
struct thread_runtime *r)
tools/perf/builtin-sched.c
2974
struct thread_runtime *r)
tools/perf/builtin-sched.c
3001
struct thread_runtime *r;
tools/perf/builtin-sched.c
3082
struct thread_runtime *r;
tools/perf/builtin-sched.c
931
static inline void init_prio(struct thread_runtime *r)
tools/perf/builtin-sched.c
939
static struct thread_runtime *thread__init_runtime(struct thread *thread)
tools/perf/builtin-sched.c
941
struct thread_runtime *r;
tools/perf/builtin-sched.c
943
r = zalloc(sizeof(struct thread_runtime));
tools/perf/builtin-sched.c
954
static struct thread_runtime *thread__get_runtime(struct thread *thread)
tools/perf/builtin-sched.c
956
struct thread_runtime *tr;