diff options
author | Sami Tolvanen <samitolvanen@google.com> | 2025-01-03 20:45:31 +0000 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2025-01-11 01:25:25 +0900 |
commit | f936c129fd4c3ce495768374ea48e5b736655046 (patch) | |
tree | d7497e65f3c3a5b873b1ed2d2f05d17d93d7b42d /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | f6bb92455a5e5b2241d2e1f3e240c5fc036c55cb (diff) |
gendwarfksyms: Limit structure expansion
Expand each structure type only once per exported symbol. This
is necessary to support self-referential structures, which would
otherwise result in infinite recursion, and it's sufficient for
catching ABI changes.
Types defined in .c files are opaque to external users and thus
cannot affect the ABI. Consider type definitions in .c files to
be declarations to prevent opaque types from changing symbol
versions.
Signed-off-by: Sami Tolvanen <samitolvanen@google.com>
Reviewed-by: Petr Pavlu <petr.pavlu@suse.com>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions