mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-17 17:24:17 +08:00
ac2874b980
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>
5 lines
70 B
C
5 lines
70 B
C
#include "drmP.h"
|
|
|
|
#define CREATE_TRACE_POINTS
|
|
#include "drm_trace.h"
|