trace.c 206 B

1234567891011
  1. // SPDX-License-Identifier: GPL-2.0-only
  2. /*
  3. * Tracepoints for PCI system
  4. *
  5. * Copyright (C) 2025 Alibaba Corporation
  6. */
  7. #include <linux/pci.h>
  8. #define CREATE_TRACE_POINTS
  9. #include <trace/events/pci.h>