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

Disasm and weblist don't work on inline functions. #230

Open
inazarenko opened this issue Sep 22, 2017 · 0 comments
Open

Disasm and weblist don't work on inline functions. #230

inazarenko opened this issue Sep 22, 2017 · 0 comments
Labels
Priority: p3 Buganizer priority - P3 type: bug Buganizer type - Bug

Comments

@inazarenko
Copy link

What version of pprof are you using?

pprof_20170918_00_RC00

What operating system and processor architecture are you using?

Linux/Intel

What did you do?

"list " works, but weblist fails with "No source information" and disasm just prints the total.

It appears that pprof knows that my function is inline (according to "top" listing), so could we at least get a better error message?

Thanks a lot!

(pprof) top
Showing nodes accounting for 38.68s, 99.82% of 38.75s total
Dropped 12 nodes (cum <= 0.19s)
Showing top 10 nodes out of 12
flat flat% sum% cum cum%
[...]
8.50s 21.94% 99.28% 23.02s 59.41% <...function...> (inline)
[...]
(pprof) weblist <...function...>
No source information for <...function...>
(pprof) disasm <...function...>
Total: 38.75s
(pprof)

@aalexand aalexand assigned aalexand and nolanmar511 and unassigned aalexand Sep 25, 2017
@aalexand aalexand assigned aalexand and unassigned nolanmar511 Sep 26, 2018
@aalexand aalexand removed their assignment Sep 28, 2020
@Louis-Ye Louis-Ye added type: bug Buganizer type - Bug Priority: p3 Buganizer priority - P3 labels May 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: p3 Buganizer priority - P3 type: bug Buganizer type - Bug
Projects
None yet
Development

No branches or pull requests

4 participants