tree: 0e6c58eb5a8994451f717d7e11ec079315d85a24 [path history] [tgz]
  1. app_api/
  2. demo/
  3. doc/
  4. include/
  5. nonlinux_support/
  6. runtest/
  7. rust/
  8. scripts/
  9. simpleperf_app_runner/
  10. testdata/
  11. .gitignore
  12. Android.bp
  13. Android.mk
  14. build_id.h
  15. callchain.h
  16. CallChainJoiner.cpp
  17. CallChainJoiner.h
  18. CallChainJoiner_test.cpp
  19. cmd_api.cpp
  20. cmd_api_impl.h
  21. cmd_api_test.cpp
  22. cmd_debug_unwind.cpp
  23. cmd_debug_unwind_test.cpp
  24. cmd_dumprecord.cpp
  25. cmd_dumprecord_test.cpp
  26. cmd_help.cpp
  27. cmd_inject.cpp
  28. cmd_inject_impl.h
  29. cmd_inject_test.cpp
  30. cmd_kmem.cpp
  31. cmd_kmem_test.cpp
  32. cmd_list.cpp
  33. cmd_list_test.cpp
  34. cmd_merge.cpp
  35. cmd_merge_test.cpp
  36. cmd_monitor.cpp
  37. cmd_monitor_test.cpp
  38. cmd_record.cpp
  39. cmd_record_impl.h
  40. cmd_record_test.cpp
  41. cmd_report.cpp
  42. cmd_report_sample.cpp
  43. cmd_report_sample.proto
  44. cmd_report_sample_test.cpp
  45. cmd_report_test.cpp
  46. cmd_stat.cpp
  47. cmd_stat_impl.h
  48. cmd_stat_test.cpp
  49. cmd_trace_sched.cpp
  50. cmd_trace_sched_test.cpp
  51. command.cpp
  52. command.h
  53. command_test.cpp
  54. cpu_hotplug_test.cpp
  55. dso.cpp
  56. dso.h
  57. dso_test.cpp
  58. environment.cpp
  59. environment.h
  60. environment_test.cpp
  61. etm_branch_list.proto
  62. ETMDecoder.cpp
  63. ETMDecoder.h
  64. ETMRecorder.cpp
  65. ETMRecorder.h
  66. event_attr.cpp
  67. event_attr.h
  68. event_fd.cpp
  69. event_fd.h
  70. event_selection_set.cpp
  71. event_selection_set.h
  72. event_type.cpp
  73. event_type.h
  74. event_type_table.h
  75. generate_event_type_table.py
  76. get_test_data.h
  77. gtest_main.cpp
  78. IOEventLoop.cpp
  79. IOEventLoop.h
  80. IOEventLoop_test.cpp
  81. JITDebugReader.cpp
  82. JITDebugReader.h
  83. kallsyms.cpp
  84. kallsyms.h
  85. kallsyms_test.cpp
  86. main.cpp
  87. MapRecordReader.cpp
  88. MapRecordReader.h
  89. MapRecordReader_test.cpp
  90. NOTICE
  91. OfflineUnwinder.cpp
  92. OfflineUnwinder.h
  93. OfflineUnwinder_impl.h
  94. OfflineUnwinder_test.cpp
  95. OWNERS
  96. perf_event.h
  97. perf_regs.cpp
  98. perf_regs.h
  99. perf_regs_test.cpp
  100. ProbeEvents.cpp
  101. ProbeEvents.h
  102. ProbeEvents_test.cpp
  103. profcollect.cpp
  104. read_apk.cpp
  105. read_apk.h
  106. read_apk_test.cpp
  107. read_dex_file.cpp
  108. read_dex_file.h
  109. read_dex_file_test.cpp
  110. read_elf.cpp
  111. read_elf.h
  112. read_elf_test.cpp
  113. read_symbol_map.cpp
  114. read_symbol_map.h
  115. read_symbol_map_test.cpp
  116. README.md
  117. record.cpp
  118. record.h
  119. record_equal_test.h
  120. record_file.h
  121. record_file.proto
  122. record_file_format.h
  123. record_file_reader.cpp
  124. record_file_test.cpp
  125. record_file_writer.cpp
  126. record_lib_interface.cpp
  127. record_lib_test.cpp
  128. record_test.cpp
  129. RecordFilter.cpp
  130. RecordFilter.h
  131. RecordFilter_test.cpp
  132. RecordReadThread.cpp
  133. RecordReadThread.h
  134. RecordReadThread_test.cpp
  135. report_lib_interface.cpp
  136. report_utils.cpp
  137. report_utils.h
  138. report_utils_test.cpp
  139. sample_tree.h
  140. sample_tree_test.cpp
  141. SampleComparator.h
  142. SampleDisplayer.h
  143. TEST_MAPPING
  144. test_util.cpp
  145. test_util.h
  146. thread_tree.cpp
  147. thread_tree.h
  148. thread_tree_test.cpp
  149. tracing.cpp
  150. tracing.h
  151. tracing_test.cpp
  152. utils.cpp
  153. utils.h
  154. utils_test.cpp
  155. workload.cpp
  156. workload.h
  157. workload_test.cpp
simpleperf/README.md

Simpleperf

This file is documentation for simpleperf maintainers. There is also user documentation.

Building new prebuilts

To snap the aosp-simpleperf-release branch to ToT AOSP main and kick off a build, use this coastguard page and choose "aosp-simpleperf-release" from the "Branch" dropdown. Then click "Submit build requests". You'll get emails keeping you up to date with the progress of the snap and the build.

Updating the prebuilts

Once you have the build id (a 7-digit number) and the build is complete, run the update script from within the system/extras/simpleperf directory:

./scripts/update.py --bid 1234567 -vv

This will create a new change that you can repo upload, then approve and submit as normal.