| /f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | trace.h | 71 #define DTRACE_PROBE2(name, t1, arg1, t2, arg2) \ macro 96 #define DTRACE_PROBE2(name, t1, arg1, t2, arg2) \ macro
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | txg.c | 382 DTRACE_PROBE2(txg__quiescing, dsl_pool_t *, dp, uint64_t, txg); in txg_quiesce() 383 DTRACE_PROBE2(txg__opened, dsl_pool_t *, dp, uint64_t, tx->tx_open_txg); in txg_quiesce() 564 DTRACE_PROBE2(txg__syncing, dsl_pool_t *, dp, uint64_t, txg); in txg_sync_thread() 580 DTRACE_PROBE2(txg__synced, dsl_pool_t *, dp, uint64_t, txg); in txg_sync_thread() 633 DTRACE_PROBE2(txg__quiesced, dsl_pool_t *, dp, uint64_t, txg); in txg_quiesce_thread()
|
| H A D | zil.c | 2274 DTRACE_PROBE2(zil__process__commit__itx, in zil_process_commit_list() 2277 DTRACE_PROBE2(zil__process__normal__itx, in zil_process_commit_list() 3001 DTRACE_PROBE2(zil__commit__io__error, in zil_commit_impl()
|
| H A D | dsl_pool.c | 799 DTRACE_PROBE2(dsl_pool_sync__done, dsl_pool_t *dp, dp, uint64_t, txg); in dsl_pool_sync()
|
| H A D | dbuf.c | 313 DTRACE_PROBE2(dbuf__state_change, dmu_buf_impl_t *, db, \ 681 DTRACE_PROBE2(dbuf__evict__one, dmu_buf_impl_t *, db, in dbuf_evict_one() 1706 DTRACE_PROBE2(blocked__read, dmu_buf_impl_t *, in dbuf_read()
|
| H A D | arc.c | 6380 DTRACE_PROBE2(l2arc__read, vdev_t *, vd, in arc_read() 8213 DTRACE_PROBE2(l2arc__iodone, zio_t *, zio, in l2arc_write_done() 9261 DTRACE_PROBE2(l2arc__write, vdev_t *, dev->l2ad_vdev, in l2arc_write_buffers() 10481 DTRACE_PROBE2(l2arc__write, vdev_t *, dev->l2ad_vdev, zio_t *, wzio); in l2arc_log_blk_commit()
|
| H A D | zio.c | 1967 DTRACE_PROBE2(zio__delay__miss, zio_t *, zio, in zio_delay_interrupt()
|
| H A D | metaslab.c | 4952 DTRACE_PROBE2(ms__alloc__failure, metaslab_t *, msp, in metaslab_group_alloc_normal()
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | arc_os.c | 223 DTRACE_PROBE2(arc__needfree, int64_t, free_memory, int64_t, to_free); in arc_lowmem()
|
| H A D | zfs_vnops_os.c | 803 DTRACE_PROBE2(zfs__fastpath__lookup__miss, vnode_t *, dvp, in zfs_lookup()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | zfs_context.h | 190 #ifdef DTRACE_PROBE2 191 #undef DTRACE_PROBE2 193 #define DTRACE_PROBE2(a, b, c, d, e)
|
| /f-stack/freebsd/sys/ |
| H A D | sdt.h | 50 #define DTRACE_PROBE2(prov, name, arg1, arg2) { \ macro 136 #define DTRACE_PROBE2(name, type0, arg0, type1, arg1) macro 347 #define DTRACE_PROBE2(name, type0, arg0, type1, arg1) \ macro
|
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | ip_compat.h | 1232 # define DT2(_n,_a,_b,_c,_d) DTRACE_PROBE2(_n,_a,_b,_c,_d)
|