/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/ |
H A D | trace.h | 75 #define DTRACE_PROBE3(name, t1, arg1, t2, arg2, t3, arg3) \ macro 100 #define DTRACE_PROBE3(name, t1, arg1, t2, arg2, t3, arg3) \ macro
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/ |
H A D | tst.linkpriv.ksh | 48 DTRACE_PROBE3(test_prov, three, 4, 5, 7);
|
H A D | tst.linkunpriv.ksh | 50 DTRACE_PROBE3(test_prov, three, 4, 5, 7);
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | multilist.c | 161 DTRACE_PROBE3(multilist__insert, multilist_t *, ml, in multilist_insert() 206 DTRACE_PROBE3(multilist__remove, multilist_t *, ml, in multilist_remove()
|
H A D | zrlock.c | 86 DTRACE_PROBE3(zrlock__reentry, in zrl_add_impl()
|
H A D | vdev_removal.c | 719 DTRACE_PROBE3(remove__free__synced, in free_from_removing_vdev() 805 DTRACE_PROBE3(remove__free__unvisited, in free_from_removing_vdev()
|
H A D | dmu_tx.c | 969 DTRACE_PROBE3(delay__mintime, dmu_tx_t *, tx, uint64_t, dirty, in dmu_tx_delay()
|
H A D | dnode.c | 1156 DTRACE_PROBE3(dnode__move, dnode_t *, odn, int64_t, refcount, in dnode_move()
|
H A D | dmu.c | 1094 DTRACE_PROBE3(free__long__range, in dmu_free_long_range_impl()
|
H A D | zil.c | 1886 DTRACE_PROBE3(zil__block__size, zilog_t *, zilog, uint64_t, blksz, in zil_lwb_write_close()
|
H A D | metaslab.c | 4973 DTRACE_PROBE3(ms__activation__attempt, in metaslab_group_alloc()
|
H A D | zio.c | 2280 DTRACE_PROBE3(zio__delay__hit, zio_t *, zio, in zio_delay_interrupt()
|
H A D | arc.c | 5012 DTRACE_PROBE3(arc__wait__for__eviction, in arc_wait_for_eviction()
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | zfs_context.h | 197 #ifdef DTRACE_PROBE3 198 #undef DTRACE_PROBE3 200 #define DTRACE_PROBE3(a, b, c, d, e, f, g)
|
/freebsd/sys/sys/ |
H A D | sdt.h | 55 #define DTRACE_PROBE3(prov, name, arg1, arg2, arg3) { \ macro 133 #define DTRACE_PROBE3(name, type0, arg0, type1, arg1, type2, arg2) macro 388 #define DTRACE_PROBE3(name, type0, arg0, type1, arg1, type2, arg2) \ macro
|
/freebsd/sys/dev/sfxge/common/ |
H A D | efsys.h | 259 DTRACE_PROBE3(_name, _type1, _arg1, _type2, _arg2, \
|
/freebsd/sys/netpfil/ipfilter/netinet/ |
H A D | ip_compat.h | 1213 DTRACE_PROBE3(_n,_a,_b,_c,_d,_e,_f)
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
H A D | zfs_acl.c | 2184 DTRACE_PROBE3(zfs__ace__denies, in zfs_zaccess_aces_check() 2190 DTRACE_PROBE3(zfs__ace__allows, in zfs_zaccess_aces_check()
|
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | zfs_acl.c | 2376 DTRACE_PROBE3(zfs__ace__denies, in zfs_zaccess_aces_check() 2382 DTRACE_PROBE3(zfs__ace__allows, in zfs_zaccess_aces_check()
|