Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_intel_ds.c197 struct pebs_record_nhm { struct
1117 struct pebs_record_nhm *p = at; in get_next_pebs_record_by_bit()
1218 base = (struct pebs_record_nhm *)(unsigned long)ds->pebs_buffer_base; in intel_pmu_drain_pebs_nhm()
1219 top = (struct pebs_record_nhm *)(unsigned long)ds->pebs_index; in intel_pmu_drain_pebs_nhm()
1227 struct pebs_record_nhm *p = at; in intel_pmu_drain_pebs_nhm()
1330 x86_pmu.pebs_record_size = sizeof(struct pebs_record_nhm); in intel_ds_init()