Installing the Vitis AI Profiler - 1.4.1 English

Vitis AI User Guide (UG1414)

Document ID
UG1414
Release Date
2021-12-13
Version
1.4.1 English
  1. Prepare the debug environment for vaitrace in the Zynq UltraScale+ MPSoC PetaLinux platform.
    1. Configure and build PetaLinux by running petalinux-config -c kernel.
    2. Enable the following settings for the Linux kernel.
      • General architecture-dependent options ---> [*] Kprobes
      • Kernel hacking ---> [*] Tracers
      • Kernel hacking ---> [*] Tracers --->

        [*] Kernel Function Tracer

        [*] Enable kprobes-based dynamic events

        [*] Enable uprobes-based dynamic events

    3. Run petalinux-config -c rootfs and enable the following setting for root-fs.

      user-packages ---> modules ---> [*] packagegroup-petalinux-self-hosted

    4. Run petalinux-build.
  2. Install vaitrace. vaitrace is integrated into the VART runtime. If VART runtime is installed, vaitrace will be installed into /usr/bin/vaitrace.