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