Home
last modified time | relevance | path

Searched refs:DTRACE_PROBE2 (Results 1 – 13 of 13) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dtrace.h71 #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 Dtxg.c382 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 Dzil.c2274 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 Ddsl_pool.c799 DTRACE_PROBE2(dsl_pool_sync__done, dsl_pool_t *dp, dp, uint64_t, txg); in dsl_pool_sync()
H A Ddbuf.c313 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 Darc.c6380 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 Dzio.c1967 DTRACE_PROBE2(zio__delay__miss, zio_t *, zio, in zio_delay_interrupt()
H A Dmetaslab.c4952 DTRACE_PROBE2(ms__alloc__failure, metaslab_t *, msp, in metaslab_group_alloc_normal()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Darc_os.c223 DTRACE_PROBE2(arc__needfree, int64_t, free_memory, int64_t, to_free); in arc_lowmem()
H A Dzfs_vnops_os.c803 DTRACE_PROBE2(zfs__fastpath__lookup__miss, vnode_t *, dvp, in zfs_lookup()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzfs_context.h190 #ifdef DTRACE_PROBE2
191 #undef DTRACE_PROBE2
193 #define DTRACE_PROBE2(a, b, c, d, e)
/f-stack/freebsd/sys/
H A Dsdt.h50 #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 Dip_compat.h1232 # define DT2(_n,_a,_b,_c,_d) DTRACE_PROBE2(_n,_a,_b,_c,_d)