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

option to disable full method signatures #11

Closed brendangregg closed 9 years ago

brendangregg commented 9 years ago

Would like an option to disable full method signatures. Eg, "nomsig". So this:

7feca143ba60 164c0 Lio/netty/handler/codec/http/DefaultHttpHeaders;.set(Ljava/lang/CharSequence;Ljava/lang/Object;)Lio

would become:

7feca143ba60 164c0 Lio/netty/handler/codec/http/DefaultHttpHeaders;.set
jrudolph commented 9 years ago

I included the reverse flag msig, instead, as you suggested before to have cleaner names by default.