freebsd-dev/sys/cddl/dev
Mark Johnston 1e954a7c63 Remove the arg0 field from struct amd64_frame. Its existence was a bug,
since on amd64 the first argument to a function is generally not on the
stack.

Revert an old DTrace bug fix to some code that assumed that
sizeof(struct amd64_frame) == 16.

Reviewed by:	jhb, kib
Sponsored by:	EMC / Isilon Storage Division
Differential Revision:	https://reviews.freebsd.org/D3255
2015-09-11 03:31:22 +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 Remove the arg0 field from struct amd64_frame. Its existence was a bug, 2015-09-11 03:31:22 +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 Implement the lockstat provider using SDT(9) instead of the custom provider 2015-07-19 22:14:09 +00:00
systrace Ensure that all eight syscall arguments are available to dtrace_probe(), 2014-04-14 00:23:18 +00:00
prototype.c