Home
last modified time | relevance | path

Searched refs:perf_sample__branch_entries (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Dbranch.h63 static inline struct branch_entry *perf_sample__branch_entries(struct perf_sample *sample) in perf_sample__branch_entries() function
H A Dmachine.c2409 struct branch_entry *entries = perf_sample__branch_entries(sample); in sample__resolve_bstack()
2555 struct branch_entry *entries = perf_sample__branch_entries(sample); in lbr_callchain_add_lbr_ip()
2695 struct branch_entry *cur_entries = perf_sample__branch_entries(cur); in has_stitched_lbr()
2697 struct branch_entry *prev_entries = perf_sample__branch_entries(prev); in has_stitched_lbr()
2917 struct branch_entry *entries = perf_sample__branch_entries(sample); in thread__resolve_callchain_sample()
H A Ddlfilter.c546 d_sample.brstack = (struct perf_branch_entry *)perf_sample__branch_entries(sample); in dlfilter__do_filter_event()
H A Dsession.c1098 struct branch_entry *entries = perf_sample__branch_entries(sample); in callchain__lbr_callstack_printf()
1160 struct branch_entry *entries = perf_sample__branch_entries(sample); in branch_stack__printf()
H A Dhist.c2680 struct branch_entry *entries = perf_sample__branch_entries(sample); in hist__account_cycles()
/openbmc/linux/tools/perf/
H A Dbuiltin-script.c921 struct branch_entry *entries = perf_sample__branch_entries(sample); in perf_sample__fprintf_brstack()
960 struct branch_entry *entries = perf_sample__branch_entries(sample); in perf_sample__fprintf_brstacksym()
998 struct branch_entry *entries = perf_sample__branch_entries(sample); in perf_sample__fprintf_brstackoff()
1234 struct branch_entry *entries = perf_sample__branch_entries(sample); in perf_sample__fprintf_brstackinsn()
/openbmc/linux/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c511 struct branch_entry *entries = perf_sample__branch_entries(sample); in python_process_brstack()
599 struct branch_entry *entries = perf_sample__branch_entries(sample); in python_process_brstacksym()