X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=build-root%2Fscripts%2Ffind-dev-contents;h=0f1104591b8dd1851e2c2a5930ead8d67e2d0c9a;hb=aa01abb2b732abfb44559d25c9a11adfed57ac8b;hp=623121ef95d65d1ba368c3c27486b05b962c0f73;hpb=8d0f2f0031589513833ab726a7bad5d9e19ff898;p=vpp.git diff --git a/build-root/scripts/find-dev-contents b/build-root/scripts/find-dev-contents index 623121ef95d..0f1104591b8 100755 --- a/build-root/scripts/find-dev-contents +++ b/build-root/scripts/find-dev-contents @@ -28,6 +28,11 @@ do fi done +# Perf monitor .json tarball +for i in $(find ${1}/vpp/share/vpp/plugins/perfmon -name *.tar.xz -type f -print); do + echo ../${i} /usr/share/vpp/plugins/perfmon >> ${2} +done + # sample plugin paths=`(cd ..; find src/examples/sample-plugin -type f -print | grep -v autom4te)`