freebsd-skq/sys/cddl/dev
avg 7ead013d52 std: it is important that func name is never an empty string
otherwise DTRACE_ANCHORED() returns false and that makes stack()
insert a bogus frame at the top.
For example:
dtrace -n 'test:dtrace_test::sdttest { stack(); }

This change is not really a solution, but just a work-around.
The real solution is to record the probe's call site and to use
that for resolving a function name.

PR:		195222
MFC after:	22 days
2015-09-29 12:02:23 +00:00
..
dtmalloc The dtmalloc provider uses the short description of a malloc type as the 2013-06-28 03:14:40 +00:00
dtrace dtrace_getarg: remove stray return statement on amd64, powerpc 2015-09-29 11:55:26 +00:00
fbt Remove a couple of unused fields from the FBT probe struct. 2015-08-03 17:39:36 +00:00
profile First cut of DTrace for AArch64. 2015-07-01 15:51:11 +00:00
sdt std: it is important that func name is never an empty string 2015-09-29 12:02:23 +00:00
systrace Ensure that all eight syscall arguments are available to dtrace_probe(), 2014-04-14 00:23:18 +00:00
prototype.c