iovisor / bcc

BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to obtain the complete function call stack of `__memset_avx2_erms`.

NeilZhy opened this issue · comments

commented

When I use stackcount and flamegraph to capture the flame graph of the physical memory allocation function, I cannot obtain the complete function call stack of __memset_avx2_erms. Please tell me how to solve it. I have used the -g compilation option.

image