blob: 60bc53f27c67d366a6703b9e14c6b88997aa9ddb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
title: SystemTap "Hello World" Program
name: helloworld.stp
version: 1.0
keywords: simple
author: anonymous
subsystem: none
status: production
exit: fixed
output: text
scope: system-wide
description: A basic "Hello World" program implemented in SystemTap script. It prints out "hello world" message and then immediately exits.
test_check: stap -p4 helloworld.stp
test_installcheck: stap helloworld.stp
|