summaryrefslogtreecommitdiffstats
path: root/examples/helloworld.stp
blob: c1e50c0f51d6fbc2b821468df0b6af89b6f40a60 (plain)
1
2
#! /usr/bin/stap
probe begin { log("hello world") exit () }