Perf

How can I stall and use perf in Xavier?
I searched the forum and tried to make perf in directory but failed:
/usr/src/linux-headers-4.9.109-tegra/kernel-4.9/tools/perf
Does Xavier support perf( linux performance monitor tool )? If it supports, then how can I make it?

Hi opik12,

Please build the perf tools from kernel source.
You can download kernel source from Download Center.
And following document steps to build the perf tools.

cd /Linux_for_Tegra/source/public/kernel/kernel-4.9/tools/perf
sudo make
scp iperf to your target
1 Like

Thank you!!

Thank you for your support,