On 02/15/2011 01:34 PM, jes.soren...@redhat.com wrote:
-    if [ -z "$binary" ]; then
+    if [ -z "$probeprefix" -a -z "$binary" ]; then
         echo "--binary is required for SystemTAP tapset generator"
         exit 1
      fi

--binary is always required, even with --probe-prefix, since it is used for

+probe $probeprefix.$name = process("$binary").mark("$name")

Paolo

Reply via email to