Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.4 13 lines 210 B view raw
1/* 2 * Copyright © 2009 Intel Corporation 3 * 4 * Authors: 5 * Chris Wilson <chris@chris-wilson.co.uk> 6 */ 7 8#include "i915_drv.h" 9 10#ifndef __CHECKER__ 11#define CREATE_TRACE_POINTS 12#include "i915_trace.h" 13#endif