| /NextBSD/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/ |
| HD | tst.args.c | 35 DTRACE_PROBE2(test_prov, place, 10, 4); in main()
|
| HD | tst.argmap.c | 35 DTRACE_PROBE2(test_prov, place, 10, 4); in main()
|
| HD | tst.linkpriv.ksh | 47 DTRACE_PROBE2(test_prov, two, 2, 3);
|
| HD | tst.linkunpriv.ksh | 49 DTRACE_PROBE2(test_prov, two, 2, 3);
|
| /NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| HD | txg.c | 373 DTRACE_PROBE2(txg__quiescing, dsl_pool_t *, dp, uint64_t, txg); in txg_quiesce() 374 DTRACE_PROBE2(txg__opened, dsl_pool_t *, dp, uint64_t, tx->tx_open_txg); in txg_quiesce() 509 DTRACE_PROBE2(txg__syncing, dsl_pool_t *, dp, uint64_t, txg); in txg_sync_thread() 523 DTRACE_PROBE2(txg__synced, dsl_pool_t *, dp, uint64_t, txg); in txg_sync_thread() 573 DTRACE_PROBE2(txg__quiesced, dsl_pool_t *, dp, uint64_t, txg); in txg_quiesce_thread()
|
| HD | zrlock.c | 83 DTRACE_PROBE2(zrlock__reentry, in zrl_add_impl()
|
| HD | arc.c | 3341 DTRACE_PROBE2(arc__shrunk, uint64_t, arc_c, uint64_t, in arc_shrink() 3349 DTRACE_PROBE2(arc__shrink_adjust, uint64_t, arc_size, in arc_shrink() 3519 DTRACE_PROBE2(arc__available_memory, int64_t, lowest, int, r); in arc_available_memory() 4568 DTRACE_PROBE2(l2arc__read, vdev_t *, vd, in arc_read() 5913 DTRACE_PROBE2(l2arc__iodone, zio_t *, zio, in l2arc_write_done() 6539 DTRACE_PROBE2(l2arc__write, vdev_t *, dev->l2ad_vdev, in l2arc_write_buffers()
|
| HD | dsl_pool.c | 685 DTRACE_PROBE2(dsl_pool_sync__done, dsl_pool_t *dp, dp, uint64_t, txg); in dsl_pool_sync()
|
| HD | dbuf.c | 768 DTRACE_PROBE2(blocked__read, dmu_buf_impl_t *, in dbuf_read()
|
| HD | zfs_vnops.c | 1491 DTRACE_PROBE2(zfs__fastpath__lookup__miss, vnode_t *, dvp, char *, nm); in zfs_lookup()
|
| /NextBSD/cddl/contrib/opensolaris/lib/libzpool/common/sys/ |
| HD | zfs_context.h | 168 #ifdef DTRACE_PROBE2 169 #undef DTRACE_PROBE2 172 #define DTRACE_PROBE2(a, b, c, d, e) \ macro 206 #define DTRACE_PROBE2(a, b, c, d, e) ((void)0) macro
|
| /NextBSD/sys/sys/ |
| HD | sdt.h | 48 #define DTRACE_PROBE2(prov, name, arg1, arg2) { \ macro 131 #define DTRACE_PROBE2(name, type0, arg0, type1, arg1) macro 338 #define DTRACE_PROBE2(name, type0, arg0, type1, arg1) \ macro
|
| /NextBSD/sys/dev/sfxge/common/ |
| HD | efsys.h | 337 DTRACE_PROBE2(_name, _type1, _arg1, _type2, _arg2)
|
| /NextBSD/sys/contrib/ipfilter/netinet/ |
| HD | ip_compat.h | 1462 # define DT2(_n,_a,_b,_c,_d) DTRACE_PROBE2(_n,_a,_b,_c,_d)
|