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

global bar, baz

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