freebsd-dev/sys/cddl
Mateusz Guzik 7cd794214a dtrace: depessimize dtmalloc when dtrace is active
Each malloc/free was testing dtrace_malloc_enabled and forcing
extra reads from the malloc type struct to see if perhaps a
dtmalloc probe was on.

Treat it like lockstat and sdt: have a global bolean.
2018-04-24 01:06:20 +00:00
..
boot/zfs Mark two things as unused (since they are only sometimes used) and 2017-12-03 04:55:33 +00:00
compat/opensolaris Don't declare __assfail as static 2018-02-25 14:29:43 +00:00
contrib/opensolaris 9433 Fix ARC hit rate 2018-04-16 00:54:58 +00:00
dev dtrace: depessimize dtmalloc when dtrace is active 2018-04-24 01:06:20 +00:00