From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56588) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b8qPA-0003ev-9r for qemu-devel@nongnu.org; Fri, 03 Jun 2016 10:48:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b8qP7-0007fW-1k for qemu-devel@nongnu.org; Fri, 03 Jun 2016 10:48:56 -0400 References: <1464892545-26544-1-git-send-email-den@openvz.org> <1464892545-26544-4-git-send-email-den@openvz.org> <57519862.5000302@redhat.com> From: "Denis V. Lunev" Message-ID: <575198CC.3070007@openvz.org> Date: Fri, 3 Jun 2016 17:48:44 +0300 MIME-Version: 1.0 In-Reply-To: <57519862.5000302@redhat.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 3/5] trace: enable tracing in qemu-nbd List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake , qemu-block@nongnu.org, qemu-devel@nongnu.org Cc: Paolo Bonzini , Stefan Hajnoczi , Kevin Wolf On 06/03/2016 05:46 PM, Eric Blake wrote: > On 06/02/2016 12:35 PM, Denis V. Lunev wrote: >> Please note, trace_init_backends() must be called in the final process, >> i.e. after daemonization. This is necessary to keep tracing thread in >> the proper process. >> >> Signed-off-by: Denis V. Lunev >> CC: Eric Blake >> CC: Paolo Bonzini >> CC: Stefan Hajnoczi >> CC: Kevin Wolf >> --- >> qemu-nbd.c | 18 +++++++++++++++++- >> qemu-nbd.texi | 28 ++++++++++++++++++++++++++++ >> 2 files changed, 45 insertions(+), 1 deletion(-) >> >> +" --trace [[enable=]][,events=][,file=]\n" >> +" specify tracing options\n" >> +++ b/qemu-nbd.texi >> @@ -92,6 +92,34 @@ Display extra debugging information >> Display this help and exit >> @item -V, --version >> Display version information and exit >> +@item -T, --trace [events=@var{file}][,file=@var{file}] > Why do these two descriptions differ? > my fault. I have changed description several times. Man is correct