thread_stack     3787 tools/perf/builtin-script.c 		itrace_synth_opts.thread_stack = true;
thread_stack      102 tools/perf/util/auxtrace.h 	bool			thread_stack;
thread_stack      430 tools/perf/util/intel-bts.c 		if (btsq->bts->synth_opts.thread_stack)
thread_stack      500 tools/perf/util/intel-bts.c 	    !btsq->bts->synth_opts.thread_stack && thread &&
thread_stack      899 tools/perf/util/intel-bts.c 		bts->synth_opts.thread_stack =
thread_stack      900 tools/perf/util/intel-bts.c 				session->itrace_synth_opts->thread_stack;
thread_stack     1971 tools/perf/util/intel-pt.c 	if (pt->synth_opts.callchain || pt->synth_opts.thread_stack)
thread_stack     3240 tools/perf/util/intel-pt.c 		pt->synth_opts.thread_stack =
thread_stack     3241 tools/perf/util/intel-pt.c 				session->itrace_synth_opts->thread_stack;
thread_stack     1073 tools/perf/util/s390-cpumsf.c 		itops->callchain || itops->thread_stack ||
thread_stack      110 tools/perf/util/thread-stack.c static int thread_stack__grow(struct thread_stack *ts)
thread_stack      128 tools/perf/util/thread-stack.c static int thread_stack__init(struct thread_stack *ts, struct thread *thread,
thread_stack      152 tools/perf/util/thread-stack.c static struct thread_stack *thread_stack__new(struct thread *thread, int cpu,
thread_stack      155 tools/perf/util/thread-stack.c 	struct thread_stack *ts = thread->ts, *new_ts;
thread_stack      185 tools/perf/util/thread-stack.c static struct thread_stack *thread__cpu_stack(struct thread *thread, int cpu)
thread_stack      187 tools/perf/util/thread-stack.c 	struct thread_stack *ts = thread->ts;
thread_stack      203 tools/perf/util/thread-stack.c static inline struct thread_stack *thread__stack(struct thread *thread,
thread_stack      215 tools/perf/util/thread-stack.c static int thread_stack__push(struct thread_stack *ts, u64 ret_addr,
thread_stack      234 tools/perf/util/thread-stack.c static void thread_stack__pop(struct thread_stack *ts, u64 ret_addr)
thread_stack      255 tools/perf/util/thread-stack.c static void thread_stack__pop_trace_end(struct thread_stack *ts)
thread_stack      267 tools/perf/util/thread-stack.c static bool thread_stack__in_kernel(struct thread_stack *ts)
thread_stack      276 tools/perf/util/thread-stack.c 				     struct thread_stack *ts, size_t idx,
thread_stack      315 tools/perf/util/thread-stack.c static int __thread_stack__flush(struct thread *thread, struct thread_stack *ts)
thread_stack      340 tools/perf/util/thread-stack.c 	struct thread_stack *ts = thread->ts;
thread_stack      359 tools/perf/util/thread-stack.c 	struct thread_stack *ts = thread__stack(thread, cpu);
thread_stack      417 tools/perf/util/thread-stack.c 	struct thread_stack *ts = thread__stack(thread, cpu);
thread_stack      429 tools/perf/util/thread-stack.c static void __thread_stack__free(struct thread *thread, struct thread_stack *ts)
thread_stack      435 tools/perf/util/thread-stack.c static void thread_stack__reset(struct thread *thread, struct thread_stack *ts)
thread_stack      446 tools/perf/util/thread-stack.c 	struct thread_stack *ts = thread->ts;
thread_stack      465 tools/perf/util/thread-stack.c 	struct thread_stack *ts = thread__stack(thread, cpu);
thread_stack      529 tools/perf/util/thread-stack.c static int thread_stack__push_cp(struct thread_stack *ts, u64 ret_addr,
thread_stack      561 tools/perf/util/thread-stack.c static int thread_stack__pop_cp(struct thread *thread, struct thread_stack *ts,
thread_stack      606 tools/perf/util/thread-stack.c static int thread_stack__bottom(struct thread_stack *ts,
thread_stack      633 tools/perf/util/thread-stack.c static int thread_stack__pop_ks(struct thread *thread, struct thread_stack *ts,
thread_stack      651 tools/perf/util/thread-stack.c 					struct thread_stack *ts,
thread_stack      745 tools/perf/util/thread-stack.c 				     struct thread_stack *ts, u64 timestamp,
thread_stack      766 tools/perf/util/thread-stack.c static int thread_stack__trace_end(struct thread_stack *ts,
thread_stack      798 tools/perf/util/thread-stack.c static int thread_stack__x86_retpoline(struct thread_stack *ts,
thread_stack      856 tools/perf/util/thread-stack.c 	struct thread_stack *ts = thread__stack(thread, sample->cpu);
thread_stack      983 tools/perf/util/thread-stack.c 	struct thread_stack *ts = thread__stack(thread, cpu);
thread_stack       20 tools/perf/util/thread.h struct thread_stack;
thread_stack       44 tools/perf/util/thread.h 	struct thread_stack	*ts;