Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event_amd_iommu.c36 static struct perf_amd_iommu __perf_iommu; variable
223 perf_iommu = &__perf_iommu; in perf_iommu_event_init()
429 if (__perf_iommu.events_group != NULL) { in amd_iommu_pc_exit()
430 kfree(__perf_iommu.events_group); in amd_iommu_pc_exit()
431 __perf_iommu.events_group = NULL; in amd_iommu_pc_exit()
470 static struct perf_amd_iommu __perf_iommu = { variable
494 _init_perf_amd_iommu(&__perf_iommu, "amd_iommu"); in amd_iommu_pc_init()