diff options
| author | Alexandre Courbot <acourbot@nvidia.com> | 2026-07-24 20:37:06 +0900 |
|---|---|---|
| committer | Danilo Krummrich <dakr@kernel.org> | 2026-08-03 22:30:32 +0200 |
| commit | 2230d38828506c1c84d39da03e2158e7fc0542fe (patch) | |
| tree | a94a96a5aaf4a8bc7d8ae9b19a6369d5dab8b8cb /tools/perf/scripts/python/bin/stackcollapse-record | |
| parent | 78e9b438923165e13340031761d5e08b52d3b0c8 (diff) | |
rust: io: register: use path fragment for alias destination
The destination of an alias is always another register, i.e. a `struct`
type. Replace the `ident` fragment with a `path` one in the internal
rules: `path` is more accurate, and allows referencing registers using a
qualified path instead of only identifiers visible from the current
module.
This covers all aliases, except the relative register ones which are to
be removed soon.
The public rule cannot be updated yet because a `+` can still be matched
after the alias; add a TODO item to update it after relative registers
are removed.
Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
Link: https://patch.msgid.link/20260724-registers_fix-v2-3-a0fb58b02185@nvidia.com
Signed-off-by: Danilo Krummrich <dakr@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions
