Symbol: thread_stat
tools/perf/builtin-lock.c
113
static struct thread_stat *thread_stat_findnew_after_first(u32 tid)
tools/perf/builtin-lock.c
1131
struct thread_stat *ts;
tools/perf/builtin-lock.c
115
struct thread_stat *st;
tools/perf/builtin-lock.c
121
st = zalloc(sizeof(struct thread_stat));
tools/perf/builtin-lock.c
1337
struct thread_stat *st;
tools/perf/builtin-lock.c
1345
st = container_of(node, struct thread_stat, rb);
tools/perf/builtin-lock.c
135
static struct thread_stat *thread_stat_findnew_first(u32 tid);
tools/perf/builtin-lock.c
136
static struct thread_stat *(*thread_stat_findnew)(u32 tid) =
tools/perf/builtin-lock.c
139
static struct thread_stat *thread_stat_findnew_first(u32 tid)
tools/perf/builtin-lock.c
141
struct thread_stat *st;
tools/perf/builtin-lock.c
143
st = zalloc(sizeof(struct thread_stat));
tools/perf/builtin-lock.c
496
static struct lock_seq_stat *get_seq(struct thread_stat *ts, u64 addr)
tools/perf/builtin-lock.c
565
struct thread_stat *ts;
tools/perf/builtin-lock.c
639
struct thread_stat *ts;
tools/perf/builtin-lock.c
704
struct thread_stat *ts;
tools/perf/builtin-lock.c
72
static struct thread_stat *thread_stat_find(u32 tid)
tools/perf/builtin-lock.c
75
struct thread_stat *st;
tools/perf/builtin-lock.c
761
struct thread_stat *ts;
tools/perf/builtin-lock.c
79
st = container_of(node, struct thread_stat, rb);
tools/perf/builtin-lock.c
91
static void thread_stat_insert(struct thread_stat *new)
tools/perf/builtin-lock.c
95
struct thread_stat *p;
tools/perf/builtin-lock.c
968
struct thread_stat *ts;
tools/perf/builtin-lock.c
98
p = container_of(*rb, struct thread_stat, rb);