/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/ |
H A D | trace.h | 78 #define DTRACE_PROBE4(name, t1, arg1, t2, arg2, t3, arg3, t4, arg4) \ macro 104 #define DTRACE_PROBE4(name, t1, arg1, t2, arg2, t3, arg3, t4, arg4) \ macro
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/ |
H A D | tst.linkpriv.ksh | 49 DTRACE_PROBE4(test_prov, four, 7, 8, 9, 10);
|
H A D | tst.linkunpriv.ksh | 51 DTRACE_PROBE4(test_prov, four, 7, 8, 9, 10);
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | zfs_context.h | 202 #ifdef DTRACE_PROBE4 203 #undef DTRACE_PROBE4 205 #define DTRACE_PROBE4(a, b, c, d, e, f, g, h, i)
|
/freebsd/sys/sys/ |
H A D | sdt.h | 62 #define DTRACE_PROBE4(prov, name, arg1, arg2, arg3, arg4) { \ macro 134 #define DTRACE_PROBE4(name, type0, arg0, type1, arg1, type2, arg2, type3, arg3) macro 395 #define DTRACE_PROBE4(name, type0, arg0, type1, arg1, type2, arg2, type3, arg3) \ macro
|
/freebsd/sys/dev/sfxge/common/ |
H A D | efsys.h | 264 DTRACE_PROBE4(_name, _type1, _arg1, _type2, _arg2, \ 275 DTRACE_PROBE4(_name, _type1, _arg1, _type2, _arg2, \
|
/freebsd/sys/netpfil/ipfilter/netinet/ |
H A D | ip_compat.h | 1215 DTRACE_PROBE4(_n,_a,_b,_c,_d,_e,_f,_g,_h)
|
/freebsd/sys/dev/usb/misc/ |
H A D | cp2112.c | 959 DTRACE_PROBE4(xfer__status, uint8_t, xfer_status_resp.status0, in cp2112iic_check_req_status()
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | vdev_removal.c | 744 DTRACE_PROBE4(remove__free__inflight, in free_from_removing_vdev()
|
H A D | arc.c | 6094 DTRACE_PROBE4(arc__miss, arc_buf_hdr_t *, hdr, in arc_read() 8949 DTRACE_PROBE4(l2arc__evict, l2arc_dev_t *, dev, list_t *, buflist, in l2arc_evict()
|