Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/events/intel/
Dds.c885 return cpuc->n_pebs && (cpuc->n_pebs == cpuc->n_large_pebs); in pebs_needs_sched_cb()
907 if (cpuc->n_pebs == cpuc->n_large_pebs) { in pebs_update_threshold()
925 bool update = cpuc->n_pebs == 1; in pebs_update_state()
946 cpuc->n_pebs++; in intel_pmu_pebs_add()
990 cpuc->n_pebs--; in intel_pmu_pebs_del()
1002 if (cpuc->n_pebs == cpuc->n_large_pebs) in intel_pmu_pebs_disable()
/Linux-v4.19/arch/x86/events/
Dperf_event.h207 int n_pebs; member