summaryrefslogtreecommitdiffstats
path: root/testsuite/buildok/twentyseven.stp
blob: 0e3c3ec487e1831caedabc736f4b8168cdcca78c (plain)
1
2
3
4
5
6
#! stap -up4

probe syscall.execve
{
  print($argv[0])
}