Searched refs:perf_branch_entry (Results 1 – 13 of 13) sorted by relevance
/linux/tools/testing/selftests/bpf/progs/ |
H A D | get_branch_snapshot.c | 16 struct perf_branch_entry entries[ENTRY_CNT] = {}; 29 total_entries /= sizeof(struct perf_branch_entry); in BPF_PROG()
|
/linux/drivers/perf/ |
H A D | arm_brbe.c | 566 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 D | perf_dlfilter.h | 67 const struct perf_branch_entry *brstack; /* Refer <linux/perf_event.h> */
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | perf_branches.c | 15 int pbe_size = sizeof(struct perf_branch_entry); in check_good_sample()
|
/linux/include/linux/ |
H A D | perf_event.h | 118 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 D | perf_event.h | 1449 struct perf_branch_entry { struct
|
/linux/tools/perf/util/ |
H A D | dlfilter.c | 549 d_sample.brstack = (struct perf_branch_entry *)perf_sample__branch_entries(sample); in dlfilter__do_filter_event()
|
/linux/tools/perf/Documentation/ |
H A D | perf-dlfilter.txt | 112 const struct perf_branch_entry *brstack; /* Refer <linux/perf_event.h> */
|
/linux/arch/x86/events/ |
H A D | perf_event.h | 313 struct perf_branch_entry lbr_entries[MAX_LBR_ENTRIES];
|
/linux/arch/x86/events/intel/ |
H A D | core.c | 2347 __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 D | bpf_trace.c | 1173 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 D | core.c | 7957 * sizeof(struct perf_branch_entry); in perf_output_sample()
|
/linux/kernel/bpf/ |
H A D | verifier.c | 22767 const u32 br_entry_size = sizeof(struct perf_branch_entry); in do_misc_fixups()
|