iovisor / bcc

BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more
Apache License 2.0
20.36k stars 3.86k forks source link

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

Open NeilZhy opened 4 months ago

NeilZhy commented 4 months ago

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