Searched refs:DTRACE_PROBE1 (Results 1 – 9 of 9) sorted by relevance
| /NextBSD/cddl/contrib/opensolaris/lib/libzpool/common/sys/ |
| HD | zfs_context.h | 160 #ifdef DTRACE_PROBE1 161 #undef DTRACE_PROBE1 164 #define DTRACE_PROBE1(a, b, c) \ macro 205 #define DTRACE_PROBE1(a, b, c) ((void)0) macro
|
| /NextBSD/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/ |
| HD | tst.linkpriv.ksh | 46 DTRACE_PROBE1(test_prov, one, 1);
|
| HD | tst.linkunpriv.ksh | 48 DTRACE_PROBE1(test_prov, one, 1);
|
| /NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| HD | zfs_debug.c | 87 DTRACE_PROBE1(zfs__dbgmsg, char *, zdm->zdm_msg); in zfs_dbgmsg()
|
| HD | arc.c | 2173 DTRACE_PROBE1(arc__hit, arc_buf_hdr_t *, hdr); in arc_buf_add_ref() 2649 DTRACE_PROBE1(arc__delete, arc_buf_hdr_t *, hdr); in arc_evict_hdr() 2722 DTRACE_PROBE1(arc__evict, arc_buf_hdr_t *, hdr); in arc_evict_hdr() 3798 DTRACE_PROBE1(arc__inc_adapt, int, bytes); in arc_adapt() 3942 DTRACE_PROBE1(new_state__mru, arc_buf_hdr_t *, hdr); in arc_access() 3981 DTRACE_PROBE1(new_state__mfu, arc_buf_hdr_t *, hdr); in arc_access() 3997 DTRACE_PROBE1(new_state__mru, arc_buf_hdr_t *, hdr); in arc_access() 4000 DTRACE_PROBE1(new_state__mfu, arc_buf_hdr_t *, hdr); in arc_access() 4042 DTRACE_PROBE1(new_state__mfu, arc_buf_hdr_t *, hdr); in arc_access() 4052 DTRACE_PROBE1(new_state__mfu, arc_buf_hdr_t *, hdr); in arc_access() [all …]
|
| HD | zil.c | 1494 DTRACE_PROBE1(zil__cw1, zilog_t *, zilog); in zil_commit_writer() 1505 DTRACE_PROBE1(zil__cw2, zilog_t *, zilog); in zil_commit_writer()
|
| /NextBSD/sys/sys/ |
| HD | sdt.h | 43 #define DTRACE_PROBE1(prov, name, arg1) { \ macro 130 #define DTRACE_PROBE1(name, type0, arg0) macro 333 #define DTRACE_PROBE1(name, type0, arg0) \ macro
|
| /NextBSD/sys/dev/sfxge/common/ |
| HD | efsys.h | 334 DTRACE_PROBE1(_name, _type1, _arg1)
|
| /NextBSD/sys/contrib/ipfilter/netinet/ |
| HD | ip_compat.h | 1461 # define DT1(_n,_a,_b) DTRACE_PROBE1(_n,_a,_b)
|