summaryrefslogtreecommitdiffstats
path: root/testsuite/parseok/two.stp
blob: 3776633b37c2b158153e53880c6fdae77f3acf5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#! stap

probe kernel:systemcall("foo") 
{
  array[idx] << value;
  if (global > 5) { global -- } else ;
}

probe systemtap:end
{
  function("value", 4+8);
}