jvm-profiling-tools / perf-map-agent

A java agent to generate method mappings to use with the linux `perf` tool
GNU General Public License v2.0
1.65k stars 260 forks source link

Add environment var (PERF_COLLAPSE_OPTS) for collapsestack-perf.pl call #36

Closed tjake closed 7 years ago

tjake commented 8 years ago

Simple patch that allows you to add --inline to the flamegraph.pl for better viz

jrudolph commented 7 years ago

Thanks, @tjake. LGTM.