drivers/pci/trace.c

Source file repositories/reference/linux-study-clean/drivers/pci/trace.c

File Facts

System
Linux kernel
Corpus path
drivers/pci/trace.c
Extension
.c
Size
247 bytes
Lines
13
Domain
Representative Device Path
Bucket
PCIe NVMe Storage Path
Inferred role
Representative Device Path: implementation source
Status
source implementation candidate

Why This File Exists

Part of the selected hardware vertical slice: PCI discovery, driver binding, NVMe queues, block requests, DMA, interrupts, and completion.

Dependency Surface

Detected Declarations

Annotated Snippet

// SPDX-License-Identifier: GPL-2.0-only
/*
 * Tracepoints for PCI system
 *
 * Copyright (C) 2025 Alibaba Corporation
 */

#include <linux/pci.h>

#define CREATE_TRACE_POINTS
#include <trace/events/pci.h>
#include <trace/events/pci_controller.h>

Annotation

Implementation Notes