Searched refs:limit_period (Results 1 – 3 of 3) sorted by relevance
557 if (event->attr.sample_period && x86_pmu.limit_period) { in x86_pmu_hw_config()558 if (x86_pmu.limit_period(event, event->attr.sample_period) > in x86_pmu_hw_config()1221 if (x86_pmu.limit_period) in x86_perf_event_set_period()1222 left = x86_pmu.limit_period(event, left); in x86_perf_event_set_period()2257 if (value && x86_pmu.limit_period) { in x86_pmu_check_period()2258 if (x86_pmu.limit_period(event, value) > value) in x86_pmu_check_period()
615 u64 (*limit_period)(struct perf_event *event, u64 l); member
4632 x86_pmu.limit_period = nhm_limit_period; in intel_pmu_init()4949 x86_pmu.limit_period = bdw_limit_period; in intel_pmu_init()