Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/fpu/
H A Dtypes.h286 struct lbr_entry { struct
298 struct lbr_entry entries[]; argument
/linux/arch/x86/events/
H A Dperf_event.h1060 struct lbr_entry lbr[MAX_LBR_ENTRIES];
1065 struct lbr_entry entries[];
1749 void intel_pmu_store_pebs_lbrs(struct lbr_entry *lbr);
/linux/arch/x86/events/intel/
H A Dds.c1651 sz += x86_pmu.lbr_nr * sizeof(struct lbr_entry); in adaptive_pebs_record_size_update()
2575 struct lbr_entry *lbr = next_record; in setup_pebs_adaptive_sample_data()
2578 next_record = next_record + num_lbr * sizeof(struct lbr_entry); in setup_pebs_adaptive_sample_data()
2702 struct lbr_entry *lbr; in setup_arch_pebs_sample_data()
2711 next_record += num_lbr * sizeof(struct lbr_entry); in setup_arch_pebs_sample_data()