Searched refs:br_stack_sz (Results 1 – 3 of 3) sorted by relevance
/linux/tools/perf/util/ |
H A D | thread-stack.c | 84 * @br_stack_sz: maximum branch stack size 103 unsigned int br_stack_sz; member 138 bool callstack, unsigned int br_stack_sz) in thread_stack__init() argument 148 if (br_stack_sz) { in thread_stack__init() 151 sz += br_stack_sz * sizeof(struct branch_entry); in thread_stack__init() 155 ts->br_stack_sz = br_stack_sz; in thread_stack__init() 176 unsigned int br_stack_sz) in thread_stack__new() argument 202 thread_stack__init(ts, thread, crp, callstack, br_stack_sz)) in thread_stack__new() 389 ts->br_stack_pos = ts->br_stack_sz; in thread_stack__update_br_stack() 408 thread_stack__event(struct thread * thread,int cpu,u32 flags,u64 from_ip,u64 to_ip,u16 insn_len,u64 trace_nr,bool callstack,unsigned int br_stack_sz,bool mispred_all) thread_stack__event() argument [all...] |
H A D | thread-stack.h | 84 unsigned int br_stack_sz, bool mispred_all);
|
H A D | intel-pt.c | 84 unsigned int br_stack_sz; member 1268 pt->br_stack = intel_pt_alloc_br_stack(pt->br_stack_sz); in intel_pt_br_stack_init() 1283 pt->br_stack_sz, sample->ip, in intel_pt_add_br_stack() 1311 unsigned int entry_cnt = max(LBRS_MAX, pt->br_stack_sz); in intel_pt_alloc_queue() 1835 pt->br_stack_sz); in intel_pt_prep_sample() 2497 pt->br_stack_sz); in intel_pt_do_synth_pebs_sample() 4656 pt->br_stack_sz = pt->synth_opts.last_branch_sz; in intel_pt_process_auxtrace_info() 4657 pt->br_stack_sz_plus = pt->br_stack_sz; in intel_pt_process_auxtrace_info()
|