From 54c3cf05a6e0c377973bd75ed97bd71eb8586577 Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Fri, 2 Jan 2009 10:38:49 +0100 Subject: PR9693. Add #! /usr/bin/env stap line for traceio2 and functioncallcount. --- testsuite/systemtap.examples/profiling/functioncallcount.stp | 1 + 1 file changed, 1 insertion(+) (limited to 'testsuite/systemtap.examples/profiling') diff --git a/testsuite/systemtap.examples/profiling/functioncallcount.stp b/testsuite/systemtap.examples/profiling/functioncallcount.stp index e393b612..9e9ec3fd 100755 --- a/testsuite/systemtap.examples/profiling/functioncallcount.stp +++ b/testsuite/systemtap.examples/profiling/functioncallcount.stp @@ -1,3 +1,4 @@ +#! /usr/bin/env stap # The following line command will probe all the functions # in kernel's memory management code: # -- cgit