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