Home
last modified time | relevance | path

Searched refs:perf_branch_entry (Results 1 – 13 of 13) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dget_branch_snapshot.c16 struct perf_branch_entry entries[ENTRY_CNT] = {};
29 total_entries /= sizeof(struct perf_branch_entry); in BPF_PROG()
/linux/tools/perf/include/perf/
H A Dperf_dlfilter.h67 const struct perf_branch_entry *brstack; /* Refer <linux/perf_event.h> */
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dperf_branches.c15 int pbe_size = sizeof(struct perf_branch_entry); in check_good_sample()
/linux/arch/x86/events/amd/
H A Dbrs.c285 struct perf_branch_entry *br = cpuc->lbr_entries; in amd_brs_drain()
H A Dlbr.c163 struct perf_branch_entry *br = cpuc->lbr_entries; in amd_pmu_lbr_read()
/linux/arch/x86/events/intel/
H A Dlbr.c732 struct perf_branch_entry *br = cpuc->lbr_entries; in intel_pmu_lbr_read_32()
767 struct perf_branch_entry *br = cpuc->lbr_entries; in intel_pmu_lbr_read_64()
894 struct perf_branch_entry *e; in intel_pmu_store_lbr()
H A Dcore.c2334 __intel_pmu_snapshot_branch_stack(struct perf_branch_entry *entries, in __intel_pmu_snapshot_branch_stack()
2342 memcpy(entries, cpuc->lbr_entries, sizeof(struct perf_branch_entry) * cnt); in __intel_pmu_snapshot_branch_stack()
2349 intel_pmu_snapshot_branch_stack(struct perf_branch_entry *entries, unsigned int cnt) in intel_pmu_snapshot_branch_stack()
2362 intel_pmu_snapshot_arch_branch_stack(struct perf_branch_entry *entries, unsigned int cnt) in intel_pmu_snapshot_arch_branch_stack()
/linux/tools/include/uapi/linux/
H A Dperf_event.h1436 struct perf_branch_entry { struct
/linux/tools/perf/util/
H A Ddlfilter.c549 d_sample.brstack = (struct perf_branch_entry *)perf_sample__branch_entries(sample); in dlfilter__do_filter_event()
/linux/tools/perf/Documentation/
H A Dperf-dlfilter.txt112 const struct perf_branch_entry *brstack; /* Refer <linux/perf_event.h> */
/linux/kernel/trace/
H A Dbpf_trace.c1181 static const u32 br_entry_size = sizeof(struct perf_branch_entry); in BPF_CALL_3()
1794 static const u32 br_entry_size = sizeof(struct perf_branch_entry); in BPF_CALL_4()
/linux/kernel/events/
H A Dcore.c7609 * sizeof(struct perf_branch_entry); in perf_output_sample()
/linux/kernel/bpf/
H A Dverifier.c21819 const u32 br_entry_size = sizeof(struct perf_branch_entry); in do_misc_fixups()