Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

/*	$NetBSD: i915_trace_points.c,v 1.2 2018/08/27 04:58:24 riastradh Exp $	*/

/*
 * Copyright © 2009 Intel Corporation
 *
 * Authors:
 *    Chris Wilson <chris@chris-wilson.co.uk>
 */

#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: i915_trace_points.c,v 1.2 2018/08/27 04:58:24 riastradh Exp $");

#include "i915_drv.h"

#ifndef __CHECKER__
#define CREATE_TRACE_POINTS
#include "i915_trace.h"
#endif