lievenhey

Results 27 issues of lievenhey

These patches allow hotspot to run `perf record` on remote devices via ssh. The recording data is streamed directly to hotspot without storing it on the device. fixes #12

in some cases the flamegraph contains only std::... and not the function name. This patch allows the user to change the eliding to ElideLeft so that you can see the...

enhancement

A rewrite of the disassembly view closes #9

this patch allows the user to measure the time it takes between two tracepoints and shows this as a cost

the grouping should be at top level (same for flamegraph)

enhancement

**Describe the bug** hotspot cant read the symbols created by perf inject. ``` failed to report elf for pid = 118447 : ElfInfo{localFile="/home/lieven/.debug/tmp/jitted-118447-38.so/062a186662248dc7250a8b3a99466d52e08db2df/elf", isFile=true, originalFileName="jitted-118447-38.so", originalPath="/tmp/jitted-118447-38.so", addr=7f9a85782570, len=80, pgoff=40, baseAddr=n/a}...

bug

the new color scheme selects the color based on the cost in % an very expensive function is colored red, a cheap function is colored yellow