summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.base/flightrec3.stp
blob: d660793f82c3be3c26f07ef946ddb6d1c0d9ca3f (plain)
1
2
3
4
5
probe kernel.function("update_process_times")
{
  for (j = 0; j < 100; j++)
    printf("1234567890\n")
}