blob: b0c6ed1d8e7780c064923b27daec90feef3f45e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/*
* Copyright (C) 2014 Intel Corporation
*
* Authors:
* Chen, Gong <gong.chen@linux.intel.com>
*/
#define CREATE_TRACE_POINTS
#define TRACE_INCLUDE_PATH ../../include/ras
#include <ras/ras_event.h>
EXPORT_TRACEPOINT_SYMBOL_GPL(mc_event);
|