path: android-platform-system-extras_10.0.0+r36+ds-2.1/simpleperf/scripts/app_profiler.py
    def find_app_process(self):
        result, output = self.adb.run_and_return_output(['shell', 'pidof', self.args.app])
        return int(output) if result else None
