Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disassembly view does not show include files #607

Open
GitMensch opened this issue Feb 28, 2024 · 0 comments
Open

Disassembly view does not show include files #607

GitMensch opened this issue Feb 28, 2024 · 0 comments
Labels

Comments

@GitMensch
Copy link
Contributor

Describe the bug
Disassembly always shows the "main source" of the function, not the include files.

To Reproduce
Steps to reproduce the behavior:

  1. have a function with quite some performance data, move the parts that are more heavy to an include file (for example in a plain C header) and include that [the function itself has code in the source file], then record
  2. go to 'caller / callee' -> see the function and in the lower right the include file with the costs shown correctly in the header
  3. click on 'Disassembly'
  4. don't see the header, but the source where the function is contained in, with no attribution in the source either; but the disassembly showing the parts

Expected behavior
If clicked on "Disassembly" with an explicit source reference (= on the location pane), show that (the perf recording and perfparser obviously has the exact source line reference).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant