From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:37457) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QGtod-0000wi-NF for qemu-devel@nongnu.org; Mon, 02 May 2011 10:09:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QGtoc-000621-Rd for qemu-devel@nongnu.org; Mon, 02 May 2011 10:09:35 -0400 Received: from mail-yi0-f45.google.com ([209.85.218.45]:61951) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QGtoc-00061s-NX for qemu-devel@nongnu.org; Mon, 02 May 2011 10:09:34 -0400 Received: by yib19 with SMTP id 19so2322822yib.4 for ; Mon, 02 May 2011 07:09:34 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4DBEBB06.5010604@redhat.com> Date: Mon, 02 May 2011 16:09:10 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1303979358-4421-1-git-send-email-alevy@redhat.com> <1303979358-4421-4-git-send-email-alevy@redhat.com> <4DBAAA92.60409@redhat.com> <20110429221944.GD13837@amber.local> <4DBE731E.1050905@redhat.com> <20110502101200.GG17629@playa.redhat.com> <4DBE869A.4010403@redhat.com> <20110502103315.GA3633@playa.tlv.redhat.com> <4DBE8978.1030207@siemens.com> <20110502115008.GB3633@playa.tlv.redhat.com> <4DBEA6F6.6020201@siemens.com> In-Reply-To: <4DBEA6F6.6020201@siemens.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] debug logging List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: Gerd Hoffmann , Alon Levy , qemu-devel , Stefan Hajnoczi , Markus Armbruster On 05/02/2011 02:43 PM, Jan Kiszka wrote: >> > 4. the equivalent of setting a loglevel is? > Right now either the use of systemtap or ust which allow per-tracepoint > enabling/disabling or enable simpletrace and use the trace-event monitor > command. On top you need local grouping of the tracepoints. There is a pending patch series for -trace events, which will do 99% of what you need and in some cases is even better than loglevels. Paolo