/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/ |
H A D | tst.argmap.c | 33 DTRACE_PROBE2(test_prov, place, 10, 4); in main()
|
H A D | tst.args.c | 33 DTRACE_PROBE2(test_prov, place, 10, 4); in main()
|
H A D | tst.linkpriv.ksh | 47 DTRACE_PROBE2(test_prov, two, 2, 3);
|
H A D | tst.linkunpriv.ksh | 49 DTRACE_PROBE2(test_prov, two, 2, 3);
|
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/ |
H A D | trace.h | 72 #define DTRACE_PROBE2(name, t1, arg1, t2, arg2) \ macro 97 #define DTRACE_PROBE2(name, t1, arg1, t2, arg2) \ macro
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | txg.c | 404 DTRACE_PROBE2(txg__quiescing, dsl_pool_t *, dp, uint64_t, txg); in txg_quiesce() 405 DTRACE_PROBE2(txg__opened, dsl_pool_t *, dp, uint64_t, tx->tx_open_txg); in txg_quiesce() 591 DTRACE_PROBE2(txg__syncing, dsl_pool_t *, dp, uint64_t, txg); in txg_sync_thread() 608 DTRACE_PROBE2(txg__synced, dsl_pool_t *, dp, uint64_t, txg); in txg_sync_thread() 663 DTRACE_PROBE2(txg__quiesced, dsl_pool_t *, dp, uint64_t, txg); in txg_quiesce_thread()
|
H A D | zil.c | 2948 DTRACE_PROBE2(zil__process__commit__itx, in zil_process_commit_list() 2951 DTRACE_PROBE2(zil__process__normal__itx, in zil_process_commit_list() 3684 DTRACE_PROBE2(zil__commit__io__error, in zil_commit_impl()
|
H A D | dsl_pool.c | 858 DTRACE_PROBE2(dsl_pool_sync__done, dsl_pool_t *dp, dp, uint64_t, txg); in dsl_pool_sync()
|
H A D | dbuf.c | 333 DTRACE_PROBE2(dbuf__state_change, dmu_buf_impl_t *, db, \ 788 DTRACE_PROBE2(dbuf__evict__one, dmu_buf_impl_t *, db, in dbuf_evict_one() 1800 DTRACE_PROBE2(blocked__read, dmu_buf_impl_t *, db, in dbuf_read()
|
H A D | arc.c | 6178 DTRACE_PROBE2(l2arc__read, vdev_t *, vd, in arc_read() 8447 DTRACE_PROBE2(l2arc__iodone, zio_t *, zio, in l2arc_write_done() 9481 DTRACE_PROBE2(l2arc__write, vdev_t *, dev->l2ad_vdev, in l2arc_write_buffers() 10829 DTRACE_PROBE2(l2arc__write, vdev_t *, dev->l2ad_vdev, zio_t *, wzio); in l2arc_log_blk_commit()
|
H A D | metaslab.c | 5115 DTRACE_PROBE2(ms__alloc__failure, metaslab_t *, msp, in metaslab_group_alloc()
|
H A D | zio.c | 2270 DTRACE_PROBE2(zio__delay__miss, zio_t *, zio, in zio_delay_interrupt()
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
H A D | arc_os.c | 162 DTRACE_PROBE2(arc__needfree, int64_t, free_memory, int64_t, to_free); in arc_lowmem()
|
H A D | zfs_vnops_os.c | 683 DTRACE_PROBE2(zfs__fastpath__lookup__miss, vnode_t *, dvp, in zfs_lookup()
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | zfs_context.h | 192 #ifdef DTRACE_PROBE2 193 #undef DTRACE_PROBE2 195 #define DTRACE_PROBE2(a, b, c, d, e)
|
/freebsd/sys/sys/ |
H A D | sdt.h | 48 #define DTRACE_PROBE2(prov, name, arg1, arg2) { \ macro 132 #define DTRACE_PROBE2(name, type0, arg0, type1, arg1) macro 382 #define DTRACE_PROBE2(name, type0, arg0, type1, arg1) \ macro
|
/freebsd/sys/dev/sfxge/common/ |
H A D | efsys.h | 255 DTRACE_PROBE2(_name, _type1, _arg1, _type2, _arg2)
|
/freebsd/sys/netpfil/ipfilter/netinet/ |
H A D | ip_compat.h | 1211 # define DT2(_n,_a,_b,_c,_d) DTRACE_PROBE2(_n,_a,_b,_c,_d)
|
/freebsd/sys/dev/usb/misc/ |
H A D | cp2112.c | 1039 DTRACE_PROBE2(read__response, uint8_t, data_read_resp.status, in cp2112iic_read_data()
|