blob: 632c8c7ff07909c542c56599b82717516abbe356 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001// 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
11EXPORT_TRACEPOINT_SYMBOL_GPL(error_report_end);
12