After your suggestion I’ve installed many plasma6, kf6*, kwin, qt6, libstdc++, glibc, dri3 etc. debuginfo… I still get only ?? for binary and for symbols in my profiling data…
Maybe this message has something to do with it?
Failed to parse kernel symbol mapping file “//proc/kallsyms”: Mapping is empty.
There are also other lines such as
Could not find ELF file for anon_inode:i915.gem. This can break stack unwinding and lead to missing symbols.
or
Could not find ELF file for /home/or/.cache/plasmashell/qmlcache/27ccb62863115205a0af1c213216db42ae58ba6c.qmlc (deleted). This can break stack unwinding and lead to missing symbols.
I’ve also found that modifying
/proc/sys/kernel/kptr_restrict
to 0 enables many symbols, but still the top most cycles consuming process is marked as ?? as well as its function calls… I have no idea how to proceed.