Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/events/intel/
Dds.c906 if (cpuc->n_pebs == cpuc->n_pebs_via_pt) in pebs_needs_sched_cb()
909 return cpuc->n_pebs && (cpuc->n_pebs == cpuc->n_large_pebs); in pebs_needs_sched_cb()
934 if (cpuc->n_pebs == cpuc->n_large_pebs) { in pebs_update_threshold()
1022 bool update = cpuc->n_pebs == 1; in pebs_update_state()
1041 if (cpuc->n_pebs == 1) { in pebs_update_state()
1066 cpuc->n_pebs++; in intel_pmu_pebs_add()
1150 cpuc->n_pebs--; in intel_pmu_pebs_del()
1164 if (cpuc->n_pebs == cpuc->n_large_pebs && in intel_pmu_pebs_disable()
1165 cpuc->n_pebs != cpuc->n_pebs_via_pt) in intel_pmu_pebs_disable()
Dlbr.c1458 (cpuc->n_pebs == cpuc->n_large_pebs)) in intel_pmu_store_pebs_lbrs()
/Linux-v5.10/arch/x86/events/
Dperf_event.h258 int n_pebs; member