summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.base/const_value.stp
blob: 7aded0f21500c759fe5771382e2e33195b030bd3 (plain)
1
2
3
4
5
probe process("const_value.exe").mark("constvalues")
{
  printf("i: %d\n", $baz->i);
  printf("j: %d\n", $baz->j);
}