Lines Matching defs:DTRACE_PROBE1
42 #define DTRACE_PROBE1(provider, name, arg1) { \
84 #define DTRACE_PROBE1(name, type1, arg1) { \
148 DTRACE_PROBE1(__sched_##name, type1, arg1);
165 DTRACE_PROBE1(__proc_##name, type1, arg1);
182 DTRACE_PROBE1(__io_##name, type1, arg1);
239 DTRACE_PROBE1(__nfsv4_##name, type1, arg1);
248 DTRACE_PROBE1(__smb_##name, type1, arg1);
257 DTRACE_PROBE1(__ip_##name, type1, arg1);
290 DTRACE_PROBE1(__tcp_##name, type1, arg1);
317 DTRACE_PROBE1(__udp_##name, type1, arg1);
343 DTRACE_PROBE1(__xpv_##name, type1, arg1);
357 DTRACE_PROBE1(__fc_##name, type1, arg1);
375 DTRACE_PROBE1(__srp_##name, type1, arg1);
411 * function literally, rather than with the DTRACE_PROBE1() macro. This is