Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/util/
Dthread-stack.c84 struct thread_stack { struct
110 static int thread_stack__grow(struct thread_stack *ts) in thread_stack__grow() argument
128 static int thread_stack__init(struct thread_stack *ts, struct thread *thread, in thread_stack__init()
152 static struct thread_stack *thread_stack__new(struct thread *thread, int cpu, in thread_stack__new()
155 struct thread_stack *ts = thread->ts, *new_ts; in thread_stack__new()
185 static struct thread_stack *thread__cpu_stack(struct thread *thread, int cpu) in thread__cpu_stack()
187 struct thread_stack *ts = thread->ts; in thread__cpu_stack()
203 static inline struct thread_stack *thread__stack(struct thread *thread, in thread__stack()
215 static int thread_stack__push(struct thread_stack *ts, u64 ret_addr, in thread_stack__push()
234 static void thread_stack__pop(struct thread_stack *ts, u64 ret_addr) in thread_stack__pop()
[all …]
Dthread.h20 struct thread_stack;
44 struct thread_stack *ts;
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()
899 bts->synth_opts.thread_stack = in intel_bts_process_auxtrace_info()
900 session->itrace_synth_opts->thread_stack; in intel_bts_process_auxtrace_info()
Dauxtrace.h102 bool thread_stack; member
Ds390-cpumsf.c1073 itops->callchain || itops->thread_stack || in check_auxtrace_itrace()
Dintel-pt.c1971 if (pt->synth_opts.callchain || pt->synth_opts.thread_stack) in intel_pt_sample()
3240 pt->synth_opts.thread_stack = in intel_pt_process_auxtrace_info()
3241 session->itrace_synth_opts->thread_stack; in intel_pt_process_auxtrace_info()
/Linux-v5.4/tools/perf/
Dbuiltin-script.c3792 itrace_synth_opts.thread_stack = true; in cmd_script()