Add DTRACE_PROBE(a) macro

This commit is contained in:
Brian Behlendorf 2008-12-19 10:01:38 -08:00
parent fa6f423f31
commit 8578673221
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@
#ifndef _LIBSPL_SYS_SDT_H
#define _LIBSPL_SYS_SDT_H
#define DTRACE_PROBE(a) ((void) 0)
#define DTRACE_PROBE1(a,b,c) ((void) 0)
#define DTRACE_PROBE2(a,b,c,d,e) ((void) 0)
#define DTRACE_PROBE3(a,b,c,d,e,f,g) ((void) 0)