https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207022
--- Comment #6 from Fabiano Sidler <[email protected]> --- (In reply to Andriy Gapon from comment #5) Originally, the script was like so: === snip === fbt:::entry { entry_times[probefunc] = timestamp; printf("fbt enter %s\n", probefunc); } fbt:::return { printf("fbt return %s\t%d\n", probefunc, timestamp-entry_times[probefunc]); } === snap === But unexpectedly, the returns weren't in reverse call order, so I'm simply printing the time since last function call. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-amd64 To unsubscribe, send any mail to "[email protected]"
