summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_trace.h
Commit message (Collapse)AuthorAgeFilesLines
* drm: fix print format of sequence in trace pointSeung-Woo Kim2013-07-041-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>
* drm: add per-event vblank event trace pointsJesse Barnes2010-07-021-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>
* drm: add vblank event trace pointJesse Barnes2010-07-021-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>
OpenPOWER on IntegriCloud