Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_intel_uncore.h313 struct intel_uncore_pmu *uncore_event_to_pmu(struct perf_event *event);
Dperf_event_intel_uncore.c85 struct intel_uncore_pmu *uncore_event_to_pmu(struct perf_event *event) in uncore_event_to_pmu() function
121 return uncore_pmu_to_box(uncore_event_to_pmu(event), smp_processor_id()); in uncore_event_to_box()
652 pmu = uncore_event_to_pmu(event); in uncore_pmu_event_init()
Dperf_event_intel_uncore_snb.c268 pmu = uncore_event_to_pmu(event); in snb_uncore_imc_event_init()