Home
last modified time | relevance | path

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

/linux/arch/x86/events/
H A Dcore.c81 DEFINE_STATIC_CALL_NULL(x86_pmu_limit_period, *x86_pmu.limit_period);
648 if (is_sampling_event(event) && !event->attr.freq && x86_pmu.limit_period) { in x86_pmu_hw_config()
650 x86_pmu.limit_period(event, &left); in x86_pmu_hw_config()
2050 static_call_update(x86_pmu_limit_period, x86_pmu.limit_period); in x86_pmu_static_call_update()
2685 if (value && x86_pmu.limit_period) { in x86_pmu_check_period()
2687 x86_pmu.limit_period(event, &left); in x86_pmu_check_period()
H A Dperf_event.h883 void (*limit_period)(struct perf_event *event, s64 *l); member
/linux/arch/x86/events/intel/
H A Dcore.c4317 if (x86_pmu.limit_period) in intel_pmu_freq_start_period()
4318 x86_pmu.limit_period(event, &start); in intel_pmu_freq_start_period()
7160 x86_pmu.limit_period = glc_limit_period; in intel_pmu_init_glc()
7186 x86_pmu.limit_period = glc_limit_period; in intel_pmu_init_grt()
7367 x86_pmu.limit_period = nhm_limit_period; in intel_pmu_init()
7682 x86_pmu.limit_period = hsw_limit_period; in intel_pmu_init()
7725 x86_pmu.limit_period = bdw_limit_period; in intel_pmu_init()