diff options
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 98a583dc..2480d034 100644 --- a/runtime/sdt.h +++ b/runtime/sdt.h @@ -158,7 +158,7 @@ STAP_LABEL(probe,__LINE__): \ STAP_PROBE_STRUCT(probe,(size_t)&& STAP_LABEL(probe,__LINE__)) \ STAP_LABEL_REF(probe);} -#define DTRACE_PROBE(__LINE__) \ +#define DTRACE_PROBE(provider,probe) \ STAP_PROBE(provider,probe) #define DTRACE_PROBE1(provider,probe,parm1) \ STAP_PROBE1(provider,probe,parm1) |