[Bug testsuite/11514] nd_syscall.exp takes more than 10 times longer than syscall.exp testcase
jistone at redhat dot com
sourceware-bugzilla@sourceware.org
Tue Apr 20 14:01:00 GMT 2010
------- Additional Comments From jistone at redhat dot com 2010-04-19 20:50 -------
> probe nd_syscall.** {} probe begin { exit() }
>
> # Samples: 137286
> probe syscall.** {} probe begin { exit() }
>
> # Samples: 1051
I should point out that this comparison isn't completely fair, as there are 1400
nd_syscall.** probepoints and only 794 syscall.** probepoints. That leaves 606
nd_syscalls that will fail (mostly the "SyS_*" variants), and nonexistence is
the worst-case scenario for linear searches.
--
http://sourceware.org/bugzilla/show_bug.cgi?id=11514
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the Systemtap
mailing list