diff options
author | Sami Tolvanen <samitolvanen@google.com> | 2025-01-03 20:45:29 +0000 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2025-01-11 01:25:25 +0900 |
commit | c772f1d1eaac608c083ee79fd5cfbe879958eb3e (patch) | |
tree | ceb8505238ed5dd40e6edb4e11cf1486980e9715 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | 220a0857f3a89e0dce3fc7c38d981df41c4537a7 (diff) |
gendwarfksyms: Expand array_type
Add support for expanding DW_TAG_array_type, and the subrange type
indicating array size.
Example source code:
const char *s[34];
Output with --dump-dies:
variable array_type[34] {
pointer_type {
const_type {
base_type char byte_size(1) encoding(6)
}
} byte_size(8)
}
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