This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug translator/23634] WARNING: Can't parse SDT_V3 operand for x86_64 qemu tapset probe points


https://sourceware.org/bugzilla/show_bug.cgi?id=23634

--- Comment #1 from William Cohen <wcohen at redhat dot com> ---
Recompiling the fedora qemu with the following diff removed the warnings during
the build of the qemu_count.stp script:

$ diff -u ~/koji-git/qemu/qemu.spec qemu.spec
--- /home/wcohen/koji-git/qemu/qemu.spec        2018-09-11 13:41:46.696101454
-0400
+++ qemu.spec   2018-09-11 16:29:25.150797536 -0400
@@ -865,7 +865,7 @@
 %endif
         --enable-trace-backend=$tracebackends \
         --extra-ldflags="$extraldflags -Wl,-z,relro -Wl,-z,now" \
-        --extra-cflags="%{optflags}" \
+        --extra-cflags="%{optflags}  -DSTAP_SDT_ARG_CONSTRAINT=nr" \
         "$@" || cat config.log
 }

Would there be a problem changing the default STAP_SDT_ARG_CONTRAINT from "nor"
to "nr"?

-- 
You are receiving this mail because:
You are the assignee for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]