From: Shuah Khan Date: Thu, 15 Aug 2013 17:59:24 +0000 (-0600) Subject: iommu: Change iommu driver to call add_device_to_group trace event X-Git-Tag: v3.13-rc1~79^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1cf7e822746b5e755f5a893ffeced1f6311c0cf;p=pandora-kernel.git iommu: Change iommu driver to call add_device_to_group trace event Change iommu driver to call add_device_to_group trace event. This iommu_group class event can be enabled to trigger when devices get added to an iommu group. Trace information includes iommu group id and device name. Testing: The following is trace is generated when intel-iommu driver adds devices to to iommu groups during boot-time during its initialization: swapper/0-1 [003] .... 1.854793: add_device_to_group: IOMMU: groupID=0 device=0000:00:00.0 swapper/0-1 [003] .... 1.854797: add_device_to_group: IOMMU: groupID=1 device=0000:00:02.0 Signed-off-by: Shuah Khan Signed-off-by: Joerg Roedel --- Reading git-diff-tree failed