tree: 8a28a0b2a54e927b7be52ddc1da135d3d6c28ea3 [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_test.cpp
  21. cmd_debug_unwind.cpp
  22. cmd_debug_unwind_test.cpp
  23. cmd_dumprecord.cpp
  24. cmd_dumprecord_test.cpp
  25. cmd_help.cpp
  26. cmd_inject.cpp
  27. cmd_inject_test.cpp
  28. cmd_kmem.cpp
  29. cmd_kmem_test.cpp
  30. cmd_list.cpp
  31. cmd_list_test.cpp
  32. cmd_record.cpp
  33. cmd_record_test.cpp
  34. cmd_report.cpp
  35. cmd_report_sample.cpp
  36. cmd_report_sample_test.cpp
  37. cmd_report_test.cpp
  38. cmd_stat.cpp
  39. cmd_stat_test.cpp
  40. cmd_trace_sched.cpp
  41. cmd_trace_sched_test.cpp
  42. command.cpp
  43. command.h
  44. command_test.cpp
  45. cpu_hotplug_test.cpp
  46. dso.cpp
  47. dso.h
  48. dso_test.cpp
  49. environment.cpp
  50. environment.h
  51. environment_test.cpp
  52. ETMDecoder.cpp
  53. ETMDecoder.h
  54. ETMRecorder.cpp
  55. ETMRecorder.h
  56. event_attr.cpp
  57. event_attr.h
  58. event_fd.cpp
  59. event_fd.h
  60. event_selection_set.cpp
  61. event_selection_set.h
  62. event_type.cpp
  63. event_type.h
  64. event_type_table.h
  65. generate_event_type_table.py
  66. get_test_data.h
  67. gtest_main.cpp
  68. IOEventLoop.cpp
  69. IOEventLoop.h
  70. IOEventLoop_test.cpp
  71. JITDebugReader.cpp
  72. JITDebugReader.h
  73. main.cpp
  74. NOTICE
  75. OfflineUnwinder.cpp
  76. OfflineUnwinder.h
  77. OfflineUnwinder_impl.h
  78. OfflineUnwinder_test.cpp
  79. OWNERS
  80. perf_event.h
  81. perf_regs.cpp
  82. perf_regs.h
  83. read_apk.cpp
  84. read_apk.h
  85. read_apk_test.cpp
  86. read_dex_file.cpp
  87. read_dex_file.h
  88. read_dex_file_test.cpp
  89. read_elf.cpp
  90. read_elf.h
  91. read_elf_test.cpp
  92. README.md
  93. record.cpp
  94. record.h
  95. record_equal_test.h
  96. record_file.h
  97. record_file_format.h
  98. record_file_reader.cpp
  99. record_file_test.cpp
  100. record_file_writer.cpp
  101. record_lib_interface.cpp
  102. record_lib_test.cpp
  103. record_test.cpp
  104. RecordReadThread.cpp
  105. RecordReadThread.h
  106. RecordReadThread_test.cpp
  107. report_lib_interface.cpp
  108. report_sample.proto
  109. sample_tree.h
  110. sample_tree_test.cpp
  111. SampleComparator.h
  112. SampleDisplayer.h
  113. TEST_MAPPING
  114. test_util.h
  115. thread_tree.cpp
  116. thread_tree.h
  117. thread_tree_test.cpp
  118. tracing.cpp
  119. tracing.h
  120. utils.cpp
  121. utils.h
  122. utils_test.cpp
  123. workload.cpp
  124. workload.h
  125. 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.