ARM-software / lisa

Linux Integrated System Analysis
Apache License 2.0
203 stars 119 forks source link

lisa._btf: Fix renaming of BTFForwardDecl #2117

Closed douglas-raillard-arm closed 1 year ago

douglas-raillard-arm commented 1 year ago

FIX

BTFForwardDecl should not be considered when deduplicating type names, as it will always "conflict" with the actual type definition. That is not a big problem though, as forward declarations are never useful (they are created as needed when dumping C code, we never rely on the BTF ones)