Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/events/intel/
H A Dds.c1125 return cpuc->n_pebs && (cpuc->n_pebs == cpuc->n_large_pebs); in pebs_needs_sched_cb()
1152 if (cpuc->n_pebs == cpuc->n_large_pebs) { in pebs_update_threshold()
1279 cpuc->n_large_pebs++; in intel_pmu_pebs_add()
1327 if (cpuc->n_pebs == cpuc->n_large_pebs && in intel_pmu_drain_large_pebs()
1397 cpuc->n_large_pebs--; in intel_pmu_pebs_del()
H A Dlbr.c1192 (cpuc->n_pebs == cpuc->n_large_pebs)) in intel_pmu_store_pebs_lbrs()
/openbmc/linux/arch/x86/events/
H A Dperf_event.h266 int n_large_pebs; member