Searched refs:perf_sample__branch_entries (Results 1 – 7 of 7) sorted by relevance
62 static inline struct branch_entry *perf_sample__branch_entries(struct perf_sample *sample) in perf_sample__branch_entries() function
2227 struct branch_entry *entries = perf_sample__branch_entries(sample); in sample__resolve_bstack()2373 struct branch_entry *entries = perf_sample__branch_entries(sample); in lbr_callchain_add_lbr_ip()2511 struct branch_entry *cur_entries = perf_sample__branch_entries(cur); in has_stitched_lbr()2513 struct branch_entry *prev_entries = perf_sample__branch_entries(prev); in has_stitched_lbr()2722 struct branch_entry *entries = perf_sample__branch_entries(sample); in thread__resolve_callchain_sample()
501 d_sample.brstack = (struct perf_branch_entry *)perf_sample__branch_entries(sample); in dlfilter__do_filter_event()
1083 struct branch_entry *entries = perf_sample__branch_entries(sample); in callchain__lbr_callstack_printf()1145 struct branch_entry *entries = perf_sample__branch_entries(sample); in branch_stack__printf()
2634 struct branch_entry *entries = perf_sample__branch_entries(sample); in hist__account_cycles()
864 struct branch_entry *entries = perf_sample__branch_entries(sample); in perf_sample__fprintf_brstack()912 struct branch_entry *entries = perf_sample__branch_entries(sample); in perf_sample__fprintf_brstacksym()958 struct branch_entry *entries = perf_sample__branch_entries(sample); in perf_sample__fprintf_brstackoff()1185 struct branch_entry *entries = perf_sample__branch_entries(sample); in perf_sample__fprintf_brstackinsn()
467 struct branch_entry *entries = perf_sample__branch_entries(sample); in python_process_brstack()565 struct branch_entry *entries = perf_sample__branch_entries(sample); in python_process_brstacksym()
Completed in 40 milliseconds