trace.c 723 B

1234567891011121314151617181920
  1. // SPDX-License-Identifier: GPL-2.0
  2. /**
  3. * trace.c - DesignWare USB3 DRD Controller Trace Support
  4. *
  5. * Copyright (C) 2014 Texas Instruments Incorporated - http://www.ti.com
  6. *
  7. * Author: Felipe Balbi <balbi@ti.com>
  8. *
  9. * This program is free software: you can redistribute it and/or modify
  10. * it under the terms of the GNU General Public License version 2 of
  11. * the License as published by the Free Software Foundation.
  12. *
  13. * This program is distributed in the hope that it will be useful,
  14. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  15. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  16. * GNU General Public License for more details.
  17. */
  18. #define CREATE_TRACE_POINTS
  19. #include "trace.h"