Searched refs:thread_stack (Results 1 – 6 of 6) sorted by relevance
62 struct thread_stack { struct74 static int thread_stack__grow(struct thread_stack *ts) in thread_stack__grow() argument92 static struct thread_stack *thread_stack__new(struct thread *thread, in thread_stack__new()95 struct thread_stack *ts; in thread_stack__new()97 ts = zalloc(sizeof(struct thread_stack)); in thread_stack__new()115 static int thread_stack__push(struct thread_stack *ts, u64 ret_addr) in thread_stack__push()132 static void thread_stack__pop(struct thread_stack *ts, u64 ret_addr) in thread_stack__pop()153 static bool thread_stack__in_kernel(struct thread_stack *ts) in thread_stack__in_kernel()162 struct thread_stack *ts, size_t idx, in thread_stack__call_return()188 static int __thread_stack__flush(struct thread *thread, struct thread_stack *ts) in __thread_stack__flush()[all …]
15 struct thread_stack;39 struct thread_stack *ts;
446 if (btsq->bts->synth_opts.thread_stack) in intel_bts_process_buffer()516 !btsq->bts->synth_opts.thread_stack && thread && in intel_bts_process_queue()915 bts->synth_opts.thread_stack = in intel_bts_process_auxtrace_info()916 session->itrace_synth_opts->thread_stack; in intel_bts_process_auxtrace_info()
95 bool thread_stack; member
1507 if (pt->synth_opts.callchain || pt->synth_opts.thread_stack) in intel_pt_sample()2563 pt->synth_opts.thread_stack = in intel_pt_process_auxtrace_info()2564 session->itrace_synth_opts->thread_stack; in intel_pt_process_auxtrace_info()
3415 itrace_synth_opts.thread_stack = true; in cmd_script()