From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46709) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXTCM-0003KX-Hl for qemu-devel@nongnu.org; Fri, 26 Sep 2014 06:56:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XXTCG-0004pz-EZ for qemu-devel@nongnu.org; Fri, 26 Sep 2014 06:56:26 -0400 Received: from mail-we0-x22e.google.com ([2a00:1450:400c:c03::22e]:58939) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXTCG-0004pQ-7X for qemu-devel@nongnu.org; Fri, 26 Sep 2014 06:56:20 -0400 Received: by mail-we0-f174.google.com with SMTP id w62so8932549wes.5 for ; Fri, 26 Sep 2014 03:56:14 -0700 (PDT) Date: Fri, 26 Sep 2014 09:51:01 +0100 From: Stefan Hajnoczi Message-ID: <20140926085101.GA15043@stefanha-thinkpad> References: <1411604219-15029-1-git-send-email-aik@ozlabs.ru> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Dxnq1zWXvFF0Q93v" Content-Disposition: inline In-Reply-To: <1411604219-15029-1-git-send-email-aik@ozlabs.ru> Subject: Re: [Qemu-devel] [PATCH] ohci: Split long traces to smaller ones List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexey Kardashevskiy Cc: qemu-devel@nongnu.org, Gerd Hoffmann --Dxnq1zWXvFF0Q93v Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Sep 25, 2014 at 10:16:59AM +1000, Alexey Kardashevskiy wrote: > Recent traces rework introduced 2 tracepoints with 13 and 20 > arguments. When dtrace backend is selected > (--enable-trace-backend=3Ddtrace), compile fails as > sys/sdt.h defines DTRACE_PROBE up to DTRACE_PROBE12 only. >=20 > This splits long tracepoints. >=20 > Signed-off-by: Alexey Kardashevskiy >=20 > --- >=20 > And this one should be squashed into > [PATCH] ohci: Convert fprint/DPRINTF/print to traces >=20 > Sorry about that... > --- > hw/usb/hcd-ohci.c | 20 ++++++++++++-------- > trace-events | 6 ++++-- > 2 files changed, 16 insertions(+), 10 deletions(-) Thanks, applied to my tracing tree: https://github.com/stefanha/qemu/commits/tracing Stefan --Dxnq1zWXvFF0Q93v Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJUJSj1AAoJEJykq7OBq3PITmwH/3KPkAwmnQHtNZOtzMzGu7nm NTw9+1BCdO+LjIL99kOvPpJdIWE2y0BS2U9CFVRCDITY3Jx0dCJMuOiaRZ58mRlO L7CxIMV38n3qQMGZzHmDUUNQdKE5xsRLqUziW1d1QYGf6gILQp4Cx7GuPUjQnwBR iBw6NKFWaDuF8tNhUUoP6idaVS9+1IHYpoEpt6TkRNhUiYm4jQc4TXUGyHFyh53u uYxu73zsp7rI0j6kdAUaWy5R5O9JH6oNzMcDH6VnPoyc+xDlKB3LEb+Ix8puFQVi 5oY7PaHg72SeVNGRdS/jmVGK0MI1h5328q70FT6rDI22/al9v2rPHNDfNBKguUc= =ZLRf -----END PGP SIGNATURE----- --Dxnq1zWXvFF0Q93v--