From 2901e41a5b56517f7e3df2e5a1f60085206d17ea Mon Sep 17 00:00:00 2001 From: fche Date: Mon, 2 Apr 2007 20:30:30 +0000 Subject: 2007-04-02 Frank Ch. Eigler * systemtap.samples/poll_map.stp, profile.stp, syscalls.stp: Continue adopting to .inline -> .function change. * systemtap.samples/topsys.stp, systemtap.stress/current.stp: Ditto. --- testsuite/systemtap.samples/profile.stp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/systemtap.samples/profile.stp') diff --git a/testsuite/systemtap.samples/profile.stp b/testsuite/systemtap.samples/profile.stp index 1a93153d..d8d5b7c5 100644 --- a/testsuite/systemtap.samples/profile.stp +++ b/testsuite/systemtap.samples/profile.stp @@ -19,7 +19,7 @@ function decumulate () { this_syscall[pid] = "" this_syscall_time[pid] = 0 } -probe kernel.function("sys_*") { +probe kernel.function("sys_*").call { accumulate () } probe kernel.function("sys_*").return { -- cgit