tree: dad33359e0e62dc09901911df782a55af60d2e02 [path history] [tgz]
  1. app_api/
  2. demo/
  3. doc/
  4. include/
  5. nonlinux_support/
  6. runtest/
  7. scripts/
  8. simpleperf_app_runner/
  9. testdata/
  10. .gitignore
  11. Android.bp
  12. Android.mk
  13. AndroidTest.xml
  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_record.cpp
  35. cmd_record_impl.h
  36. cmd_record_test.cpp
  37. cmd_report.cpp
  38. cmd_report_sample.cpp
  39. cmd_report_sample_test.cpp
  40. cmd_report_test.cpp
  41. cmd_stat.cpp
  42. cmd_stat_impl.h
  43. cmd_stat_test.cpp
  44. cmd_trace_sched.cpp
  45. cmd_trace_sched_test.cpp
  46. command.cpp
  47. command.h
  48. command_test.cpp
  49. cpu_hotplug_test.cpp
  50. dso.cpp
  51. dso.h
  52. dso_test.cpp
  53. environment.cpp
  54. environment.h
  55. environment_test.cpp
  56. etm_branch_list.proto
  57. ETMDecoder.cpp
  58. ETMDecoder.h
  59. ETMRecorder.cpp
  60. ETMRecorder.h
  61. event_attr.cpp
  62. event_attr.h
  63. event_fd.cpp
  64. event_fd.h
  65. event_selection_set.cpp
  66. event_selection_set.h
  67. event_type.cpp
  68. event_type.h
  69. event_type_table.h
  70. generate_event_type_table.py
  71. get_test_data.h
  72. gtest_main.cpp
  73. IOEventLoop.cpp
  74. IOEventLoop.h
  75. IOEventLoop_test.cpp
  76. JITDebugReader.cpp
  77. JITDebugReader.h
  78. main.cpp
  79. NOTICE
  80. OfflineUnwinder.cpp
  81. OfflineUnwinder.h
  82. OfflineUnwinder_impl.h
  83. OfflineUnwinder_test.cpp
  84. OWNERS
  85. perf_event.h
  86. perf_regs.cpp
  87. perf_regs.h
  88. profcollect.cpp
  89. read_apk.cpp
  90. read_apk.h
  91. read_apk_test.cpp
  92. read_dex_file.cpp
  93. read_dex_file.h
  94. read_dex_file_test.cpp
  95. read_elf.cpp
  96. read_elf.h
  97. read_elf_test.cpp
  98. README.md
  99. record.cpp
  100. record.h
  101. record_equal_test.h
  102. record_file.h
  103. record_file_format.h
  104. record_file_reader.cpp
  105. record_file_test.cpp
  106. record_file_writer.cpp
  107. record_lib_interface.cpp
  108. record_lib_test.cpp
  109. record_test.cpp
  110. RecordReadThread.cpp
  111. RecordReadThread.h
  112. RecordReadThread_test.cpp
  113. report_lib_interface.cpp
  114. report_sample.proto
  115. sample_tree.h
  116. sample_tree_test.cpp
  117. SampleComparator.h
  118. SampleDisplayer.h
  119. TEST_MAPPING
  120. test_util.h
  121. thread_tree.cpp
  122. thread_tree.h
  123. thread_tree_test.cpp
  124. tracing.cpp
  125. tracing.h
  126. tracing_test.cpp
  127. utils.cpp
  128. utils.h
  129. utils_test.cpp
  130. workload.cpp
  131. workload.h
  132. 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 master 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.