xref: /linux/drivers/pci/trace.c (revision cf1b04aaef8b83f668fac10bfc4d4d76ba6e6fa1)
1 // SPDX-License-Identifier: GPL-2.0-only
2 /*
3  * Tracepoints for PCI system
4  *
5  * Copyright (C) 2025 Alibaba Corporation
6  */
7 
8 #include <linux/pci.h>
9 
10 #define CREATE_TRACE_POINTS
11 #include <trace/events/pci.h>
12 #include <trace/events/pci_controller.h>
13