Home
last modified time | relevance | path

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

/linux/arch/x86/events/intel/
A Dlbr.c800 cpuc->lbr_entries[i].in_tx = 0; in intel_pmu_lbr_read_32()
801 cpuc->lbr_entries[i].abort = 0; in intel_pmu_lbr_read_32()
802 cpuc->lbr_entries[i].cycles = 0; in intel_pmu_lbr_read_32()
803 cpuc->lbr_entries[i].type = 0; in intel_pmu_lbr_read_32()
892 cpuc->lbr_entries[out].to = to; in intel_pmu_lbr_read_64()
949 e = &cpuc->lbr_entries[i]; in intel_pmu_store_lbr()
1412 to = cpuc->lbr_entries[i].to; in intel_pmu_lbr_filter()
1427 if (cpuc->lbr_entries[i].in_tx) in intel_pmu_lbr_filter()
1435 cpuc->lbr_entries[i].from = 0; in intel_pmu_lbr_filter()
1451 cpuc->lbr_entries[j-1] = cpuc->lbr_entries[j]; in intel_pmu_lbr_filter()
[all …]
A Dds.c1311 unsigned long from = cpuc->lbr_entries[0].from; in intel_pmu_pebs_fixup_ip()
1312 unsigned long old_to, to = cpuc->lbr_entries[0].to; in intel_pmu_pebs_fixup_ip()
A Dcore.c2200 memcpy(entries, cpuc->lbr_entries, sizeof(struct perf_branch_entry) * cnt); in __intel_pmu_snapshot_branch_stack()
/linux/arch/x86/events/
A Dperf_event.h277 struct perf_branch_entry lbr_entries[MAX_LBR_ENTRIES]; member

Completed in 31 milliseconds