1. e275d1e simpleperf: stat: remove percentage in csv output. by Yabin Cui · 3 years ago
  2. 9f3c6f5 simpleperf: accept failures when getting hw counters on a cpu. by Yabin Cui · 3 years ago
  3. 94ab56b simpleperf: stat: don't open event files across cpus. by Yabin · 3 years ago
  4. ff1c578 simpleperf: update --print-hw-counter to check each cpu. by Yabin · 3 years ago
  5. f1a1e48 simpleperf: add --print-hw-counter in stat cmd. by Yabin Cui · 3 years, 8 months ago
  6. 3807691 simpleperf: switch to cpu-clock when cpu-cycles is missing on x86. by Yabin Cui · 4 years ago
  7. faa7b92 simpleperf: move all source files into simpleperf namespace by Yabin Cui · 4 years, 7 months ago
  8. 4848ee0 simpleperf: enable .clang-format by Thiébaud Weksteen · 4 years, 10 months ago
  9. e3ca998 simpleperf: add --cpu to filter cpus in report command. by Yabin Cui · 4 years, 10 months ago
  10. 16a6ace simpleperf: refactor event_type.cpp. by Yabin Cui · 4 years, 11 months ago
  11. 6f09467 simpleperf: share option formats with simpleperf_app_runner. by Yabin Cui · 5 years ago
  12. acbdb24 simpleperf: add function to preprocess options. by Yabin Cui · 5 years ago
  13. f53f716 simpleperf: add --sort option in stat cmd. by Yabin Cui · 5 years ago
  14. 6922c07 simpleperf: fix comment for per-thread and per-core report. by Yabin Cui · 5 years ago
  15. 5271aa7 simpleperf: move CounterSummaries definition to header file. by Yabin Cui · 5 years ago
  16. b3ed39b simpleperf: fix percentage comment in stat cmd. by Yabin Cui · 5 years ago
  17. 3ef0328 simpleperf: update doc for stat --per-core option. by Yabin Cui · 5 years ago
  18. 8ab5621 simpleperf: add --per-core option to stat cmd. by Yabin Cui · 6 years ago
  19. 8bcd8f1 simpleperf: avoid getting event name in EventFd::OpenEventFd. by Yabin Cui · 6 years ago
  20. dc2708c simpleperf: add --per-thread option to stat cmd. by Yabin Cui · 6 years ago
  21. 0487a61 simpleperf: remove code handling cpu hotplug. by Yabin Cui · 6 years ago
  22. 52f32a4 simpleperf: add --use-devfreq-counters option. by Yabin Cui · 6 years ago
  23. 117caa4 simpleperf: add rate comment for new raw events. by Yabin Cui · 6 years ago
  24. a24cf96 simpleperf: change the way running cts test. by Yabin Cui · 7 years ago
  25. 1a30a58 simpleperf: Use simpleperf_app_runner to profile profileable apps. by Yabin Cui · 7 years ago
  26. 5e8ee33 simpleperf: Add support for implementation-defined raw PMU events. by Yabin Cui · 7 years ago
  27. acf04b2 simpleperf: add --size-limit option in record cmd. by Yabin Cui · 7 years ago
  28. 9267db2 simpleperf: add --interval-only-values in stat cmd. by Yabin Cui · 7 years ago
  29. 900ea07 simpleperf: fix calculating cpu frequency. by Yabin Cui · 7 years ago
  30. c29e172 simpleperf: fix --interval option in system wide stating. by Yabin Cui · 8 years ago
  31. 7662428 simpleperf: fix unit test. by Yabin Cui · 8 years ago
  32. 7cb6f29 simpleperf: fix --app option for multiprocess apps. by Yabin Cui · 8 years ago
  33. f897452 simpleperf: add test for dumping regs for tracepoint events. by Yabin Cui · 8 years ago
  34. 616b3a0 simpleperf: change the way running cts tests. by Yabin Cui · 8 years ago
  35. a80f8f7 simpleperf: support "--app" option in record/stat command. by Yabin Cui · 8 years ago
  36. 4330138 simpleperf: support raw event types. by Yabin Cui · 8 years ago
  37. 26968e6 simpleperf: add inplace-sampler event type. by Yabin Cui · 9 years ago
  38. 5f43fc4 simpleperf: check monitored targets regularly. by Yabin Cui · 9 years ago
  39. c0565bb Simpleperf: add --max-stack and --percent-limit options for report cmd. by Yabin Cui · 9 years ago
  40. 9b20e86 Merge "Simpleperf: don't expose EventSelection." by Treehugger Robot · 9 years ago
  41. 003b245 Simpleperf: don't expose EventSelection. by Yabin Cui · 9 years ago
  42. 539fb88 simpleperf: add interval to stat print by Wei Wang · 9 years ago
  43. bc2a102 simpleperf: handle monitored processes correctly when a cpu is up. by Yabin Cui · 9 years ago
  44. 778424b simpleperf: support hotplug events in stat cmd. by Yabin Cui · 9 years ago
  45. 4cf37d1 simpleperf: notify user for unsupported modifiers. by Yabin Cui · 9 years ago
  46. 994cb62 simpleperf: monitor cpu hotplug in stat cmd. by Yabin Cui · 9 years ago
  47. eb07faa simpleperf: allow --duration option when executing child command. by Yabin Cui · 9 years ago
  48. 3e4c595 simpleperf: use libevent in stat command. by Yabin Cui · 9 years ago
  49. 8a599d7 simpleperf: add --duration for stat/record command. by Yabin Cui · 9 years ago
  50. 987d9ab simpleperf: let simpleperf running record/stat command die if parent exits. by Yabin Cui · 9 years ago
  51. 5674ed8 Fix google-explicit-constructor warnings in simpleperf. by Chih-Hung Hsieh · 9 years ago
  52. 0979ba8 Generate output of simpleperf in csv format by Zhiting Zhu · 9 years ago
  53. 0a45adf Simpleperf: add auto generated summaries in stat command. by Yabin Cui · 9 years ago
  54. 877751b simpleperf: support event group. by Yabin Cui · 9 years ago
  55. 4f41df6 simpleperf: dump tracing data when needed. by Yabin Cui · 9 years ago
  56. ebf79f3 simpleperf: check perf event limit. by Yabin Cui · 9 years ago
  57. 810d1c5 simpleperf: fix stat scale output. by Yabin Cui · 9 years ago
  58. ff7465c simpleperf: fix mac build. by Yabin Cui · 9 years ago
  59. ffaa912 Simpleperf: support build for windows. by Yabin Cui · 10 years ago
  60. b9ca50b Merge "Simpleperf: don't use ioctl(PERF_EVENT_IOC_ENABLE)." by Yabin Cui · 10 years ago
  61. 66dd09e Track rename from base/ to android-base/. by Elliott Hughes · 10 years ago
  62. a46794f Simpleperf: don't use ioctl(PERF_EVENT_IOC_ENABLE). by Yabin Cui · 10 years ago
  63. cb4c17e simpleperf: support --cpu option in record/stat command. by Yabin Cui · 10 years ago
  64. 04d08a3 Simpleperf: improve output of stat command. by Yabin Cui · 10 years ago
  65. 5872ac6 Simpleperf: correct the event type name printed in stat command. by Yabin Cui · 10 years ago
  66. 9fd3cc1 Simpleperf: support build on mac. by Yabin Cui · 10 years ago
  67. 4be4126 Simpleperf: support child inherit option. by Yabin Cui · 10 years ago
  68. d115b2f Simpleperf: support event type modifier. by Yabin Cui · 10 years ago
  69. b032de7 Simpleperf: support monitoring existing processes/threads. by Yabin Cui · 10 years ago
  70. 621a533 Simpleperf: add signal handler for SIGCHLD, SIGINT, SIGTERM. by Yabin Cui · 10 years ago
  71. f79f07e Simpleperf: refactor command system. by Yabin Cui · 10 years ago
  72. f569b47 Support tracepoint event types in simpleperf. by Yabin Cui · 10 years ago
  73. 9759e1b Implement simpleperf record/dumprecord subcommands. by Yabin Cui · 10 years ago
  74. 323e945 Implement simpleperf stat subcommand. by Yabin Cui · 10 years ago