You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With Python payloads, the profiler repeatedly reports frames without symbols ("UNREPORTED").
Additionally, maybe a side effect, the source file name sometimes is incorrectly set to "v8js" for these frames.
These kind of frames are mostly expected at startup, when the symbols are not cached yet.
Instead, they are reported even when the symbols should have been cached - at the same time, a part of these frames have correct symbols (see the screenshot).
Same issue with Python 3.12 and 3.11.
Screenshot
Setup
opentelemetry-ebpf-profiler commit 8ea42ea
devfiler commit 27db9ada874545c0feb15a44bbc10389724ab24f
Running a temporary installation of pyperformance as /tmp/pyperform/bin/pyperformance run --python=/tmp/pyperform/bin/python3.12 -o py312.json.
The text was updated successfully, but these errors were encountered:
With Python payloads, the profiler repeatedly reports frames without symbols ("UNREPORTED").
Additionally, maybe a side effect, the source file name sometimes is incorrectly set to "v8js" for these frames.
These kind of frames are mostly expected at startup, when the symbols are not cached yet.
Instead, they are reported even when the symbols should have been cached - at the same time, a part of these frames have correct symbols (see the screenshot).
Same issue with Python 3.12 and 3.11.
Screenshot
Setup
opentelemetry-ebpf-profiler commit 8ea42ea
devfiler commit 27db9ada874545c0feb15a44bbc10389724ab24f
Running a temporary installation of
pyperformance
as/tmp/pyperform/bin/pyperformance run --python=/tmp/pyperform/bin/python3.12 -o py312.json
.The text was updated successfully, but these errors were encountered: