# Author: Piyush Kumar # Author: Munish Kumar # Author: Ayush Gupta # Author: Konark Modi t_Log "Running $0 -installing libbpf and bcc-tools." if [ "$centos_ver" -ge 8 ] ; then t_InstallPackage libbpf t_InstallPackage bcc-tools else t_Log "Skip on less than EL8" fi