]> Git Repo - linux.git/blob - kernel/trace/error_report-traces.c
Merge tag 'trace-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt...
[linux.git] / kernel / trace / error_report-traces.c
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);
This page took 0.034815 seconds and 4 git commands to generate.