thlorenz / flamegraph

Generates flamegraphs with Node.js or in the browser.
http://thlorenz.github.io/flamegraph/web/
MIT License
165 stars 28 forks source link

"No input type given and unable to detect it for the given input" #2

Closed retrohacker closed 9 years ago

retrohacker commented 9 years ago

coreos2st

I'm probably doing something obviously wrong here, but it doesn't seem my perf.data file is correct... Using perf version 3.16.0 on Debian Jessie. Node version is v0.11.14 installed with nvm.

thlorenz commented 9 years ago

Looks like you are on Linux, you can just run perf script and load the result into the app. No need to load the map file (see instructions on the app page).

Make sure to load the result of perf script as the first file instead of the map file.

retrohacker commented 9 years ago

Thanks :heart: