Home
last modified time | relevance | path

Searched refs:br_stack_sz (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Dthread-stack.c103 unsigned int br_stack_sz; member
148 if (br_stack_sz) { 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
389 ts->br_stack_pos = ts->br_stack_sz; in thread_stack__update_br_stack()
402 if (bs->nr < ts->br_stack_sz) in thread_stack__update_br_stack()
436 if (br_stack_sz) in thread_stack__event()
641 if (src->nr >= ts->br_stack_sz) { in thread_stack__br_sample()
698 ssz = &src->entries[ts->br_stack_sz]; in thread_stack__br_sample_late()
715 if (src->nr >= ts->br_stack_sz) { in thread_stack__br_sample_late()
[all …]
H A Dthread-stack.h84 unsigned int br_stack_sz, bool mispred_all);
H A Dintel-pt.c84 unsigned int br_stack_sz; member
1266 pt->br_stack = intel_pt_alloc_br_stack(pt->br_stack_sz); in intel_pt_br_stack_init()
1281 pt->br_stack_sz, sample->ip, in intel_pt_add_br_stack()
1309 unsigned int entry_cnt = max(LBRS_MAX, pt->br_stack_sz); in intel_pt_alloc_queue()
1829 pt->br_stack_sz); in intel_pt_prep_sample()
2313 pt->br_stack_sz); in intel_pt_do_synth_pebs_sample()
4427 pt->br_stack_sz = pt->synth_opts.last_branch_sz; in intel_pt_process_auxtrace_info()
4428 pt->br_stack_sz_plus = pt->br_stack_sz; in intel_pt_process_auxtrace_info()