From 5a35c05bb215ff87387136c73eb6b86f6048bd9d Mon Sep 17 00:00:00 2001 From: hunt Date: Thu, 30 Mar 2006 17:09:47 +0000 Subject: [PATCH] 2006-03-30 Martin Hunt * small_demos/close.stp: Make it executable. --- examples/small_demos/close.stp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/small_demos/close.stp b/examples/small_demos/close.stp index 341667f8f..53f53b259 100755 --- a/examples/small_demos/close.stp +++ b/examples/small_demos/close.stp @@ -1,3 +1,5 @@ +#!/usr/bin/env stap + probe syscall.close { printf("%s: %s(%s) = ", execname(), name, argstr) } -- 2.43.5