qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 1/2] Add a DTrace tracing backend targetted for


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PATCH 1/2] Add a DTrace tracing backend targetted for SystemTAP compatability
Date: Tue, 16 Nov 2010 12:10:54 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.15) Gecko/20101027 Lightning/1.0b1 Thunderbird/3.0.10

On 11/16/2010 11:43 AM, Peter Maydell wrote:
On 16 November 2010 15:46, Anthony Liguori<address@hidden>  wrote:
On 11/08/2010 01:33 PM, Daniel P. Berrange wrote:
This introduces a new tracing backend that targets the SystemTAP
implementation of DTrace userspace tracing.
Applied both.  Thanks.
Unfortunately these commits:
2834c3e Add support for generating a systemtap tapset static probes
4addb11 Add a DTrace tracing backend targetted for SystemTAP compatability

What's your configure output?

I don't have the right environment to build with systemtap support, but --trace-backend=nop should work regardless.

Regards,

Anthony Liguori

seem to have broken building on x86:
  git clone git://git.qemu.org/qemu.git
  cd qemu
  ./configure
  make

fails with
   LINK  i386-softmmu/trace
/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib/crt1.o: In
function `_start':
(.text+0x20): undefined reference to `main'
collect2: ld returned 1 exit status

Incidentally, although trace.c is autogenerated, if you delete it and
then type make this does not cause it to be regenerated, which
seems wrong to me.

-- PMM




reply via email to

[Prev in Thread] Current Thread [Next in Thread]