You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07: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"
|