summaryrefslogtreecommitdiff
path: root/simpleperf/scripts/simpleperf_utils.py
AgeCommit message (Expand)Author
2024-04-04Add debug logging showing the llvm-objdump commandMark Hansen
2024-03-04simpleperf: scripts: add --remove-methodYabin Cui
2024-02-05simpleperf: report_html.py: split disassemble work evenlyYabin Cui
2023-11-27simpleperf: update simpleperf prebuilts to build 11135784.Yabin Cui
2023-10-27simpleperf: Add --cpu in scriptsYabin Cui
2023-10-13simpleperf: Support parsing kernel disassembly in scriptsYabin Cui
2023-08-07simpleperf: Speed up disassembling many functions in a binaryYabin Cui
2023-02-09simpleperf: Change paths of binaries stored in binary_cacheYabin Cui
2022-12-07simpleperf: support --aggregate-threads in report scripts.Yabin Cui
2022-03-23simpleperf: move --comm into report lib options.Yabin Cui
2022-03-23simpleperf: move sample filters into report lib options.Yabin Cui
2022-03-23simpleperf: modify SetSampleFilter in scripts.Yabin Cui
2022-03-17simpleperf: move --proguard-mapping-file into report lib options.Yabin Cui
2022-03-17simpleperf: move --trace-offcpu into report lib options.Yabin Cui
2022-03-04simpleperf: make --show-art-frames available in all scripts.Yabin Cui
2022-01-13simpleperf: add sample filter options in report scripts.Yabin Cui
2021-12-08simpleperf: fix unpadding build id in pprof_proto_generator.py.Yabin Cui
2021-11-24simpleperf: Fix get_android_version in simpleperf_utils.py.Yabin Cui
2021-11-23simpleperf: add --trace-offcpu option to scripts.Yabin Cui
2021-11-05simpleperf: update app_api and api_profiler.py.Yabin Cui
2021-10-21simpleperf: fix host python tests.Yabin Cui
2021-10-20simpleperf: update test to use ExampleCpp.Yabin Cui
2021-10-15simpleperf: update test binaries.Yabin Cui
2021-09-20Merge "Drop some python2 support in simpleperf_utils.py"Treehugger Robot
2021-09-19Drop some python2 support in simpleperf_utils.pyMark Hansen
2021-09-19Import Tuple in simpleperf_utils.pyMark Hansen
2021-08-30Make the NDK not found error message a little more constructiveMark Hansen
2021-08-19simpleperf: use logging module directly.Yabin Cui
2021-08-19simpleperf: set default script log level to info.Yabin Cui
2021-06-03simpleperf: use multithreading to speed up line annotation.Yabin Cui
2021-05-14simpleperf: add --only-host-test option in do_test.py.Yabin Cui
2021-05-12simpleperf: add type hint to simpleperf_utils.py.Yabin Cui
2021-05-11Merge "simpleperf: add type hints for report_html.py."Yabin Cui
2021-05-10simpleperf: fix pprof_proto_generator.py.Yabin Cui
2021-05-07simpleperf: add type hints for report_html.py.Yabin Cui
2021-05-07simpleperf: create and use build_id_list in binary_cache.Yabin Cui
2021-04-22simpleperf: find tools in clang prebuilts.Yabin Cui
2021-04-15simpleperf: use python3 interpreter by default.Yabin Cui
2021-03-12simpleperf: update debug_unwind_reporter.py.Yabin Cui
2021-02-25simpleperf: switch to llvm-objdump and llvm-readelf.Yabin Cui
2021-02-22simpleperf_utils: fix llvm-symbolizer command lineSean Callanan
2020-10-15simpleperf: rename utils.py to avoid name conflict.Yabin Cui