From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1364 invoked by alias); 23 Feb 2013 22:57:13 -0000 Received: (qmail 1328 invoked by uid 22791); 23 Feb 2013 22:57:10 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from mta-out.inet.fi (HELO kirsi1.inet.fi) (195.156.147.13) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 23 Feb 2013 22:57:06 +0000 Received: from sauna (84.248.66.131) by kirsi1.inet.fi (8.5.140.03) id 51292B7F0000BDAC; Sun, 24 Feb 2013 00:55:57 +0200 Received: from lindi by sauna with local (Exim 4.72) (envelope-from ) id 1U9O0a-0007Ya-OT; Sun, 24 Feb 2013 00:55:56 +0200 From: Timo Juhani Lindfors To: systemtap@sourceware.org Cc: Timo Juhani Lindfors Subject: [PATCH 5/8] Add missing "#!/usr/bin/env stap" to some examples Date: Sat, 23 Feb 2013 22:57:00 -0000 Message-Id: <1361660152-29009-5-git-send-email-timo.lindfors@iki.fi> In-Reply-To: <1361660152-29009-1-git-send-email-timo.lindfors@iki.fi> References: <1361660152-29009-1-git-send-email-timo.lindfors@iki.fi> X-IsSubscribed: yes Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org X-SW-Source: 2013-q1/txt/msg00180.txt.bz2 --- .../process/mutex-contention.stp | 1 + testsuite/systemtap.examples/profiling/perf.stp | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/testsuite/systemtap.examples/process/mutex-contention.stp b/testsuite/systemtap.examples/process/mutex-contention.stp index 78233ad..87d5a25 100644 --- a/testsuite/systemtap.examples/process/mutex-contention.stp +++ b/testsuite/systemtap.examples/process/mutex-contention.stp @@ -1,3 +1,4 @@ +#! /usr/bin/env stap // NOTE: a popup mutex is one that is seen in contention but the init of it was not detected // not sure why there are popups - static mutex init? diff --git a/testsuite/systemtap.examples/profiling/perf.stp b/testsuite/systemtap.examples/profiling/perf.stp index 49bc3f3..feac2d3 100644 --- a/testsuite/systemtap.examples/profiling/perf.stp +++ b/testsuite/systemtap.examples/profiling/perf.stp @@ -1,3 +1,4 @@ +#! /usr/bin/env stap global cycles_per_insn global branch_per_insn global cacheref_per_insn -- 1.7.2.5