Skip to content

Instantly share code, notes, and snippets.

@fcamel
Created January 7, 2018 07:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fcamel/a892beb6f61f96b6506fecd2e8dbcc2c to your computer and use it in GitHub Desktop.
Save fcamel/a892beb6f61f96b6506fecd2e8dbcc2c to your computer and use it in GitHub Desktop.
SystemTap output for Skia viewer
process("/home/fcamel/dev/study/skia/out/Debug/viewer").function("SkAutoCanvasRestore@../../include/core/SkCanvas.h:2788").call
process("/home/fcamel/dev/study/skia/out/Debug/viewer").function("getSaveCount@../../src/core/SkCanvas.cpp:874").call
process("/home/fcamel/dev/study/skia/out/Debug/viewer").function("SkCanvas@../../src/core/SkCanvas.cpp:710").call
process("/home/fcamel/dev/study/skia/out/Debug/viewer").function("init@../../src/core/SkCanvas.cpp:629").call
process("/home/fcamel/dev/study/skia/out/Debug/viewer").function("MCRec@../../src/core/SkCanvas.cpp:296").call
process("/home/fcamel/dev/study/skia/out/Debug/viewer").function("DeviceCM@../../src/core/SkCanvas.cpp:256").call
process("/home/fcamel/dev/study/skia/out/Debug/viewer").function("qr_clip_bounds@../../src/core/SkCanvas.cpp:606").call
process("/home/fcamel/dev/study/skia/out/Debug/viewer").function("setSurfaceBase@../../include/core/SkCanvas.h:2663").call
process("/home/fcamel/dev/study/skia/out/Debug/viewer").function("save@../../src/core/SkCanvas.cpp:890").call
process("/home/fcamel/dev/study/skia/out/Debug/viewer").function("getSaveCount@../../src/core/SkCanvas.cpp:874").call
process("/home/fcamel/dev/study/skia/out/Debug/viewer").function("clear@../../include/core/SkCanvas.h:1083").call
process("/home/fcamel/dev/study/skia/out/Debug/viewer").function("drawColor@../../src/core/SkCanvas.cpp:2723").call
process("/home/fcamel/dev/study/skia/out/Debug/viewer").function("drawPaint@../../src/core/SkCanvas.cpp:1701").call
process("/home/fcamel/dev/study/skia/out/Debug/viewer").function("onDrawPaint@../../src/core/SkCanvas.cpp:1953").call
process("/home/fcamel/dev/study/skia/out/Debug/viewer").function("internalDrawPaint@../../src/core/SkCanvas.cpp:1957").call
...
process("/home/fcamel/dev/study/skia/out/Debug/viewer").function("restoreToCount@../../src/core/SkCanvas.cpp:921").call
process("/home/fcamel/dev/study/skia/out/Debug/viewer").function("getSaveCount@../../src/core/SkCanvas.cpp:874").call
process("/home/fcamel/dev/study/skia/out/Debug/viewer").function("flush@../../src/core/SkCanvas.cpp:783").call
process("/home/fcamel/dev/study/skia/out/Debug/viewer").function("onFlush@../../src/core/SkCanvas.cpp:787").call
process("/home/fcamel/dev/study/skia/out/Debug/viewer").function("getDevice@../../src/core/SkCanvas.cpp:807").call
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment