Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/events/
H A Dcore.c599 if (event->attr.sample_period && x86_pmu.limit_period) { in x86_pmu_hw_config()
600 if (x86_pmu.limit_period(event, event->attr.sample_period) > in x86_pmu_hw_config()
1354 if (x86_pmu.limit_period) in x86_perf_event_set_period()
1355 left = x86_pmu.limit_period(event, left); in x86_perf_event_set_period()
2448 if (value && x86_pmu.limit_period) { in x86_pmu_check_period()
2449 if (x86_pmu.limit_period(event, value) > value) in x86_pmu_check_period()
H A Dperf_event.h683 u64 (*limit_period)(struct perf_event *event, u64 l); member
/OK3568_Linux_fs/kernel/arch/x86/events/intel/
H A Dcore.c5067 x86_pmu.limit_period = nhm_limit_period; in intel_pmu_init()
5386 x86_pmu.limit_period = bdw_limit_period; in intel_pmu_init()