Current File : //proc/self/root/kunden/usr/share/systemtap/examples/general/helloworld.meta
title: SystemTap "Hello World" Program
name: helloworld.stp
keywords: _best simple bpf
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
test_check_bpf: stap --bpf -p4 helloworld.stp
test_installcheck_bpf: stap --bpf helloworld.stp