Home
last modified time | relevance | path

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

/linux/arch/x86/events/intel/
H A Dds.c1322 if (cpuc->n_pebs == cpuc->n_pebs_via_pt) in pebs_needs_sched_cb()
1325 return cpuc->n_pebs && (cpuc->n_pebs == cpuc->n_large_pebs); in pebs_needs_sched_cb()
1351 if (cpuc->n_pebs == cpuc->n_large_pebs) { in pebs_update_threshold()
1504 if ((cpuc->n_pebs == 1) && add) in pebs_update_state()
1557 cpuc->n_pebs++; in intel_pmu_pebs_add()
1607 if (cpuc->n_pebs == cpuc->n_large_pebs && in intel_pmu_drain_large_pebs()
1608 cpuc->n_pebs != cpuc->n_pebs_via_pt) in intel_pmu_drain_large_pebs()
1682 cpuc->n_pebs--; in intel_pmu_pebs_del()
2988 if (cpuc->n_pebs == cpuc->n_large_pebs) in intel_pmu_drain_arch_pebs()
H A Dcore.c3026 if (cpuc->n_pebs == cpuc->n_large_pebs) in intel_pmu_enable_event_ext()
/linux/arch/x86/events/
H A Dperf_event.h290 int n_pebs; member