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
This issue is mostly a question.
Running on Debian with kernel 5.15 and perf 5.15 on this machine.
In an example recording done with perf record --call-graph dwarf,8192 -z --sample-cpu ./dice I see only two lines in Disassembly with a cost attached, but the Source view shows much more (and strangely shows an unreasonable high inclusive cost on a return line):
Are those costs "expected"?
The text was updated successfully, but these errors were encountered:
please attach the source code to reproduce this, as-is it's unclear whether there should be more or not. do you just have to scroll on the RHS maybe? could also be due to inlining, i.e. most of the cost is in other places potentially?
I believe this is a duplicate of #671 but since we don't have any way to reproduce the issue here I'll close this for now. If you think this is not a duplicate, please reopen
Rechecked - I can't reproduce this specific issue with current continous - so closing as "not reproducible" is the right thing to do (and that issue is unrelated to #671)
This issue is mostly a question.
Running on Debian with kernel 5.15 and perf 5.15 on this machine.
In an example recording done with
perf record --call-graph dwarf,8192 -z --sample-cpu ./dice
I see only two lines in Disassembly with a cost attached, but the Source view shows much more (and strangely shows an unreasonable high inclusive cost on areturn
line):Are those costs "expected"?
The text was updated successfully, but these errors were encountered: