Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/events/intel/
Dds.c908 return cpuc->n_pebs && (cpuc->n_pebs == cpuc->n_large_pebs); in pebs_needs_sched_cb()
933 if (cpuc->n_pebs == cpuc->n_large_pebs) { in pebs_update_threshold()
1067 cpuc->n_large_pebs++; in intel_pmu_pebs_add()
1151 cpuc->n_large_pebs--; in intel_pmu_pebs_del()
1163 if (cpuc->n_pebs == cpuc->n_large_pebs && in intel_pmu_pebs_disable()
/Linux-v5.4/arch/x86/events/
Dperf_event.h219 int n_large_pebs; member