Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/events/intel/
Dds.c1001 if (cpuc->n_pebs == cpuc->n_pebs_via_pt) in pebs_needs_sched_cb()
1004 return cpuc->n_pebs && (cpuc->n_pebs == cpuc->n_large_pebs); in pebs_needs_sched_cb()
1031 if (cpuc->n_pebs == cpuc->n_large_pebs) { in pebs_update_threshold()
1121 bool update = cpuc->n_pebs == 1; in pebs_update_state()
1140 if (cpuc->n_pebs == 1) { in pebs_update_state()
1165 cpuc->n_pebs++; in intel_pmu_pebs_add()
1257 cpuc->n_pebs--; in intel_pmu_pebs_del()
1271 if (cpuc->n_pebs == cpuc->n_large_pebs && in intel_pmu_pebs_disable()
1272 cpuc->n_pebs != cpuc->n_pebs_via_pt) in intel_pmu_pebs_disable()
Dlbr.c1474 (cpuc->n_pebs == cpuc->n_large_pebs)) in intel_pmu_store_pebs_lbrs()
/Linux-v5.15/arch/x86/events/
Dperf_event.h260 int n_pebs; member