On Tue, May 28, 2013 at 08:28:08PM -0400, Alon Levy wrote: > For systemtap the location of the process being tapped is crucial, as a > result the existing stp file requires installation for use. > > There are now two files: > $(TARGET_DIR)/$(QEMU_PROG).stp-installed: copied to $(tapdir)/$(QEMU_PROG).stp > $(TARGET_DIR)/$(QEMU_PROG).stp: pointing to the built binary, usable > without installation > > To use: > stap -I $(TARGET_DIR) ... > > Signed-off-by: Alon Levy <al...@redhat.com> > --- > Makefile.target | 16 +++++++++++++--- > 1 file changed, 13 insertions(+), 3 deletions(-)
Thanks, applied to my tracing tree: https://github.com/stefanha/qemu/commits/tracing Stefan