1. 6ddf93b simpleperf: fix flaky test TestApiProfiler. by Yabin Cui · 6 years ago
  2. a4496ad simpleperf: support libraries without build ids when recording. by Yabin Cui · 6 years ago
  3. d347bb4 simpleperf: fix build_id checking. by Yabin Cui · 6 years ago
  4. e681f64 simpleperf: fix failed python tests on Android O. by Yabin Cui · 6 years ago
  5. 89f04a0 Merge "simpleperf: fix test due to llvm-symbolizer upgrade." by Yabin Cui · 6 years ago
  6. 38afb47 simpleperf: fix test due to llvm-symbolizer upgrade. by Yabin Cui · 6 years ago
  7. 50608bd simpleperf: fix test.py on x86/x86_64. by Yabin Cui · 6 years ago
  8. 24ff82c simpleperf: allow more than one pattern in test.py. by Yabin Cui · 6 years ago
  9. e43663b simpleperf: add browser option in test.py. by Yabin Cui · 6 years ago
  10. 00674cc simpleperf: keep generated data of test.py. by Yabin Cui · 6 years ago
  11. 76554a4 simpleperf: merge jitted and interpreted java methods. by Yabin Cui · 6 years ago
  12. 61a5c01 simpleperf: add app tests in python test. by Yabin Cui · 6 years ago
  13. 169b4a2 simpleperf: fix location addresses in generated pprof files. by Yabin Cui · 6 years ago
  14. 15f2323 Merge "simpleperf: split test progress and log of test.py." by Yabin Cui · 6 years ago
  15. f92a2fd simpleperf: split test progress and log of test.py. by Yabin Cui · 6 years ago
  16. 33f5f32 simpleperf: use path in binary_cache in pprof_proto_generator.py. by Yabin Cui · 6 years ago
  17. ba720a4 simpleperf: fix build id in pprof_proto_generator.py. by Yabin Cui · 6 years ago
  18. 5422a2d simpleperf: switch to llvm-symbolizer. by Yabin Cui · 6 years ago
  19. 0e50ea4 simpleperf: fix is_elf_file. by Yabin Cui · 6 years ago
  20. 68220c5 simpleperf: fix report_html.py. by Yabin Cui · 6 years ago
  21. fa1ac4c simpleperf: fix filters in pprof_proto_generator.py. by Yabin Cui · 6 years ago
  22. e2600f4 simpleperf: work around a simpleperf bug on Android Q. by Yabin Cui · 6 years ago
  23. 5d269c7 simpleperf: check content in build_id_list. by Yabin Cui · 6 years ago
  24. af31dd8 simpleperf: update simpleperf prebuilts to build 5611423. by Yabin Cui · 6 years ago
  25. c3a8582 Merge "simpleperf: add --aggregate-by-thread-name in report_html.py." by Yabin Cui · 6 years ago
  26. 6c19cde simpleperf: add --aggregate-by-thread-name in report_html.py. by Yabin Cui · 6 years ago
  27. 782beb7 simpleperf: add --show_art_frames in pprof_proto_generatory.py. by Yabin Cui · 6 years ago
  28. 847f3fd simpleperf: fix segfault caused by reused thread ids. by Yabin Cui · 6 years ago
  29. e2f99e6 simpleperf: add test for start/stop api. by Yabin Cui · 6 years ago
  30. 16dde31 python: run tests for both python and python3. by Yabin Cui · 7 years ago
  31. 6e1cfaa Merge "simpleperf: fix binary_cache_builder.py." by Yabin Cui · 7 years ago
  32. 7cefa24 simpleperf: fix binary_cache_builder.py. by Yabin Cui · 7 years ago
  33. 9568429 simpleperf: support pids in app_profiler.py. by Yabin Cui · 7 years ago
  34. 83b3206 simpleperf: use Addr2Nearestline in annotate.py. by Yabin Cui · 7 years ago
  35. 95cfaba simpleperf: make scripts executable. by Yabin Cui · 7 years ago
  36. 7488968 simpleperf: support long callchain in report_html.py. by Yabin Cui · 7 years ago
  37. b90c178 simpleperf: add --binary_filter option in report_html.py. by Yabin Cui · 7 years ago
  38. 6eb8747 simpleperf: fix an error passing wrong option name. by Yabin Cui · 7 years ago
  39. e02df35 simpleperf: export tracing info in python interface. by Yabin Cui · 7 years ago
  40. 370c341 simpleperf: fix pylint warnings in python scripts. by Yabin Cui · 7 years ago
  41. c160f2c simpleperf: fix recording Java code with -p option. by Yabin Cui · 7 years ago
  42. acf04b2 simpleperf: add --size-limit option in record cmd. by Yabin Cui · 7 years ago
  43. 2969a9e simpleperf: use binary mode for build_id_list. by Yabin Cui · 7 years ago
  44. 92c4cb1 simpleperf: fix some errors testing on windows. by Yabin Cui · 7 years ago
  45. 8de07ba simpleperf: refactor app_profiler.py. by Yabin Cui · 7 years ago
  46. 7c8847b simpleperf: remove Java interpreter frames by default. by Yabin Cui · 7 years ago
  47. d5d9c42 simpleperf: add a python script to record without usb connection. by Yabin Cui · 7 years ago
  48. 40b70ff simpleperf: Improve the way downloading native libs on device. by Yabin Cui · 7 years ago
  49. b00b37d simpleperf: stop recording when app exits. by Yabin Cui · 7 years ago
  50. a4af357 simpleperf: fix test.py to pass on non-rooted devices. by Yabin Cui · 8 years ago
  51. fd98e54 simpleperf: fix two tests in test.py. by Yabin Cui · 8 years ago
  52. 310c034 Merge "simpleperf: fix parsing perf.data generated by --trace-offcpu option." by Yabin Cui · 8 years ago
  53. bf1dd36 simpleperf: fix parsing perf.data generated by --trace-offcpu option. by Yabin Cui · 8 years ago
  54. c1e72df simpleperf: show event count in milliseconds in html interface. by Yabin Cui · 8 years ago
  55. b956d24 simpleperf: support disassembly in html report interface. by Yabin Cui · 8 years ago
  56. 706c3df simpleperf: support source code in html report interface. by Yabin Cui · 8 years ago
  57. 45f6131 simpleperf: fix scripts. by Yabin Cui · 8 years ago
  58. a5d0dab simpleperf: add a python class to wrap objdump. by Yabin Cui · 8 years ago
  59. b35b061 simpleperf: Add a python class to wrap addr2line. by Yabin Cui · 8 years ago
  60. 2c79347 simpleperf: export symbol_len in report lib interface. by Yabin Cui · 8 years ago
  61. a0e96bd simpleperf: add html report interface. by Yabin Cui · 8 years ago
  62. e01b2b6 simpleperf: allow inferno to run from any dir. by Yabin Cui · 8 years ago
  63. 7cb6f29 simpleperf: fix --app option for multiprocess apps. by Yabin Cui · 8 years ago
  64. 8838769 simpleperf: fix finding app's process. by Yabin Cui · 8 years ago
  65. d66938d simpleperf: improve test.py. by Yabin Cui · 8 years ago
  66. b5b94a6 simpleperf: fix scripts based on test on darwin/windows. by Yabin Cui · 8 years ago
  67. a1c5d2c simpleperf: support --profile_from_launch option in app_profiler.py. by Yabin Cui · 8 years ago
  68. 001e76b Merge "simpleperf: fix inferno and test content of report.html." by Yabin Cui · 8 years ago
  69. 72dd31f Merge "simpleperf: add run_simpleperf_on_device.py." by Yabin Cui · 8 years ago
  70. c4dc436 simpleperf: add run_simpleperf_on_device.py. by Yabin Cui · 8 years ago
  71. d3c40e7 simpleperf: fix inferno and test content of report.html. by Yabin Cui · 8 years ago
  72. 80a1e12 simpleperf: export more info through report_lib_interface. by Yabin Cui · 8 years ago
  73. 69bce02 simpleperf: use app_profiler.py in inferno. by Yabin Cui · 8 years ago
  74. 51bdff6 Merge "simpleperf: support profiling native programs in app_profiler.py." by Yabin Cui · 8 years ago
  75. 58d1088 simpleperf: support profiling native programs in app_profiler.py. by Yabin Cui · 8 years ago
  76. 1dafb1a simpleperf: fix supporting ctrl-c when using `adb shell simpleperf xxx`. by Yabin Cui · 8 years ago
  77. d97a532 simpleperf add more script tests. by Yabin Cui · 8 years ago
  78. 3327578 simpleperf: support reporting trace offcpu data in simpleperf_report_lib. by Yabin Cui · 8 years ago
  79. bfe1a73 simpleperf: add tests for scripts. by Yabin Cui · 8 years ago