Symbol: thread_runtime
tools/perf/builtin-sched.c
1593
struct thread_runtime *tr = thread__priv(thread);
tools/perf/builtin-sched.c
1614
struct thread_runtime *tr = thread__get_runtime(thread);
tools/perf/builtin-sched.c
1647
struct thread_runtime *curr_tr;
tools/perf/builtin-sched.c
1694
struct thread_runtime *tr;
tools/perf/builtin-sched.c
1963
struct thread_runtime *tr;
tools/perf/builtin-sched.c
2150
struct thread_runtime *tr = thread__priv(thread);
tools/perf/builtin-sched.c
2242
struct thread_runtime *tr = thread__priv(thread);
tools/perf/builtin-sched.c
2345
static void timehist_update_runtime_stats(struct thread_runtime *r,
tools/perf/builtin-sched.c
2639
struct thread_runtime *tr = NULL;
tools/perf/builtin-sched.c
2729
struct thread_runtime *tr = NULL;
tools/perf/builtin-sched.c
2816
struct thread_runtime *tr = NULL;
tools/perf/builtin-sched.c
2846
struct thread_runtime *tr = NULL;
tools/perf/builtin-sched.c
2874
struct thread_runtime *tr = NULL;
tools/perf/builtin-sched.c
288
struct thread_runtime tr;
tools/perf/builtin-sched.c
2956
struct thread_runtime *last_tr;
tools/perf/builtin-sched.c
3041
struct thread_runtime *r)
tools/perf/builtin-sched.c
3064
struct thread_runtime *r)
tools/perf/builtin-sched.c
3091
struct thread_runtime *r;
tools/perf/builtin-sched.c
3173
struct thread_runtime *r;
tools/perf/builtin-sched.c
973
static inline void init_prio(struct thread_runtime *r)
tools/perf/builtin-sched.c
981
static struct thread_runtime *thread__init_runtime(struct thread *thread)
tools/perf/builtin-sched.c
983
struct thread_runtime *r;
tools/perf/builtin-sched.c
985
r = zalloc(sizeof(struct thread_runtime));
tools/perf/builtin-sched.c
996
static struct thread_runtime *thread__get_runtime(struct thread *thread)
tools/perf/builtin-sched.c
998
struct thread_runtime *tr;