https://bugs.kde.org/show_bug.cgi?id=410262
--- Comment #5 from Kevin Gilbert <kmg...@bigpond.com> --- Well, back on the air and, my, wasn't it fun rebuilding your machine back up from bare metal. But to business: 'hotspot' appears to me to be just a front-end to 'perf' - and it (hotspot) crashed when I tried to run the recording phase. It did, however, give me enough to run: # perf record -o perf.data --call-graph dwarf --aio --sample-cpu --mmap-pages 32M --pid 2201 ^C[ perf record: Woken up 94 times to write data ] [ perf record: Captured and wrote 1527.975 MB perf.data (189804 samples) ] (Note that perf crashes when you specify 1G to the --mmap-pages parameter.) That gave me 155GB of data. I then ran: $ perf report -g --children -i perf.data which produced a pretty output that _may_ be of use, see the attachment. Cheers, Kevin -- You are receiving this mail because: You are watching all bug changes.