Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/events/intel/
Dds.c1122 if (cpuc->n_pebs == cpuc->n_pebs_via_pt) in pebs_needs_sched_cb()
1125 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()
1243 if (cpuc->n_pebs == 1) in pebs_update_state()
1277 cpuc->n_pebs++; in intel_pmu_pebs_add()
1327 if (cpuc->n_pebs == cpuc->n_large_pebs && in intel_pmu_drain_large_pebs()
1328 cpuc->n_pebs != cpuc->n_pebs_via_pt) in intel_pmu_drain_large_pebs()
1395 cpuc->n_pebs--; in intel_pmu_pebs_del()
Dlbr.c1192 (cpuc->n_pebs == cpuc->n_large_pebs)) in intel_pmu_store_pebs_lbrs()
/linux-6.6.21/arch/x86/events/
Dperf_event.h265 int n_pebs; member