We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7537e31 commit 5b3625aCopy full SHA for 5b3625a
drivers/iommu/intel/perfmon.c
@@ -438,7 +438,7 @@ static int iommu_pmu_assign_event(struct iommu_pmu *iommu_pmu,
438
iommu_pmu_set_filter(domain, event->attr.config1,
439
IOMMU_PMU_FILTER_DOMAIN, idx,
440
event->attr.config1);
441
- iommu_pmu_set_filter(pasid, event->attr.config1,
+ iommu_pmu_set_filter(pasid, event->attr.config2,
442
IOMMU_PMU_FILTER_PASID, idx,
443
444
iommu_pmu_set_filter(ats, event->attr.config2,
0 commit comments