Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/events/intel/
H A Dds.c914 return cpuc->n_pebs && (cpuc->n_pebs == cpuc->n_large_pebs); in pebs_needs_sched_cb()
939 if (cpuc->n_pebs == cpuc->n_large_pebs) { in pebs_update_threshold()
1073 cpuc->n_large_pebs++; in intel_pmu_pebs_add()
1157 cpuc->n_large_pebs--; in intel_pmu_pebs_del()
1169 if (cpuc->n_pebs == cpuc->n_large_pebs && in intel_pmu_pebs_disable()
H A Dlbr.c1482 (cpuc->n_pebs == cpuc->n_large_pebs)) in intel_pmu_store_pebs_lbrs()
/OK3568_Linux_fs/kernel/arch/x86/events/
H A Dperf_event.h259 int n_large_pebs; member