Searched refs:thread_stack (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/tools/perf/util/ |
H A D | thread-stack.c | 88 struct thread_stack { struct 118 static int thread_stack__grow(struct thread_stack *ts) in thread_stack__grow() argument 136 static int thread_stack__init(struct thread_stack *ts, struct thread *thread, in thread_stack__init() 173 static struct thread_stack *thread_stack__new(struct thread *thread, int cpu, in thread_stack__new() 178 struct thread_stack *ts = thread__ts(thread), *new_ts; in thread_stack__new() 208 static struct thread_stack *thread__cpu_stack(struct thread *thread, int cpu) in thread__cpu_stack() 210 struct thread_stack *ts = thread__ts(thread); in thread__cpu_stack() 226 static inline struct thread_stack *thread__stack(struct thread *thread, in thread__stack() 238 static int thread_stack__push(struct thread_stack *ts, u64 ret_addr, in thread_stack__push() 257 static void thread_stack__pop(struct thread_stack *ts, u64 ret_addr) in thread_stack__pop() [all …]
|
H A D | thread.h | 23 struct thread_stack; 64 struct thread_stack *ts; in DECLARE_RC_STRUCT() 271 static inline struct thread_stack *thread__ts(struct thread *thread) in thread__ts() 276 static inline void thread__set_ts(struct thread *thread, struct thread_stack *ts) in thread__set_ts()
|
H A D | intel-bts.c | 430 if (btsq->bts->synth_opts.thread_stack) in intel_bts_process_buffer() 500 !btsq->bts->synth_opts.thread_stack && thread && in intel_bts_process_queue() 909 bts->synth_opts.thread_stack = in intel_bts_process_auxtrace_info() 910 session->itrace_synth_opts->thread_stack; in intel_bts_process_auxtrace_info()
|
H A D | auxtrace.h | 139 bool thread_stack; member
|
H A D | s390-cpumsf.c | 1082 itops->callchain || itops->thread_stack || in check_auxtrace_itrace()
|
H A D | intel-pt.c | 4222 pt->synth_opts.thread_stack = opts->thread_stack; in intel_pt_process_auxtrace_info() 4450 pt->synth_opts.thread_stack || in intel_pt_process_auxtrace_info() 4456 pt->synth_opts.thread_stack; in intel_pt_process_auxtrace_info()
|
/openbmc/linux/tools/perf/ |
H A D | builtin-script.c | 4271 itrace_synth_opts.thread_stack = true; in cmd_script()
|