freebsd-dev/sys/cddl/dev/fbt
Mark Johnston f99a517272 Don't create FBT probes for lock owner methods.
These functions may be called in DTrace probe context, so they cannot be
safely traced. Moreover, they are currently only used by DTrace, so their
corresponding FBT probes are not particularly useful.

MFC after:	2 weeks
2016-12-10 03:13:11 +00:00
..
aarch64 Make the second argument of dtrace_invop() a trapframe pointer. 2016-04-17 23:08:47 +00:00
arm Consistently use fbt_excluded() on all architectures. 2016-12-10 03:11:05 +00:00
mips Implement FBT provider (MD part) for DTrace on MIPS. 2016-05-05 13:54:50 +00:00
powerpc Consistently use fbt_excluded() on all architectures. 2016-12-10 03:11:05 +00:00
riscv Remove unused variables. 2016-07-29 12:29:17 +00:00
x86 Consistently use fbt_excluded() on all architectures. 2016-12-10 03:11:05 +00:00
fbt.c Don't create FBT probes for lock owner methods. 2016-12-10 03:13:11 +00:00
fbt.h Make the second argument of dtrace_invop() a trapframe pointer. 2016-04-17 23:08:47 +00:00