xref: /aosp_15_r20/external/bcc/tools/pythoncalls.sh (revision 387f9dfdfa2baef462e92476d413c7bc2470293e)
1*387f9dfdSAndroid Build Coastguard Worker#!/bin/bash
2*387f9dfdSAndroid Build Coastguard Workerlib=$(dirname $0)/lib
3*387f9dfdSAndroid Build Coastguard Worker$lib/ucalls.py -l python "$@"
4