error_report-traces.c 231 B

1234567891011
  1. // SPDX-License-Identifier: GPL-2.0
  2. /*
  3. * Error reporting trace points.
  4. *
  5. * Copyright (C) 2021, Google LLC.
  6. */
  7. #define CREATE_TRACE_POINTS
  8. #include <trace/events/error_report.h>
  9. EXPORT_TRACEPOINT_SYMBOL_GPL(error_report_end);