From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42644) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aLeQ1-0002VL-Dw for qemu-devel@nongnu.org; Tue, 19 Jan 2016 17:06:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aLePx-0005Mu-0h for qemu-devel@nongnu.org; Tue, 19 Jan 2016 17:06:29 -0500 Received: from mx1.redhat.com ([209.132.183.28]:34633) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aLePw-0005Mn-Ru for qemu-devel@nongnu.org; Tue, 19 Jan 2016 17:06:24 -0500 References: <145287587081.11400.4178335509020334684.stgit@localhost> <145287591675.11400.12508957244344480632.stgit@localhost> From: Eric Blake Message-ID: <569EB35F.6070707@redhat.com> Date: Tue, 19 Jan 2016 15:06:23 -0700 MIME-Version: 1.0 In-Reply-To: <145287591675.11400.12508957244344480632.stgit@localhost> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="7CootduGSMmfpg6F8W1vPFm4A8QT82Wxq" Subject: Re: [Qemu-devel] [PATCH v4 8/9] trace: [tcg] Add per-vCPU tracing states for events with the 'vcpu' property List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?Q?Llu=c3=ads_Vilanova?= , qemu-devel@nongnu.org Cc: Eduardo Habkost , Peter Crosthwaite , Stefan Hajnoczi , Riku Voipio , Markus Armbruster , Luiz Capitulino , Blue Swirl , Stefan Hajnoczi , Paolo Bonzini , =?UTF-8?Q?Andreas_F=c3=a4rber?= , Richard Henderson This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --7CootduGSMmfpg6F8W1vPFm4A8QT82Wxq Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 01/15/2016 09:38 AM, Llu=C3=ADs Vilanova wrote: > Each event with the 'vcpu' property gets a per-vCPU dynamic tracing sta= te. >=20 > The set of enabled events with the 'vcpu' and 'tcg' properties is used > to select a per-vCPU physical TB cache. The number of events with both= > properties is used to select the number of physical TB caches, and a > bitmap of the identifiers of such enabled events is used to select a > physical TB cache. >=20 > Signed-off-by: Llu=C3=ADs Vilanova > --- > +++ b/qmp-commands.hx > @@ -4594,6 +4599,13 @@ trace-event-set-state > =20 > Set the state of events. > =20 > +Arguments: > + > +- "name": Event name pattern (json-string). > +- "enable": Whether to enable or disable the event (json-bool). > +- "ignore-unavailable": Whether to ignore errors for events that canno= t be changed (json-bool, optional). Long line; wrap to keep it in 80 columns. --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --7CootduGSMmfpg6F8W1vPFm4A8QT82Wxq Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJWnrNfAAoJEKeha0olJ0NqUR0H/2YosniCpFcCDXDzbEBjAP+u yrkQ7hjno+dKmtw5MgaA00PWRUYLHr/UytuhZUyviC4iKxm8w0+6MKkK0gTmYAak ZmP6k3YEvN1uL8N9fuyeqtguaqCsJgMP/eDggZPwlX4a7ss8ylABq0sGFBoNERBW 2Vgm5Wnj7KmMJnxZQwIOL61MTC2gdIJC0HE9AxtjZ84nO5GvikBFS90h01GgRBNj aV5U7ajkS2ex2a2I4dgZgl17GyYf240xnNYtQRrSP8MEoq48ZkE1vw3G6z6Kejul d/7TFfISyrqw94NkoL5mYrtypGKMue/uEyMPD4XIAD5x+E8WHedzBse8cYl7xzE= =+m4F -----END PGP SIGNATURE----- --7CootduGSMmfpg6F8W1vPFm4A8QT82Wxq--