Home
last modified time | relevance | path

Searched refs:lbr_entries (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/arch/x86/events/amd/
Dlbr.c111 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()
Dbrs.c285 struct perf_branch_entry *br = cpuc->lbr_entries; in amd_brs_drain()
Dcore.c935 memcpy(entries, cpuc->lbr_entries, sizeof(struct perf_branch_entry) * cnt); in amd_pmu_v2_snapshot_branch_stack()
/linux-6.12.1/arch/x86/events/intel/
Dlbr.c732 struct perf_branch_entry *br = cpuc->lbr_entries; in intel_pmu_lbr_read_32()
767 struct perf_branch_entry *br = cpuc->lbr_entries; in intel_pmu_lbr_read_64()
901 e = &cpuc->lbr_entries[i]; in intel_pmu_store_lbr()
960 src = cpuc->lbr_entries[i].reserved; in intel_pmu_lbr_counters_reorder()
967 cpuc->lbr_entries[i].reserved = 0; in intel_pmu_lbr_counters_reorder()
1215 from = cpuc->lbr_entries[i].from; in intel_pmu_lbr_filter()
1216 to = cpuc->lbr_entries[i].to; in intel_pmu_lbr_filter()
1217 type = cpuc->lbr_entries[i].type; in intel_pmu_lbr_filter()
1229 type = branch_type(from, to, cpuc->lbr_entries[i].abort); in intel_pmu_lbr_filter()
1231 if (cpuc->lbr_entries[i].in_tx) in intel_pmu_lbr_filter()
[all …]
Dds.c1560 unsigned long from = cpuc->lbr_entries[0].from; in intel_pmu_pebs_fixup_ip()
1561 unsigned long old_to, to = cpuc->lbr_entries[0].to; in intel_pmu_pebs_fixup_ip()
Dcore.c2338 memcpy(entries, cpuc->lbr_entries, sizeof(struct perf_branch_entry) * cnt); in __intel_pmu_snapshot_branch_stack()
/linux-6.12.1/arch/x86/events/
Dperf_event.h290 struct perf_branch_entry lbr_entries[MAX_LBR_ENTRIES]; member