Home
last modified time | relevance | path

Searched refs:thread_stack (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Dthread-stack.c88 struct thread_stack { struct
118 static int thread_stack__grow(struct thread_stack *ts) in thread_stack__grow() argument
178 struct thread_stack *ts = thread__ts(thread), *new_ts; in thread_stack__new()
210 struct thread_stack *ts = thread__ts(thread); in thread__cpu_stack()
299 struct thread_stack *ts, size_t idx, in thread_stack__call_return()
366 struct thread_stack *ts = thread__ts(thread); in thread_stack__flush()
410 struct thread_stack *ts = thread__stack(thread, cpu); in thread_stack__event()
475 struct thread_stack *ts = thread__stack(thread, cpu); in thread_stack__set_trace_nr()
505 struct thread_stack *ts = thread__ts(thread); in thread_stack__free()
904 struct thread_stack *ts, in thread_stack__no_call_return()
[all …]
H A Dthread.h23 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 Dintel-bts.c430 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 Dauxtrace.h139 bool thread_stack; member
H A Ds390-cpumsf.c1082 itops->callchain || itops->thread_stack || in check_auxtrace_itrace()
H A Dintel-pt.c4222 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 Dbuiltin-script.c4271 itrace_synth_opts.thread_stack = true; in cmd_script()