summaryrefslogtreecommitdiff
path: root/simpleperf
AgeCommit message (Expand)Author
2024-03-26simpleperf: report: add an option to specify symbol searching directoryWei-Ning Huang
2024-03-15profcollectd: Use system property to probe etr when neededYabin Cui
2024-03-05Merge "Migrate Test Targets to New Android Ownership Model" into mainTreehugger Robot
2024-03-04simpleperf: scripts: add --remove-methodYabin Cui
2024-03-04simpleperf: update simpleperf prebuilts to build 11510367.Yabin Cui
2024-02-28Merge changes I2b3cf4b5,I6a8a5b40 into mainYabin Cui
2024-02-27simpleperf: support removing methods based on method name regexYabin Cui
2024-02-27simpleperf: refactor CallChainReportBuilderYabin Cui
2024-02-27simpleperf: ProtoFileReportLib: remove trace-offcpu mode checkYabin Cui
2024-02-26simpleperf: ProtoFileReportLib: fix reporting off-cpu modeYabin Cui
2024-02-22simpleperf: Support trace-offcpu modes for report-sample profilesYabin Cui
2024-02-13simpleperf: update simpleperf prebuilts to build 11421629.Yabin Cui
2024-02-07Merge changes I7b8a7a36,I38829ec8 into mainYabin Cui
2024-02-06simpleperf: report_html.py: disable sorting in ascending order for Total, Sel...Yabin Cui
2024-02-06Merge "simpleperf: report_html.py: split disassemble work evenly" into mainYabin Cui
2024-02-05simpleperf: report_html.py: show 100 rows in sampleTable by defaultYabin Cui
2024-02-05simpleperf: report_html.py: split disassemble work evenlyYabin Cui
2024-02-05Merge "simpleperf: gecko_profile_generator.py: Add --percpu-samples" into mainYabin Cui
2024-02-02simpleperf: gecko_profile_generator.py: Add --percpu-samplesYabin Cui
2024-02-02Migrate Test Targets to New Android Ownership ModelAditya Choudhary
2024-01-30Merge "simpleperf: Relax auxtrace offset requirements." into mainTreehugger Robot
2024-01-30Merge "simpleperf: Fix ReadTargetMemory caching." into mainTreehugger Robot
2024-01-30simpleperf: Fix ReadTargetMemory caching.Tamas Zsoldos
2024-01-30simpleperf: Relax auxtrace offset requirements.Tamas Zsoldos
2024-01-29simpleperf: scripts: Add sample_filter.pyYabin Cui
2024-01-23simpleperf: report_html.py: Sort functions in Function flamegraphsYabin Cui
2024-01-17simpleperf: Add cpu event table for more cortex coresYabin Cui
2024-01-16simpleperf: Add doc to suggest compressing pprof profileYabin Cui
2024-01-11simpleperf: Add Google-Hosted Firefox profiler in docYabin Cui
2024-01-10simpleperf: Add configurations for events supported by cpu modelsYabin Cui
2024-01-09simpleperf: list cmd: Check raw event support on each cpu modelYabin Cui
2024-01-09simpleperf: Get ARM cpu models from /proc/cpuinfoYabin Cui
2024-01-09Merge "Support starting simpleperf at early-init when boot profiling." into mainTreehugger Robot
2024-01-02Merge "simpleperf: Use event_table.json to config raw events" into mainYabin Cui
2023-12-21Merge "simpleperf: add option to specify cycle count threshold" into mainTreehugger Robot
2023-12-19Merge "simpleperf: Support profiles in protobuf format in scripts" into mainYabin Cui
2023-12-18simpleperf: Use event_table.json to config raw eventsYabin Cui
2023-12-18simpleperf: Update safety commentYabin Cui
2023-12-18simpleperf: Support profiles in protobuf format in scriptsYabin Cui
2023-12-14Support starting simpleperf at early-init when boot profiling.Peter Collingbourne
2023-12-13simpleperf: Dump symbols for branch stack addressesYabin Cui
2023-12-13profcollectd: Support collecting LBR dataYabin Cui
2023-12-12Merge "Added script to capture the instructions per cycle (IPC) of the system...Jahdiel Alvarez
2023-12-11Added script to capture the instructions per cycle (IPC) of the systemJahdiel Alvarez
2023-12-08simpleperf: Run event_table_generator.py when buildingYabin Cui
2023-12-07simpleperf: Support LBR data in branch_list.protoYabin Cui
2023-12-05simpleperf: inject cmd: Convert LBR profile to AutoFDO formatYabin Cui
2023-12-04simpleperf: inject cmd: Support reading LBR dataYabin Cui
2023-12-04simpleperf: Prepare for adding code handling LBR profilesYabin Cui
2023-12-04simpleperf: add option to specify cycle count thresholdWei-Ning Huang