diff options
Diffstat (limited to 'examples/small_demos/demo_script.txt')
-rw-r--r-- | examples/small_demos/demo_script.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/small_demos/demo_script.txt b/examples/small_demos/demo_script.txt index 40408c4d..48d90c9c 100644 --- a/examples/small_demos/demo_script.txt +++ b/examples/small_demos/demo_script.txt @@ -33,7 +33,7 @@ name - the name of the function argstr - on function entry, a formatted string containing the arguments retstr - on function exit, the return value and possibly error code -In this example, we filter out programs named "stpd" because this is +In this example, we filter out programs named "staprun" because this is part of the systemtap infrastructure. (It may be filtered out automatically in the future) |