Searched refs:perf_branch_entry (Results 1 – 14 of 14) 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[]; 1443 size += brs->nr * sizeof(struct perf_branch_entry); in perf_sample_save_brstack() 1475 static inline void perf_clear_branch_entry_bitfields(struct perf_branch_entry *br) in perf_clear_branch_entry_bitfields() 2129 typedef int (perf_snapshot_branch_stack_t)(struct perf_branch_entry *entries,
|
| /linux/include/uapi/linux/ |
| H A D | perf_event.h | 1491 struct perf_branch_entry { struct
|
| /linux/tools/include/uapi/linux/ |
| H A D | perf_event.h | 1491 struct perf_branch_entry { struct
|
| /linux/tools/perf/util/ |
| H A D | dlfilter.c | 548 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 | 327 struct perf_branch_entry lbr_entries[MAX_LBR_ENTRIES];
|
| /linux/arch/x86/events/intel/ |
| H A D | core.c | 2558 __intel_pmu_snapshot_branch_stack(struct perf_branch_entry *entries, in __intel_pmu_snapshot_branch_stack() 2566 memcpy(entries, cpuc->lbr_entries, sizeof(struct perf_branch_entry) * cnt); in __intel_pmu_snapshot_branch_stack() 2573 intel_pmu_snapshot_branch_stack(struct perf_branch_entry *entries, unsigned int cnt) in intel_pmu_snapshot_branch_stack() 2586 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 | 1172 static const u32 br_entry_size = sizeof(struct perf_branch_entry); in BPF_CALL_3() 1507 static const u32 br_entry_size = sizeof(struct perf_branch_entry); in BPF_CALL_4()
|
| /linux/kernel/events/ |
| H A D | core.c | 8267 * sizeof(struct perf_branch_entry); in perf_output_sample()
|
| /linux/kernel/bpf/ |
| H A D | verifier.c | 24195 * int perf_snapshot_branch_stack(struct perf_branch_entry *entries, u32 cnt); in do_misc_fixups() 24197 const u32 br_entry_size = sizeof(struct perf_branch_entry); in do_misc_fixups() 24199 /* struct perf_branch_entry is part of UAPI and is in do_misc_fixups() 24225 /* return entry_cnt * sizeof(struct perf_branch_entry) */ in do_misc_fixups()
|