Home
last modified time | relevance | path

Searched refs:limit_period (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/arch/x86/events/
Dcore.c577 if (event->attr.sample_period && x86_pmu.limit_period) { in x86_pmu_hw_config()
578 if (x86_pmu.limit_period(event, event->attr.sample_period) > in x86_pmu_hw_config()
1160 if (x86_pmu.limit_period) in x86_perf_event_set_period()
1161 left = x86_pmu.limit_period(event, left); in x86_perf_event_set_period()
Dperf_event.h564 u64 (*limit_period)(struct perf_event *event, u64 l); member
/Linux-v4.19/arch/x86/events/intel/
Dcore.c4269 x86_pmu.limit_period = bdw_limit_period; in intel_pmu_init()