add perf tooling

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle
2017-10-25 15:29:21 -04:00
parent 7bde64dad5
commit c533656483
3 changed files with 53 additions and 1 deletions

6
bcc-tools/entrypoint.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
set -e
set -o pipefail
mount -t debugfs none /sys/kernel/debug/
exec "$@"