summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
77c327a)
This case was triggering a bug in "apitrace trim" where it would
incorrectly bail out after going past the last specified call (or
frame) without noticing that there were still further frames (or
calls) to be processed.
--- /dev/null
+trim -o trim-frames-and-calls-trim.trace --frames=5/frame --calls=2 glxsimple.trace
+dump --verbose trim-frames-and-calls-trim.trace
+0 glXMakeCurrent(dpy = 0x236a280, drawable = 41943041, ctx = 0x2384330) = True
+1 glXSwapBuffers(dpy = 0x236a280, drawable = 41943041)
+