Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event_intel_ds.c276 max = PEBS_BUFFER_SIZE / x86_pmu.pebs_record_size; in alloc_pebs_buffer()
281 max * x86_pmu.pebs_record_size; in alloc_pebs_buffer()
284 thresh * x86_pmu.pebs_record_size; in alloc_pebs_buffer()
1033 WARN_ONCE(top - at > x86_pmu.max_pebs_events * x86_pmu.pebs_record_size, in intel_pmu_drain_pebs_nhm()
1035 (long)(top - at) / x86_pmu.pebs_record_size); in intel_pmu_drain_pebs_nhm()
1037 for (; at < top; at += x86_pmu.pebs_record_size) { in intel_pmu_drain_pebs_nhm()
1085 x86_pmu.pebs_record_size = sizeof(struct pebs_record_core); in intel_ds_init()
1091 x86_pmu.pebs_record_size = sizeof(struct pebs_record_nhm); in intel_ds_init()
1097 x86_pmu.pebs_record_size = sizeof(struct pebs_record_hsw); in intel_ds_init()
Dperf_event.h579 int pebs_record_size; member