perf maps address format #103650
Labels
3.12
new features, bugs and security fixes
3.13
new features, bugs and security fixes
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
type-bug
An unexpected behavior, bug, or error
Bug report
As implemented by @pablogsal in #96123 we can now generate perf maps(which is awesome BTW).
Currently, perf maps are formatted this way:
However, as per the perf maps interface specification it seems the address should not include the leading
0x
.Thus the perf map should look like this:
Still, it works fine with
perf
but might not with other tools not handling this leading0x
.Your environment
Linked PRs
The text was updated successfully, but these errors were encountered: