qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [RFC PATCH v2 1/4] Converting tracetool.sh to tracetool


From: Harsh Bora
Subject: Re: [Qemu-devel] [RFC PATCH v2 1/4] Converting tracetool.sh to tracetool.py
Date: Tue, 10 Jan 2012 11:42:54 +0530
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.10) Gecko/20100621 Fedora/3.0.5-1.fc13 Thunderbird/3.0.5

On 01/10/2012 02:36 AM, Andreas Färber wrote:
Am 09.01.2012 16:46, schrieb Harsh Prateek Bora:
Note: Upstream Qemu have build issues with LTTng ust backend, as the trace
event APIs are not yet stable in ust and therefore ust backend is not
supported in this script as of now. Once the ust API stablises, this script
can be updated for ust backend also.

Signed-off-by: Harsh Prateek Bora<address@hidden>
---
  scripts/tracetool    |  643 --------------------------------------------------
  scripts/tracetool.py |  505 +++++++++++++++++++++++++++++++++++++++
  2 files changed, 505 insertions(+), 643 deletions(-)
  delete mode 100755 scripts/tracetool
  create mode 100755 scripts/tracetool.py

This will break the build. You need to squash 2/4 into this one.

Yes, 2/4 will be squashed with it.


What does "ust backend is not supported" mean? Did you leave it out
completely, or did not test it, or tested it and it's not working?

Please see discussion on 0/4 patch thread. Existing tracetool needs a fix for ust, and I was not sure about the fix, therefore not converted yet.

- Harsh


Andreas





reply via email to

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