summaryrefslogtreecommitdiffstats
path: root/testsuite/semok/six.stp
blob: ef14827c8fc3ff6fa4314cbd4f1d23b132e4cff3 (plain)
1
2
3
4
5
6
7
8
9
#! stap -p2

global bar, baz

probe foo
{
 thread->bar = 4;
 process->baz = "5";
}