summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.samples/topsys.stp
diff options
context:
space:
mode:
authorfche <fche>2007-04-02 20:30:30 +0000
committerfche <fche>2007-04-02 20:30:30 +0000
commit2901e41a5b56517f7e3df2e5a1f60085206d17ea (patch)
tree3ca46a52ad7447372d83b73221409636e6df56dc /testsuite/systemtap.samples/topsys.stp
parentda5bc00621edbd01f290b8f779b075d3048c99a0 (diff)
downloadsystemtap-steved-2901e41a5b56517f7e3df2e5a1f60085206d17ea.tar.gz
systemtap-steved-2901e41a5b56517f7e3df2e5a1f60085206d17ea.tar.xz
systemtap-steved-2901e41a5b56517f7e3df2e5a1f60085206d17ea.zip
2007-04-02 Frank Ch. Eigler <fche@elastic.org>
* systemtap.samples/poll_map.stp, profile.stp, syscalls.stp: Continue adopting to .inline -> .function change. * systemtap.samples/topsys.stp, systemtap.stress/current.stp: Ditto.
Diffstat (limited to 'testsuite/systemtap.samples/topsys.stp')
-rw-r--r--testsuite/systemtap.samples/topsys.stp2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/systemtap.samples/topsys.stp b/testsuite/systemtap.samples/topsys.stp
index e6e6bb2a..da31c858 100644
--- a/testsuite/systemtap.samples/topsys.stp
+++ b/testsuite/systemtap.samples/topsys.stp
@@ -58,7 +58,7 @@ function print_systop () {
reset_syscalls_count ()
}
-probe kernel.function("sys_*") {
+probe kernel.function("sys_*").call {
accumulate ()
}