Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dbranch.h62 static inline struct branch_entry *perf_sample__branch_entries(struct perf_sample *sample) in perf_sample__branch_entries() function
H A Dmachine.c2168 struct branch_entry *entries = perf_sample__branch_entries(sample); in sample__resolve_bstack()
2314 struct branch_entry *entries = perf_sample__branch_entries(sample); in lbr_callchain_add_lbr_ip()
2452 struct branch_entry *cur_entries = perf_sample__branch_entries(cur); in has_stitched_lbr()
2454 struct branch_entry *prev_entries = perf_sample__branch_entries(prev); in has_stitched_lbr()
2663 struct branch_entry *entries = perf_sample__branch_entries(sample); in thread__resolve_callchain_sample()
H A Dsession.c1059 struct branch_entry *entries = perf_sample__branch_entries(sample); in callchain__lbr_callstack_printf()
1121 struct branch_entry *entries = perf_sample__branch_entries(sample); in branch_stack__printf()
H A Dhist.c2623 struct branch_entry *entries = perf_sample__branch_entries(sample); in hist__account_cycles()
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-script.c822 struct branch_entry *entries = perf_sample__branch_entries(sample); in perf_sample__fprintf_brstack()
870 struct branch_entry *entries = perf_sample__branch_entries(sample); in perf_sample__fprintf_brstacksym()
916 struct branch_entry *entries = perf_sample__branch_entries(sample); in perf_sample__fprintf_brstackoff()
1143 struct branch_entry *entries = perf_sample__branch_entries(sample); in perf_sample__fprintf_brstackinsn()
/OK3568_Linux_fs/kernel/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c467 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()