Home
last modified time | relevance | path

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

/xnu-10002.81.5/bsd/skywalk/core/
H A Dskywalk_common.h670 #define _sk_alloc_type(probename, type, flags, name) \ argument
676 DTRACE_SKYWALK3(probename, char *, #type, int, (flags), \
681 #define _sk_alloc_type_array(probename, type, count, flags, name) \ argument
687 DTRACE_SKYWALK4(probename, char *, #type, size_t, (count), \
692 #define _sk_alloc_type_hash(probename, heap, size, flags, name) \ argument
698 DTRACE_SKYWALK4(probename, char *, (heap)->kt_name + 5, \
703 #define _sk_realloc_type_array(probename, type, oldcount, newcount, elem, flags, name) \ argument
709 DTRACE_SKYWALK5(probename, void *, (elem), size_t, (oldcount), \
714 #define _sk_alloc_type_header_array(probename, htype, type, count, flags, name) \ argument
720 DTRACE_SKYWALK5(probename, char *, #htype, char *, #type, \
[all …]