summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.base/flightrec2.stp
blob: f42c9b8e2f36090184c4517fdfda76db6bd36f10 (plain)
1
2
3
4
5
probe timer.ms(10)
{
  for (j = 0; j < 1000; j++)
    printf("1234567890\n")
}