X86_64 perf counter plugin

Change-Id: Ie5a00c15ee9536cc61afab57f6cadc1aa1972f3c
Signed-off-by: Dave Barach <dave@barachs.net>
This commit is contained in:
Dave Barach
2018-09-10 12:31:15 -04:00
committed by Damjan Marion
parent 115a3ac59a
commit 4d1a866aff
13 changed files with 1632 additions and 26 deletions

View File

@ -28,6 +28,11 @@ do
fi
done
# Perf monitor .json files
for i in $(find ${1}/vpp/share/vpp/plugins/perfmon -name *.json -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)`