freebsd-dev/sys/cddl/dev
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
..
dtmalloc dtrace: depessimize dtmalloc when dtrace is active 2018-04-24 01:06:20 +00:00
dtrace Assert that dtrace_probe() doesn't re-enter itself. 2018-04-10 13:47:09 +00:00
fbt Revert part of r331264: disable interrupts before disabling WP. 2018-03-20 21:36:35 +00:00
profile PowerPC has 12 artificial frames for the profiler 2017-11-22 01:53:59 +00:00
sdt lockstat: track lockstat just like sdt probes 2018-04-24 01:04:10 +00:00
systrace Use C99 initializers for DTrace provider methods. 2017-09-27 17:46:38 +00:00
prototype.c Use C99 initializers for DTrace provider methods. 2017-09-27 17:46:38 +00:00