Symbol: thread_stack
tools/perf/builtin-script.c
4463
itrace_synth_opts.thread_stack = true;
tools/perf/util/auxtrace.h
136
bool thread_stack;
tools/perf/util/intel-bts.c
432
if (btsq->bts->synth_opts.thread_stack)
tools/perf/util/intel-bts.c
502
!btsq->bts->synth_opts.thread_stack && thread &&
tools/perf/util/intel-bts.c
880
bts->synth_opts.thread_stack =
tools/perf/util/intel-bts.c
881
session->itrace_synth_opts->thread_stack;
tools/perf/util/intel-pt.c
4449
pt->synth_opts.thread_stack = opts->thread_stack;
tools/perf/util/intel-pt.c
4677
pt->synth_opts.thread_stack ||
tools/perf/util/intel-pt.c
4683
pt->synth_opts.thread_stack;
tools/perf/util/s390-cpumsf.c
1079
itops->callchain || itops->thread_stack ||
tools/perf/util/thread-stack.c
1019
static int thread_stack__trace_end(struct thread_stack *ts,
tools/perf/util/thread-stack.c
1049
static int thread_stack__x86_retpoline(struct thread_stack *ts,
tools/perf/util/thread-stack.c
1107
struct thread_stack *ts = thread__stack(thread, sample->cpu);
tools/perf/util/thread-stack.c
118
static int thread_stack__grow(struct thread_stack *ts)
tools/perf/util/thread-stack.c
1234
struct thread_stack *ts = thread__stack(thread, cpu);
tools/perf/util/thread-stack.c
136
static int thread_stack__init(struct thread_stack *ts, struct thread *thread,
tools/perf/util/thread-stack.c
173
static struct thread_stack *thread_stack__new(struct thread *thread, int cpu,
tools/perf/util/thread-stack.c
178
struct thread_stack *ts = thread__ts(thread), *new_ts;
tools/perf/util/thread-stack.c
208
static struct thread_stack *thread__cpu_stack(struct thread *thread, int cpu)
tools/perf/util/thread-stack.c
210
struct thread_stack *ts = thread__ts(thread);
tools/perf/util/thread-stack.c
226
static inline struct thread_stack *thread__stack(struct thread *thread,
tools/perf/util/thread-stack.c
238
static int thread_stack__push(struct thread_stack *ts, u64 ret_addr,
tools/perf/util/thread-stack.c
257
static void thread_stack__pop(struct thread_stack *ts, u64 ret_addr)
tools/perf/util/thread-stack.c
278
static void thread_stack__pop_trace_end(struct thread_stack *ts)
tools/perf/util/thread-stack.c
290
static bool thread_stack__in_kernel(struct thread_stack *ts)
tools/perf/util/thread-stack.c
299
struct thread_stack *ts, size_t idx,
tools/perf/util/thread-stack.c
338
static int __thread_stack__flush(struct thread *thread, struct thread_stack *ts)
tools/perf/util/thread-stack.c
366
struct thread_stack *ts = thread__ts(thread);
tools/perf/util/thread-stack.c
382
static void thread_stack__update_br_stack(struct thread_stack *ts, u32 flags,
tools/perf/util/thread-stack.c
410
struct thread_stack *ts = thread__stack(thread, cpu);
tools/perf/util/thread-stack.c
475
struct thread_stack *ts = thread__stack(thread, cpu);
tools/perf/util/thread-stack.c
487
static void __thread_stack__free(struct thread *thread, struct thread_stack *ts)
tools/perf/util/thread-stack.c
494
static void thread_stack__reset(struct thread *thread, struct thread_stack *ts)
tools/perf/util/thread-stack.c
505
struct thread_stack *ts = thread__ts(thread);
tools/perf/util/thread-stack.c
525
struct thread_stack *ts = thread__stack(thread, cpu);
tools/perf/util/thread-stack.c
568
struct thread_stack *ts = thread__stack(thread, cpu);
tools/perf/util/thread-stack.c
620
struct thread_stack *ts = thread__stack(thread, cpu);
tools/perf/util/thread-stack.c
682
struct thread_stack *ts = thread__stack(thread, cpu);
tools/perf/util/thread-stack.c
782
static int thread_stack__push_cp(struct thread_stack *ts, u64 ret_addr,
tools/perf/util/thread-stack.c
814
static int thread_stack__pop_cp(struct thread *thread, struct thread_stack *ts,
tools/perf/util/thread-stack.c
859
static int thread_stack__bottom(struct thread_stack *ts,
tools/perf/util/thread-stack.c
886
static int thread_stack__pop_ks(struct thread *thread, struct thread_stack *ts,
tools/perf/util/thread-stack.c
904
struct thread_stack *ts,
tools/perf/util/thread-stack.c
998
struct thread_stack *ts, u64 timestamp,
tools/perf/util/thread.h
21
struct thread_stack;
tools/perf/util/thread.h
274
static inline struct thread_stack *thread__ts(struct thread *thread)
tools/perf/util/thread.h
279
static inline void thread__set_ts(struct thread *thread, struct thread_stack *ts)
tools/perf/util/thread.h
58
struct thread_stack *ts;