Add the address at which the routine returned.

MFC after:	1 week
Sponsored by:	Rubicon Communications (Netgate)
This commit is contained in:
gnn 2016-04-21 03:17:53 +00:00
parent 453693ecc0
commit d1e0c7f8b9

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);
}