Searched refs:pebs_record_size (Results 1 – 2 of 2) sorted by relevance
276 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()
579 int pebs_record_size; member