Can't get profiled data shown in Vtune Profiler
Hi, I am using Vtune profiler v2020 update 1 with Intel FPGA OpenCL SDK v20.1, and I am trying to read the profiled data with vtune. However, I could not get the CPU/FPGA interaction tab as described in the documents.
This is what I got:
This is what is shown in the online document https://software.intel.com/content/www/us/en/develop/documentation/vtune-help/top/analyze-performance/platform-analysis-group/cpu-fpga-interaction-analysis-preview.html
As compared above, there is no CPU/FPGA interaction tab in my tool. How could I get it displayed ?
The vtune is running in driverless mode with the following env set:
sudo sh -c "echo 0 > /proc/sys/kernel/perf_event_paranoid"
sudo sh -c "echo 0 > /proc/sys/kernel/yama/ptrace_scope"
The Intel FPGA OpenCL SDK is v20.1 and OS is Ubuntu 16.04.