Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event_intel_uncore_snb.c321 struct intel_uncore_box *box = uncore_event_to_box(event); in snb_uncore_imc_event_start()
341 struct intel_uncore_box *box = uncore_event_to_box(event); in snb_uncore_imc_event_stop()
368 struct intel_uncore_box *box = uncore_event_to_box(event); in snb_uncore_imc_event_add()
387 struct intel_uncore_box *box = uncore_event_to_box(event); in snb_uncore_imc_event_del()
Dperf_event_intel_uncore.c61 struct intel_uncore_box *uncore_event_to_box(struct perf_event *event) in uncore_event_to_box() function
409 struct intel_uncore_box *box = uncore_event_to_box(event); in uncore_pmu_event_start()
434 struct intel_uncore_box *box = uncore_event_to_box(event); in uncore_pmu_event_stop()
462 struct intel_uncore_box *box = uncore_event_to_box(event); in uncore_pmu_event_add()
523 struct intel_uncore_box *box = uncore_event_to_box(event); in uncore_pmu_event_del()
546 struct intel_uncore_box *box = uncore_event_to_box(event); in uncore_pmu_event_read()
Dperf_event_intel_uncore.h306 struct intel_uncore_box *uncore_event_to_box(struct perf_event *event);