13 lines
246 B
C
13 lines
246 B
C
|
/*
|
||
|
* 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);
|