From a81c61ac1947cb5c13d3a758fc793a119b88b4e0 Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Mon, 11 Aug 2008 12:24:47 +0200 Subject: PR2895. Add proper #! /usr/bin/env stap line. Make example scripts executable. --- testsuite/systemtap.samples/iotask.stp | 1 + testsuite/systemtap.samples/pfaults.stp | 2 +- testsuite/systemtap.samples/profile.stp | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) (limited to 'testsuite/systemtap.samples') diff --git a/testsuite/systemtap.samples/iotask.stp b/testsuite/systemtap.samples/iotask.stp index ee0ae4b4..1b4c7243 100644 --- a/testsuite/systemtap.samples/iotask.stp +++ b/testsuite/systemtap.samples/iotask.stp @@ -1,3 +1,4 @@ +#! /usr/bin/env stap # iotask.stp # A reimplementation of user script: iotask.stp given at OLS 2005 # in the current language. diff --git a/testsuite/systemtap.samples/pfaults.stp b/testsuite/systemtap.samples/pfaults.stp index 525aa511..577e93cd 100644 --- a/testsuite/systemtap.samples/pfaults.stp +++ b/testsuite/systemtap.samples/pfaults.stp @@ -1,4 +1,4 @@ -#! stap +#! /usr/bin/env stap global pidnames, faults, fault_types diff --git a/testsuite/systemtap.samples/profile.stp b/testsuite/systemtap.samples/profile.stp index d052f091..62af76ae 100644 --- a/testsuite/systemtap.samples/profile.stp +++ b/testsuite/systemtap.samples/profile.stp @@ -1,4 +1,4 @@ -#! stap +#! /usr/bin/env stap global command, syscall_count, syscall_times, this_syscall_time, this_syscall -- cgit