Home
last modified time | relevance | path

Searched refs:log_fatal (Results 1 – 3 of 3) sorted by relevance

/system/extras/simpleperf/scripts/inferno/
Dinferno.py45 from simpleperf_utils import (log_exit, log_fatal, AdbHelper, open_report_in_browser,
362 log_fatal("Recursion limit exceeded (%s), try --max_callchain_depth." % r)
/system/extras/simpleperf/scripts/test/
Dapp_test.py38 log_fatal("can't find " + cls.example_path)
41 log_fatal(f"can't find {apk_name} under " + cls.example_path)
/system/extras/simpleperf/scripts/
Dsimpleperf_utils.py77 log_fatal("can't find arch directory: %s" % arch_dir)
80 log_fatal("can't find binary: %s" % binary_path)
101 log_fatal("can't find binary: %s" % binary_path)
208 log_fatal('unexpected arch %s' % arch)
365 log_fatal('unsupported architecture: %s' % output.strip())
1060 def log_fatal(msg: str): function