Add the address at which the routine returned.

MFC after:	1 week
Sponsored by:	Rubicon Communications (Netgate)
This commit is contained in:
George V. Neville-Neil 2016-04-21 03:17:53 +00:00
parent dd09ce3930
commit a5ff72cb0e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=298386

View File

@ -37,6 +37,6 @@
#pragma D option quiet
fbt::$1:return {
printf("%s %d\n", probefunc, arg1);
printf("%s+0x%x returned %d\n", probefunc, arg0, arg1);
}