Searched refs:lbr_entries (Results 1 – 6 of 6) sorted by relevance
114 from = cpuc->lbr_entries[i].from; in amd_pmu_lbr_filter()115 to = cpuc->lbr_entries[i].to; in amd_pmu_lbr_filter()124 cpuc->lbr_entries[i].from += offset; in amd_pmu_lbr_filter()131 (!(br_sel & X86_BR_KERNEL) && kernel_ip(cpuc->lbr_entries[i].from))) { in amd_pmu_lbr_filter()132 cpuc->lbr_entries[i].from = 0; /* mark invalid */ in amd_pmu_lbr_filter()137 cpuc->lbr_entries[i].type = common_branch_type(type); in amd_pmu_lbr_filter()145 if (!cpuc->lbr_entries[i].from) { in amd_pmu_lbr_filter()148 cpuc->lbr_entries[j - 1] = cpuc->lbr_entries[j]; in amd_pmu_lbr_filter()150 if (!cpuc->lbr_entries[i].from) in amd_pmu_lbr_filter()167 struct perf_branch_entry *br = cpuc->lbr_entries; in amd_pmu_lbr_read()
285 struct perf_branch_entry *br = cpuc->lbr_entries; in amd_brs_drain()
948 memcpy(entries, cpuc->lbr_entries, sizeof(struct perf_branch_entry) * cnt); in amd_pmu_v2_snapshot_branch_stack()
335 struct perf_branch_entry lbr_entries[MAX_LBR_ENTRIES]; member
2004 unsigned long from = cpuc->lbr_entries[0].from; in intel_pmu_pebs_fixup_ip()2005 unsigned long old_to, to = cpuc->lbr_entries[0].to; in intel_pmu_pebs_fixup_ip()
2818 memcpy(entries, cpuc->lbr_entries, sizeof(struct perf_branch_entry) * cnt); in __intel_pmu_snapshot_branch_stack()