NetBSD/external/cddl/osnet/dev
riastradh 37d4d19175 dtrace_fbt: Allow tracing names that start with `__'.
This was never relevant on FreeBSD and I don't think it is relevant on
NetBSD either.  The FreeBSD change to lift this restriction had the
following comment:

    r306570 | markj | 2016-10-02 00:35:00 +0000 (Sun, 02 Oct 2016) | 7 lines

    Allow tracing of functions prefixed by "__".

    This restriction was inherited from upstream but is not relevant on FreeBSD.
    Furthermore, it hindered the tracing of locking primitive subroutines.
2022-09-02 11:03:50 +00:00
..
cyclic Add cyclic_machdep.c for MIPS 2021-03-29 03:27:38 +00:00
dtmalloc merge a new version of the CDDL dtrace and ZFS code. 2018-05-28 21:04:59 +00:00
dtrace dtrace/i386: Need machine/cpufunc.h for x86_read_flags and rcr2. 2022-08-21 18:58:45 +00:00
fbt dtrace_fbt: Allow tracing names that start with `__'. 2022-09-02 11:03:50 +00:00
lockstat lockstat(4): KNF. No functional change intended. 2022-02-27 14:16:32 +00:00
profile Bump PROF_ARTIFICIAL_FRAMES to 4 now that cyclics are run from statclock(). 2020-05-15 23:57:17 +00:00
sdt dtrace_sdt: Fix bug in builtin module reference counting. 2022-08-31 12:34:04 +00:00
systrace Rework the changes to DTRACE/ZFS files that were fixing Clang/LLVM build 2018-06-29 11:33:46 +00:00
prototype.c