Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/events/intel/
Dlbr.c772 struct perf_branch_entry *br = cpuc->lbr_entries; in intel_pmu_lbr_read_32()
807 struct perf_branch_entry *br = cpuc->lbr_entries; in intel_pmu_lbr_read_64()
939 e = &cpuc->lbr_entries[i]; in intel_pmu_store_lbr()
1410 from = cpuc->lbr_entries[i].from; in intel_pmu_lbr_filter()
1411 to = cpuc->lbr_entries[i].to; in intel_pmu_lbr_filter()
1412 type = cpuc->lbr_entries[i].type; in intel_pmu_lbr_filter()
1424 type = branch_type(from, to, cpuc->lbr_entries[i].abort); in intel_pmu_lbr_filter()
1426 if (cpuc->lbr_entries[i].in_tx) in intel_pmu_lbr_filter()
1434 cpuc->lbr_entries[i].from = 0; in intel_pmu_lbr_filter()
1439 cpuc->lbr_entries[i].type = common_branch_type(type); in intel_pmu_lbr_filter()
[all …]
Dds.c1367 unsigned long from = cpuc->lbr_entries[0].from; in intel_pmu_pebs_fixup_ip()
1368 unsigned long old_to, to = cpuc->lbr_entries[0].to; in intel_pmu_pebs_fixup_ip()
Dcore.c2221 memcpy(entries, cpuc->lbr_entries, sizeof(struct perf_branch_entry) * cnt); in __intel_pmu_snapshot_branch_stack()
/linux-5.19.10/arch/x86/events/amd/
Dbrs.c221 struct perf_branch_entry *br = cpuc->lbr_entries; in amd_brs_drain()
/linux-5.19.10/arch/x86/events/
Dperf_event.h280 struct perf_branch_entry lbr_entries[MAX_LBR_ENTRIES]; member