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