Searched refs:limit_period (Results 1 – 3 of 3) sorted by relevance
621 if (event->attr.sample_period && x86_pmu.limit_period) { in x86_pmu_hw_config()622 if (x86_pmu.limit_period(event, event->attr.sample_period) > in x86_pmu_hw_config()1394 if (x86_pmu.limit_period) in x86_perf_event_set_period()1395 left = x86_pmu.limit_period(event, left); in x86_perf_event_set_period()2655 if (value && x86_pmu.limit_period) { in x86_pmu_check_period()2656 if (x86_pmu.limit_period(event, value) > value) in x86_pmu_check_period()
768 u64 (*limit_period)(struct perf_event *event, u64 l); member
5641 x86_pmu.limit_period = nhm_limit_period; in intel_pmu_init()5959 x86_pmu.limit_period = bdw_limit_period; in intel_pmu_init()6096 x86_pmu.limit_period = spr_limit_period; in intel_pmu_init()6156 x86_pmu.limit_period = spr_limit_period; in intel_pmu_init()