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

Replaced error() with perror() to support Darwin #43

Closed incubos closed 7 years ago

incubos commented 7 years ago

Now anyone can build and debug the agent in MacOS.

jrudolph commented 7 years ago

Thanks, @incubos. I can see how building and debugging on Darwin can be nice (though it's not a priority feature). It seems the patch has already grown quite a bit. Could you break it down into separate PRs for different features you want to add?

incubos commented 7 years ago

Unfortunately, perf is not available on Mac OS X. It is not worth it. Closing the pull request.