-
Notifications
You must be signed in to change notification settings - Fork 261
Closed
Description
Hello, Authors,
Thank you to open-source this projects. The agent and handy scripts are extremely helpful for me.
I have a problem about JIT-ed code. I end up with a lot of PCs which point to nowhere but fall in the range of map files. I interpret it in this way: the symbols in the map file are not accurate.
I have a question about this line. It seems that two statements happen in sequence.
perf-map-agent/bin/perf-java-record-stack
Line 25 in d9843a0
sudo perf record -F $PERF_RECORD_FREQ -o $PERF_DATA_FILE -g -p $* -- sleep $PERF_RECORD_SECONDS |
That is to say, the script generates map file right after 'perf record' has done. Why not make them run in parallel? In current model, will agent has a skewed view? or I have to make sure my profiling program enter a stable state ?
Metadata
Metadata
Assignees
Labels
No labels