Lines Matching refs:lbr_entries
712 struct perf_branch_entry *br = cpuc->lbr_entries; in intel_pmu_lbr_read_32()
747 struct perf_branch_entry *br = cpuc->lbr_entries; in intel_pmu_lbr_read_64()
879 e = &cpuc->lbr_entries[i]; in intel_pmu_store_lbr()
1137 from = cpuc->lbr_entries[i].from; in intel_pmu_lbr_filter()
1138 to = cpuc->lbr_entries[i].to; in intel_pmu_lbr_filter()
1139 type = cpuc->lbr_entries[i].type; in intel_pmu_lbr_filter()
1151 type = branch_type(from, to, cpuc->lbr_entries[i].abort); in intel_pmu_lbr_filter()
1153 if (cpuc->lbr_entries[i].in_tx) in intel_pmu_lbr_filter()
1161 cpuc->lbr_entries[i].from = 0; in intel_pmu_lbr_filter()
1166 cpuc->lbr_entries[i].type = common_branch_type(type); in intel_pmu_lbr_filter()
1174 if (!cpuc->lbr_entries[i].from) { in intel_pmu_lbr_filter()
1177 cpuc->lbr_entries[j-1] = cpuc->lbr_entries[j]; in intel_pmu_lbr_filter()
1179 if (!cpuc->lbr_entries[i].from) in intel_pmu_lbr_filter()