drivers/hwtracing/coresight/coresight-cfg-preload.h

Source file repositories/reference/linux-study-clean/drivers/hwtracing/coresight/coresight-cfg-preload.h

File Facts

System
Linux kernel
Corpus path
drivers/hwtracing/coresight/coresight-cfg-preload.h
Extension
.h
Size
493 bytes
Lines
16
Domain
Driver Families
Bucket
drivers/hwtracing
Inferred role
Driver Families: implementation source
Status
source implementation candidate

Why This File Exists

Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.

Dependency Surface

Detected Declarations

Annotated Snippet

#if IS_ENABLED(CONFIG_CORESIGHT_SOURCE_ETM4X)
extern struct cscfg_feature_desc strobe_etm4x;
extern struct cscfg_config_desc afdo_etm4x;
extern struct cscfg_feature_desc gen_etrig_etm4x;
extern struct cscfg_config_desc pstop_etm4x;
#endif

Annotation

Implementation Notes