hotspot icon indicating copy to clipboard operation
hotspot copied to clipboard

The Linux perf GUI for performance analysis.

Results 85 hotspot issues
Sort by recently updated
recently updated
newest added

now that we are getting support for trace points, it would be good if we could take this a step further: similar to sched switch in/out events, we might want...

enhancement

add an "annotate source" view, similar to what other profilers have: - source code with cost aggregated by line, show both inclusive/exclusive cost if possible - assembly code with cost...

enhancement

The GSYM format has the potential to speed up perfparser processing significantly. See [1] and [2]. Investigate how we can support it in perfparser, potentially by adding support for it...

enhancement
upstream

parsing perf.data can often produce misleading results when anything is amiss. We need to tell the user about such situations by extending upstream error reporting: - elf not found -...

enhancement

**Is your feature request related to a problem? Please describe.** I would like to analyze a problem on my ASUS Tinkerboard which runs Ubuntu 18.04. On my other system I...

enhancement

Currently it seems impossible to compare results from two profiling runs. I think the only way to do this is to start two separate hotspot instances and alt-tab. It would...

enhancement

when dwarf unwinding overflows the stack copy, we should try to stitch the backtrace to a previous more-complete stack

enhancement

it would be nice to get the ability to attribute the self cost of a given function, or even a whole library, to its callers. Basically this would hide the...

enhancement

Often backtraces are broken, for example because of missing debug symbols or because the call stack size that was recorded is too small. In the top-down and in the flame...

enhancement

we can now show off-CPU time, but it would also be useful to deduce the on-CPU time and then finally the on-stack time too

enhancement