Searched refs:pebs_record_size (Results 1 – 2 of 2) sorted by relevance
367 max = x86_pmu.pebs_record_size * (bsiz / x86_pmu.pebs_record_size); in alloc_pebs_buffer()909 reserved * x86_pmu.pebs_record_size; in pebs_update_threshold()911 threshold = ds->pebs_buffer_base + x86_pmu.pebs_record_size; in pebs_update_threshold()1321 for (at = base; at < top; at += x86_pmu.pebs_record_size) { in get_next_pebs_record_by_bit()1434 at += x86_pmu.pebs_record_size; in __intel_pmu_pebs_event()1532 for (at = base; at < top; at += x86_pmu.pebs_record_size) { in intel_pmu_drain_pebs_nhm()1638 x86_pmu.pebs_record_size = sizeof(struct pebs_record_core); in intel_ds_init()1652 x86_pmu.pebs_record_size = sizeof(struct pebs_record_nhm); in intel_ds_init()1658 x86_pmu.pebs_record_size = sizeof(struct pebs_record_hsw); in intel_ds_init()1664 x86_pmu.pebs_record_size = in intel_ds_init()
609 int pebs_record_size; member