aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_trace.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2013-07-04drm: fix print format of sequence in trace pointSeung-Woo Kim1-3/+3
seq of a trace point is unsigned int but print format was %d. So it fixes the format as %u. Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Dave Airlie <airlied@redhat.com>
2010-07-02drm: add per-event vblank event trace pointsJesse Barnes1-14/+43
Allows us to track each process that requests and completes events. Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org> Signed-off-by: Dave Airlie <airlied@redhat.com>
2010-07-02drm: add vblank event trace pointJesse Barnes1-0/+37
Emit a trace point for vblank events. This can be helpful for mapping drawing activity against the vblank frequency and period. Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org> Signed-off-by: Dave Airlie <airlied@redhat.com>