You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installed the required dependencies like linux perf and JDK 1.8 Update 60. Cloned the perfj git repo and initiated the build and it was successful. but while trying to invoke perf record on the java process id got the below listed error
bin/perfj record -e sched:sched_switch -F 99 -g -p $PID
Couldn't find perfj-*.jar in /perfj
Found the required perfj-*.jar in build libs folder but still it throws error. Could you please review it
thanks
Sattish.
The text was updated successfully, but these errors were encountered:
Hi team,
Installed the required dependencies like linux perf and JDK 1.8 Update 60. Cloned the perfj git repo and initiated the build and it was successful. but while trying to invoke perf record on the java process id got the below listed error
bin/perfj record -e sched:sched_switch -F 99 -g -p $PID
Couldn't find perfj-*.jar in /perfj
Found the required perfj-*.jar in build libs folder but still it throws error. Could you please review it
thanks
Sattish.
The text was updated successfully, but these errors were encountered: