diff options
author | Stan Cox <scox@redhat.com> | 2009-01-26 16:11:41 -0500 |
---|---|---|
committer | Stan Cox <scox@redhat.com> | 2009-01-26 16:11:41 -0500 |
commit | f46d1b8ad2ff5e1f2355b2aefe2fe7a6ab54823c (patch) | |
tree | 8fb55a210900e2dea51b8a5636324f1d8944eae4 /runtime/sdt.h | |
parent | e363355642914bd0a8d98e01224498f262e18163 (diff) | |
download | systemtap-steved-f46d1b8ad2ff5e1f2355b2aefe2fe7a6ab54823c.tar.gz systemtap-steved-f46d1b8ad2ff5e1f2355b2aefe2fe7a6ab54823c.tar.xz systemtap-steved-f46d1b8ad2ff5e1f2355b2aefe2fe7a6ab54823c.zip |
Fix syscall.exp.
Diffstat (limited to 'runtime/sdt.h')
-rw-r--r-- | runtime/sdt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/sdt.h b/runtime/sdt.h index 6db23288..88183461 100644 --- a/runtime/sdt.h +++ b/runtime/sdt.h @@ -32,7 +32,7 @@ static volatile struct _probe_ ## probe _probe_ ## probe __attribute__ ((section #define STAP_CONCAT(a,b) a ## b #define STAP_LABEL(p,n) \ - STAP_CONCAT(_probe_ ## p ## _, n) + STAP_CONCAT(_stapprobe1_ ## p ## _, n) // The goto _probe_ prevents the label from "drifting" #ifdef USE_STAP_PROBE |