asda?‰PNG  IHDR ? f ??C1 sRGB ??é gAMA ±? üa pHYs ? ??o¨d GIDATx^íüL”÷e÷Y?a?("Bh?_ò???¢§?q5k?*:t0A-o??¥]VkJ¢M??f?±8\k2íll£1]q?ù???T #!/usr/bin/stap # minimum number of microseconds to print at # override with -G sloth=NNN global sloth = 50 probe vfs.open.return { time = gettimeofday_us()-@entry(gettimeofday_us()) if (time >= sloth) printf("%s[%d] %d %s\n", execname(), tid(), time, pathname) }