Searched refs:limit_period (Results 1 – 4 of 4) sorted by relevance
77 DEFINE_STATIC_CALL_NULL(x86_pmu_limit_period, *x86_pmu.limit_period);624 if (event->attr.sample_period && x86_pmu.limit_period) { in x86_pmu_hw_config()626 x86_pmu.limit_period(event, &left); in x86_pmu_hw_config()2017 static_call_update(x86_pmu_limit_period, x86_pmu.limit_period); in x86_pmu_static_call_update()2671 if (value && x86_pmu.limit_period) { in x86_pmu_check_period()2673 x86_pmu.limit_period(event, &left); in x86_pmu_check_period()
787 void (*limit_period)(struct perf_event *event, s64 *l); member
5864 x86_pmu.limit_period = nhm_limit_period; in intel_pmu_init()6030 x86_pmu.limit_period = spr_limit_period; in intel_pmu_init()6213 x86_pmu.limit_period = bdw_limit_period; in intel_pmu_init()6353 x86_pmu.limit_period = spr_limit_period; in intel_pmu_init()6419 x86_pmu.limit_period = spr_limit_period; in intel_pmu_init()
1417 x86_pmu.limit_period = amd_pmu_limit_period; in amd_core_pmu_init()