Home
last modified time | relevance | path

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

/linux/arch/x86/events/intel/
H A Dds.c885 max = x86_pmu.pebs_record_size * (bsiz / x86_pmu.pebs_record_size); in alloc_pebs_buffer()
1617 reserved * cpuc->pebs_record_size; in pebs_update_threshold()
1619 threshold = ds->pebs_buffer_base + cpuc->pebs_record_size; in pebs_update_threshold()
1666 cpuc->pebs_record_size = sz; in adaptive_pebs_record_size_update()
2761 for (at = base; at < top; at += cpuc->pebs_record_size) { in get_next_pebs_record_by_bit()
2944 at += cpuc->pebs_record_size; in __intel_pmu_pebs_events()
3042 for (at = base; at < top; at += x86_pmu.pebs_record_size) { in intel_pmu_drain_pebs_nhm()
3214 if (basic->format_size != cpuc->pebs_record_size) in intel_pmu_drain_pebs_icl()
3353 x86_pmu.pebs_record_size = sizeof(struct pebs_record_core); in intel_ds_pebs_init()
3367 x86_pmu.pebs_record_size = sizeof(struct pebs_record_nhm); in intel_ds_pebs_init()
[all …]
H A Dcore.c5634 cpuc->pebs_record_size = x86_pmu.pebs_record_size; in intel_cpuc_prepare()
/linux/arch/x86/events/
H A Dperf_event.h319 int pebs_record_size; member
954 int pebs_record_size; member