Open perf.data in Kcachegrind Open perf.data in Kcachegrind linux linux

Open perf.data in Kcachegrind


There are two approaches for conversion of perf data to callgrind format, but its unclear which of them is more mature.The one with more current commits called perfgrind can be found at https://github.com/ostash/perfgrind
However, it is stated to lack callgraph support, and commits came to a halt after announcement of a patch for the 2nd tool on the kernel mailing list, see lkml.org/lkml/2013/3/27/535.

The 2nd tool https://github.com/vitillo/perf approaches direct integration into the perf command, but has not yet seen an official release.At least the perf 3.10.0 I tried does not support the proposed 'perf convert' syntax.