The perf flamegraph data from scylladb is coming out weird

The perf flamegraph data from scylladb is coming out weird.
Currently, our scylladb is running on kubernetes, and perf was performed directly in the pod, but scylladb-related function call graphs are not visible.

commands:
perf record -p $(pidof scylla) --call-graph dwarf – sleep 60
perf script | ./stackcollapse-perf.pl > out.perf-folded
./flamegraph.pl out.perf-folded > perf.svg

perf capture files

Do you have the scylla-server-dbg package installed? IIRC it’s not installed by default.