From 2cbe17e95de653099901e34124ab1a376e150514 Mon Sep 17 00:00:00 2001 From: mmason Date: Tue, 29 May 2007 22:08:48 +0000 Subject: Changed top.stp to use the system calls tapset. --- examples/small_demos/top.stp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/small_demos/top.stp b/examples/small_demos/top.stp index 69931ab1..b46b9940 100755 --- a/examples/small_demos/top.stp +++ b/examples/small_demos/top.stp @@ -13,7 +13,7 @@ function print_top () { delete syscalls } -probe kernel.function("sys_*").call { +probe syscall.* { syscalls[probefunc()]++ } -- cgit