Symbol: thread_stat
tools/perf/builtin-lock.c
111
static struct thread_stat *thread_stat_findnew_after_first(u32 tid)
tools/perf/builtin-lock.c
113
struct thread_stat *st;
tools/perf/builtin-lock.c
1134
struct thread_stat *ts;
tools/perf/builtin-lock.c
119
st = zalloc(sizeof(struct thread_stat));
tools/perf/builtin-lock.c
133
static struct thread_stat *thread_stat_findnew_first(u32 tid);
tools/perf/builtin-lock.c
134
static struct thread_stat *(*thread_stat_findnew)(u32 tid) =
tools/perf/builtin-lock.c
1340
struct thread_stat *st;
tools/perf/builtin-lock.c
1348
st = container_of(node, struct thread_stat, rb);
tools/perf/builtin-lock.c
137
static struct thread_stat *thread_stat_findnew_first(u32 tid)
tools/perf/builtin-lock.c
139
struct thread_stat *st;
tools/perf/builtin-lock.c
141
st = zalloc(sizeof(struct thread_stat));
tools/perf/builtin-lock.c
500
static struct lock_seq_stat *get_seq(struct thread_stat *ts, u64 addr)
tools/perf/builtin-lock.c
570
struct thread_stat *ts;
tools/perf/builtin-lock.c
645
struct thread_stat *ts;
tools/perf/builtin-lock.c
70
static struct thread_stat *thread_stat_find(u32 tid)
tools/perf/builtin-lock.c
711
struct thread_stat *ts;
tools/perf/builtin-lock.c
73
struct thread_stat *st;
tools/perf/builtin-lock.c
769
struct thread_stat *ts;
tools/perf/builtin-lock.c
77
st = container_of(node, struct thread_stat, rb);
tools/perf/builtin-lock.c
89
static void thread_stat_insert(struct thread_stat *new)
tools/perf/builtin-lock.c
93
struct thread_stat *p;
tools/perf/builtin-lock.c
96
p = container_of(*rb, struct thread_stat, rb);
tools/perf/builtin-lock.c
970
struct thread_stat *ts;