repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
accel/amdxdna: use modern PM helpers
[drm/drm-misc.git]
/
kernel
/
trace
/
error_report-traces.c
blob
f89792c25b114d9c62f63ef30b573a22b15c89a4
1
// SPDX-License-Identifier: GPL-2.0
2
/*
3
* Error reporting trace points.
4
*
5
* Copyright (C) 2021, Google LLC.
6
*/
7
8
#define CREATE_TRACE_POINTS
9
#include <trace/events/error_report.h>
10
11
EXPORT_TRACEPOINT_SYMBOL_GPL
(
error_report_end
);