Skip to main content
Product
Technology
Discover
Solutions
Docs
Downloads
Pricing
Search
/
Sign in
Sign up
brintos
/
linux-shallow
public
Read only
Watch
0
Star
0
Fork
0
Files
Commits
Insights
linux-shallow
/
tools
/
perf
/
scripts
/
python
/
bin
/
powerpc-hcalls-report
Text
·
81 B
·
dd32ad7
Raw
3 lines · plain
1
#!/bin/bash
2
perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/powerpc-hcalls.py
3