X86_64 perf counter plugin
Change-Id: Ie5a00c15ee9536cc61afab57f6cadc1aa1972f3c Signed-off-by: Dave Barach <dave@barachs.net>
This commit is contained in:

committed by
Damjan Marion

parent
115a3ac59a
commit
4d1a866aff
@ -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)`
|
||||
|
||||
|
Reference in New Issue
Block a user