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