HomeSort by: relevance | last modified time | path
    Searched defs:DTRACE_PROBE (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/sys/
sdt.h 43 #define DTRACE_PROBE(prov, name) do { \
176 #define DTRACE_PROBE(name) \
405 #define DTRACE_PROBE(name) \
449 * This type definition must match that of dtrace_probe. It is defined this
456 * The 'sdt' provider will set it to dtrace_probe when it loads.
  /src/external/cddl/osnet/dist/lib/libzpool/common/sys/
zfs_context.h 154 * Here's an example of how to use DTRACE_PROBE probes in userland:
162 #ifdef DTRACE_PROBE
163 #undef DTRACE_PROBE
164 #endif /* DTRACE_PROBE */
166 #define DTRACE_PROBE(a) \
214 #define DTRACE_PROBE(a) ((void)0)

Completed in 22 milliseconds