From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joerg Roedel Subject: Re: [PATCH 0/7] iommu: Add event tracing feature to iommu Date: Tue, 24 Sep 2013 12:38:17 +0200 Message-ID: <20130924103816.GA4532@8bytes.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: iommu-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: iommu-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: Shuah Khan Cc: ohad-Ix1uc/W3ht7QT0dZR+AlfA@public.gmane.org, iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org, aik-sLpHqDYs0B2HXe+LvDLADg@public.gmane.org, fweisbec-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org, will.deacon-5wv7dgnIgG8@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, rostedt-nx8X9YLhiw1AfugRpC6u6w@public.gmane.org, tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org, mingo-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org, shuahkhan-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org, andreas.herrmann-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org, joe-6d6DIl74uiNBDgjK7y7TUQ@public.gmane.org, Varun.Sethi-KZfg59tc24xl57MIdRCFDg@public.gmane.org List-Id: iommu@lists.linux-foundation.org On Thu, Aug 15, 2013 at 11:59:22AM -0600, Shuah Khan wrote: > Shuah Khan (7): > iommu: Add event tracing feature to iommu > iommu: Change iommu driver to call add_device_to_group trace event > iommu: Change iommu driver to call remove_device_to_group trace event > iommu: Change iommu driver to call attach_device_to_domain trace > event > iommu: Change iommu driver to call detach_device_to_domain trace > event > iommu: Change iommu driver to call map trace event > iommu: Change iommu driver to call unmap trace event Applied to tracing branch, thanks Shuah. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753194Ab3IXKiZ (ORCPT ); Tue, 24 Sep 2013 06:38:25 -0400 Received: from 8bytes.org ([85.214.48.195]:45188 "EHLO mail.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750771Ab3IXKiY (ORCPT ); Tue, 24 Sep 2013 06:38:24 -0400 Date: Tue, 24 Sep 2013 12:38:17 +0200 From: Joerg Roedel To: Shuah Khan Cc: alex.williamson@redhat.com, Varun.Sethi@freescale.com, aik@ozlabs.ru, joe@perches.com, rostedt@goodmis.org, fweisbec@gmail.com, mingo@redhat.com, tony@atomide.com, ohad@wizery.com, andreas.herrmann@calxeda.com, will.deacon@arm.com, linux-kernel@vger.kernel.org, iommu@lists.linux-foundation.org, shuahkhan@gmail.com Subject: Re: [PATCH 0/7] iommu: Add event tracing feature to iommu Message-ID: <20130924103816.GA4532@8bytes.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-DSPAM-Result: Whitelisted X-DSPAM-Processed: Tue Sep 24 12:38:22 2013 X-DSPAM-Confidence: 0.9984 X-DSPAM-Probability: 0.0000 X-DSPAM-Signature: 52416b9e20861327219891 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Aug 15, 2013 at 11:59:22AM -0600, Shuah Khan wrote: > Shuah Khan (7): > iommu: Add event tracing feature to iommu > iommu: Change iommu driver to call add_device_to_group trace event > iommu: Change iommu driver to call remove_device_to_group trace event > iommu: Change iommu driver to call attach_device_to_domain trace > event > iommu: Change iommu driver to call detach_device_to_domain trace > event > iommu: Change iommu driver to call map trace event > iommu: Change iommu driver to call unmap trace event Applied to tracing branch, thanks Shuah.