Home
last modified time | relevance | path

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

/linux-6.14.4/tools/perf/util/
Dbranch.h64 static inline struct branch_entry *perf_sample__branch_entries(struct perf_sample *sample) in perf_sample__branch_entries() function
Dmachine.c2150 struct branch_entry *entries = perf_sample__branch_entries(sample); in sample__resolve_bstack()
2307 struct branch_entry *entries = perf_sample__branch_entries(sample); in lbr_callchain_add_lbr_ip()
2447 struct branch_entry *cur_entries = perf_sample__branch_entries(cur); in has_stitched_lbr()
2449 struct branch_entry *prev_entries = perf_sample__branch_entries(prev); in has_stitched_lbr()
2680 struct branch_entry *entries = perf_sample__branch_entries(sample); in thread__resolve_callchain_sample()
Ddlfilter.c549 d_sample.brstack = (struct perf_branch_entry *)perf_sample__branch_entries(sample); in dlfilter__do_filter_event()
Dsession.c794 struct branch_entry *entries = perf_sample__branch_entries(sample); in callchain__lbr_callstack_printf()
857 struct branch_entry *entries = perf_sample__branch_entries(sample); in branch_stack__printf()
Dhist.c2688 struct branch_entry *entries = perf_sample__branch_entries(sample); in hist__account_cycles()
/linux-6.14.4/tools/perf/
Dbuiltin-script.c957 struct branch_entry *entries = perf_sample__branch_entries(sample); in perf_sample__fprintf_brstack()
996 struct branch_entry *entries = perf_sample__branch_entries(sample); in perf_sample__fprintf_brstacksym()
1034 struct branch_entry *entries = perf_sample__branch_entries(sample); in perf_sample__fprintf_brstackoff()
1334 struct branch_entry *entries = perf_sample__branch_entries(sample); in perf_sample__fprintf_brstackinsn()
/linux-6.14.4/tools/perf/util/scripting-engines/
Dtrace-event-python.c487 struct branch_entry *entries = perf_sample__branch_entries(sample); in python_process_brstack()
575 struct branch_entry *entries = perf_sample__branch_entries(sample); in python_process_brstacksym()