Searched refs:lbr_entries (Results 1 – 7 of 7) sorted by relevance
111 from = cpuc->lbr_entries[i].from; in amd_pmu_lbr_filter()112 to = cpuc->lbr_entries[i].to; in amd_pmu_lbr_filter()121 cpuc->lbr_entries[i].from += offset; in amd_pmu_lbr_filter()128 cpuc->lbr_entries[i].from = 0; /* mark invalid */ in amd_pmu_lbr_filter()133 cpuc->lbr_entries[i].type = common_branch_type(type); in amd_pmu_lbr_filter()141 if (!cpuc->lbr_entries[i].from) { in amd_pmu_lbr_filter()144 cpuc->lbr_entries[j - 1] = cpuc->lbr_entries[j]; in amd_pmu_lbr_filter()146 if (!cpuc->lbr_entries[i].from) in amd_pmu_lbr_filter()163 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()
935 memcpy(entries, cpuc->lbr_entries, sizeof(struct perf_branch_entry) * cnt); in amd_pmu_v2_snapshot_branch_stack()
910 e = &cpuc->lbr_entries[i]; in intel_pmu_store_lbr()969 src = cpuc->lbr_entries[i].reserved; in intel_pmu_lbr_counters_reorder()976 cpuc->lbr_entries[i].reserved = 0; in intel_pmu_lbr_counters_reorder()1224 from = cpuc->lbr_entries[i].from; in intel_pmu_lbr_filter()1225 to = cpuc->lbr_entries[i].to; in intel_pmu_lbr_filter()1226 type = cpuc->lbr_entries[i].type; in intel_pmu_lbr_filter()1240 if (cpuc->lbr_entries[i].in_tx) in intel_pmu_lbr_filter()1248 cpuc->lbr_entries[i].from = 0; in intel_pmu_lbr_filter()1261 if (!cpuc->lbr_entries[i].from) { in intel_pmu_lbr_filter()1264 cpuc->lbr_entries[j-1] = cpuc->lbr_entries[j]; in intel_pmu_lbr_filter()[all …]
1644 unsigned long from = cpuc->lbr_entries[0].from; in intel_pmu_pebs_fixup_ip()1645 unsigned long old_to, to = cpuc->lbr_entries[0].to; in intel_pmu_pebs_fixup_ip()
2342 memcpy(entries, cpuc->lbr_entries, sizeof(struct perf_branch_entry) * cnt); in __intel_pmu_snapshot_branch_stack()
302 struct perf_branch_entry lbr_entries[MAX_LBR_ENTRIES]; member