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/drivers/perf/
H A Darm_brbe.c566 static void brbe_set_perf_entry_type(struct perf_branch_entry *entry, u64 brbinf) in brbe_set_perf_entry_type()
597 static bool perf_entry_from_brbe_regset(int index, struct perf_branch_entry *entry, in perf_entry_from_brbe_regset()
714 static bool filter_branch_privilege(struct perf_branch_entry *entry, u64 branch_sample_type) in filter_branch_privilege()
755 static bool filter_branch_type(struct perf_branch_entry *entry, in filter_branch_type()
764 static bool filter_branch_record(struct perf_branch_entry *entry, in filter_branch_record()
791 struct perf_branch_entry *pbe = &branch_stack->entries[nr_filtered]; in brbe_read_filtered_entries()
/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/include/linux/
H A Dperf_event.h118 struct perf_branch_entry entries[];
1435 size += brs->nr * sizeof(struct perf_branch_entry); in perf_sample_save_brstack()
1467 static inline void perf_clear_branch_entry_bitfields(struct perf_branch_entry *br) in perf_clear_branch_entry_bitfields()
2106 typedef int (perf_snapshot_branch_stack_t)(struct perf_branch_entry *entries,
/linux/tools/include/uapi/linux/
H A Dperf_event.h1449 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/arch/x86/events/
H A Dperf_event.h313 struct perf_branch_entry lbr_entries[MAX_LBR_ENTRIES];
/linux/arch/x86/events/intel/
H A Dcore.c2347 __intel_pmu_snapshot_branch_stack(struct perf_branch_entry *entries, in __intel_pmu_snapshot_branch_stack()
2355 memcpy(entries, cpuc->lbr_entries, sizeof(struct perf_branch_entry) * cnt); in __intel_pmu_snapshot_branch_stack()
2362 intel_pmu_snapshot_branch_stack(struct perf_branch_entry *entries, unsigned int cnt) in intel_pmu_snapshot_branch_stack()
2375 intel_pmu_snapshot_arch_branch_stack(struct perf_branch_entry *entries, unsigned int cnt) in intel_pmu_snapshot_arch_branch_stack()
/linux/kernel/trace/
H A Dbpf_trace.c1173 static const u32 br_entry_size = sizeof(struct perf_branch_entry); in BPF_CALL_3()
1681 static const u32 br_entry_size = sizeof(struct perf_branch_entry); in BPF_CALL_4()
/linux/kernel/events/
H A Dcore.c7957 * sizeof(struct perf_branch_entry); in perf_output_sample()
/linux/kernel/bpf/
H A Dverifier.c22767 const u32 br_entry_size = sizeof(struct perf_branch_entry); in do_misc_fixups()