summaryrefslogtreecommitdiff
path: root/simpleperf/scripts/binary_cache_builder.py
AgeCommit message (Expand)Author
2023-06-09simpleperf: Handle FileNotFoundError in binary_cache_builder.pyYabin Cui
2023-05-31Use build_id as parent directory when building cache.Cherry Ng
2023-03-21simpleperf: binary_cache_builder.py: explictly create binary_cacheYabin Cui
2023-02-09simpleperf: Change paths of binaries stored in binary_cacheYabin Cui
2023-02-09simpleperf: binary_cache_builder.py: Search binaries with different namesYabin Cui
2023-02-09simpleperf: Refactor binary_cache_builder.py.Yabin Cui
2021-08-19simpleperf: use logging module directly.Yabin Cui
2021-08-19simpleperf: set default script log level to info.Yabin Cui
2021-05-07simpleperf: create and use build_id_list in binary_cache.Yabin Cui
2021-04-15simpleperf: use python3 interpreter by default.Yabin Cui
2020-10-15simpleperf: rename utils.py to avoid name conflict.Yabin Cui
2019-11-19simpleperf: support libraries without build ids when recording.Yabin Cui
2019-11-15simpleperf: fix build_id checking.Yabin Cui
2019-07-22simpleperf: add --log option in app_profiler.py.Yabin Cui
2018-12-13simpleperf: fix binary_cache_builder.py.Yabin Cui
2018-08-15simpleperf: fix binary_cache_builder.py.Yabin Cui
2018-08-13simpleperf: don't pull JIT symfiles on host.Yabin Cui
2018-08-03simpleperf: make scripts executable.Yabin Cui
2018-06-13simpleperf: fix pylint warnings in python scripts.Yabin Cui
2018-04-10simpleperf: Improve the way downloading native libs on device.Yabin Cui
2017-08-04Merge "simpleperf: support profiling native programs in app_profiler.py."Yabin Cui
2017-08-03simpleperf: support profiling native programs in app_profiler.py.Yabin Cui
2017-08-02simpleperf: fix supporting ctrl-c when using `adb shell simpleperf xxx`.Yabin Cui
2017-07-21simpleperf: add tests for scripts.Yabin Cui
2017-07-14simpleperf: replace config file with cmdline options.Yabin Cui
2017-05-08simpleperf: fix scripts to be runnable by python3.Yabin Cui
2017-02-24simpleperf: fix a small error.Yabin Cui
2016-12-12simpleperf: add script to manage app profiling process.Yabin Cui
2016-12-02simpleperf: add binary_cache_builder script.Yabin Cui