Home
last modified time | relevance | path

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

/linux/arch/x86/events/intel/
H A Dds.c653 max = x86_pmu.pebs_record_size * (bsiz / x86_pmu.pebs_record_size); in alloc_pebs_buffer()
1294 reserved * cpuc->pebs_record_size; in pebs_update_threshold()
1296 threshold = ds->pebs_buffer_base + cpuc->pebs_record_size; in pebs_update_threshold()
1343 cpuc->pebs_record_size = sz; in adaptive_pebs_record_size_update()
2239 for (at = base; at < top; at += cpuc->pebs_record_size) { in get_next_pebs_record_by_bit()
2422 at += cpuc->pebs_record_size; in __intel_pmu_pebs_events()
2520 for (at = base; at < top; at += x86_pmu.pebs_record_size) { in intel_pmu_drain_pebs_nhm()
2642 if (basic->format_size != cpuc->pebs_record_size) in intel_pmu_drain_pebs_icl()
2705 x86_pmu.pebs_record_size = sizeof(struct pebs_record_core); in intel_pebs_init()
2719 x86_pmu.pebs_record_size = sizeof(struct pebs_record_nhm); in intel_pebs_init()
[all …]
H A Dcore.c5178 cpuc->pebs_record_size = x86_pmu.pebs_record_size; in intel_cpuc_prepare()