Home
last modified time | relevance | path

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

/linux/arch/x86/events/
H A Dperf_event.h337 struct perf_branch_entry lbr_entries[MAX_LBR_ENTRIES]; member
/linux/arch/x86/events/intel/
H A Dds.c2003 unsigned long from = cpuc->lbr_entries[0].from; in intel_pmu_pebs_fixup_ip()
2004 unsigned long old_to, to = cpuc->lbr_entries[0].to; in intel_pmu_pebs_fixup_ip()
H A Dcore.c2566 memcpy(entries, cpuc->lbr_entries, sizeof(struct perf_branch_entry) * cnt); in __intel_pmu_snapshot_branch_stack()