drm/radeon: add initial tracepoint support.

this adds a bo create, and fence seq tracking tracepoints.

This is just an initial set to play around with, we should investigate
what others we need would be useful.

Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
Dave Airlie
2010-11-23 11:47:49 +10:00
parent f7eb0c5541
commit 99ee7fac18
5 changed files with 101 additions and 1 deletions
@@ -0,0 +1,9 @@
/* Copyright Red Hat Inc 2010.
* Author : Dave Airlie <airlied@redhat.com>
*/
#include <drm/drmP.h>
#include "radeon_drm.h"
#include "radeon.h"
#define CREATE_TRACE_POINTS
#include "radeon_trace.h"