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