Searched refs:thread_stack (Results 1 – 8 of 8) sorted by relevance
88 struct thread_stack { struct118 static int thread_stack__grow(struct thread_stack *ts) in thread_stack__grow() argument178 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 …]
21 struct thread_stack;58 struct thread_stack *ts; in DECLARE_RC_STRUCT()265 static inline struct thread_stack *thread__ts(struct thread *thread) in thread__ts()270 static inline void thread__set_ts(struct thread *thread, struct thread_stack *ts) in thread__set_ts()
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()880 bts->synth_opts.thread_stack = in intel_bts_process_auxtrace_info()881 session->itrace_synth_opts->thread_stack; in intel_bts_process_auxtrace_info()
140 bool thread_stack; member
1077 itops->callchain || itops->thread_stack || in check_auxtrace_itrace()
4200 pt->synth_opts.thread_stack = opts->thread_stack; in intel_pt_process_auxtrace_info()4428 pt->synth_opts.thread_stack || in intel_pt_process_auxtrace_info()4434 pt->synth_opts.thread_stack; in intel_pt_process_auxtrace_info()
176 if you use ``-L:thread_stack:kernel/fork.c`` it may only give you179 string ``thread_stack`` in their names.
4386 itrace_synth_opts.thread_stack = true; in cmd_script()
Completed in 35 milliseconds