Searched refs:limit_period (Results 1 – 3 of 3) sorted by relevance
595 if (event->attr.sample_period && x86_pmu.limit_period) { in x86_pmu_hw_config()596 if (x86_pmu.limit_period(event, event->attr.sample_period) > in x86_pmu_hw_config()1343 if (x86_pmu.limit_period) in x86_perf_event_set_period()1344 left = x86_pmu.limit_period(event, left); in x86_perf_event_set_period()2436 if (value && x86_pmu.limit_period) { in x86_pmu_check_period()2437 if (x86_pmu.limit_period(event, value) > value) in x86_pmu_check_period()
681 u64 (*limit_period)(struct perf_event *event, u64 l); member
5037 x86_pmu.limit_period = nhm_limit_period; in intel_pmu_init()5356 x86_pmu.limit_period = bdw_limit_period; in intel_pmu_init()