Searched refs:limit_period (Results 1 – 4 of 4) sorted by relevance
84 DEFINE_STATIC_CALL_NULL(x86_pmu_limit_period, *x86_pmu.limit_period);651 if (is_sampling_event(event) && !event->attr.freq && x86_pmu.limit_period) { in x86_pmu_hw_config()653 x86_pmu.limit_period(event, &left); in x86_pmu_hw_config()2086 static_call_update(x86_pmu_limit_period, x86_pmu.limit_period); in x86_pmu_static_call_update()2743 if (value && x86_pmu.limit_period) { in x86_pmu_check_period()2745 x86_pmu.limit_period(event, &left); in x86_pmu_check_period()
894 void (*limit_period)(struct perf_event *event, s64 *l); member
4578 if (x86_pmu.limit_period) in intel_pmu_freq_start_period()4579 x86_pmu.limit_period(event, &start); in intel_pmu_freq_start_period()7437 x86_pmu.limit_period = glc_limit_period; in intel_pmu_init_glc()7463 x86_pmu.limit_period = glc_limit_period; in intel_pmu_init_grt()7674 x86_pmu.limit_period = nhm_limit_period; in intel_pmu_init()7990 x86_pmu.limit_period = hsw_limit_period; in intel_pmu_init()8033 x86_pmu.limit_period = bdw_limit_period; in intel_pmu_init()
1502 x86_pmu.limit_period = amd_pmu_limit_period; in amd_core_pmu_init()