summaryrefslogtreecommitdiff
path: root/simpleperf/cmd_stat.cpp
AgeCommit message (Expand)Author
2021-01-11simpleperf: move all source files into simpleperf namespaceYabin Cui
2020-10-23simpleperf: enable .clang-formatThiƩbaud Weksteen
2020-10-19simpleperf: add --cpu to filter cpus in report command.Yabin Cui
2020-10-13simpleperf: refactor event_type.cpp.Yabin Cui
2020-07-28simpleperf: share option formats with simpleperf_app_runner.Yabin Cui
2020-07-08simpleperf: add function to preprocess options.Yabin Cui
2020-06-19simpleperf: add --sort option in stat cmd.Yabin Cui
2020-04-01simpleperf: fix comment for per-thread and per-core report.Yabin Cui
2020-04-01simpleperf: move CounterSummaries definition to header file.Yabin Cui
2020-03-26simpleperf: fix percentage comment in stat cmd.Yabin Cui
2020-03-24simpleperf: update doc for stat --per-core option.Yabin Cui
2020-01-28simpleperf: add --per-core option to stat cmd.Yabin Cui
2020-01-23simpleperf: avoid getting event name in EventFd::OpenEventFd.Yabin Cui
2020-01-21simpleperf: add --per-thread option to stat cmd.Yabin Cui
2020-01-14simpleperf: remove code handling cpu hotplug.Yabin Cui
2019-08-20simpleperf: add --use-devfreq-counters option.Yabin Cui
2019-07-17simpleperf: add rate comment for new raw events.Yabin Cui
2019-01-31simpleperf: change the way running cts test.Yabin Cui
2019-01-23simpleperf: Use simpleperf_app_runner to profile profileable apps.Yabin Cui
2018-05-14simpleperf: Add support for implementation-defined raw PMU events.Yabin Cui
2018-04-20simpleperf: add --size-limit option in record cmd.Yabin Cui
2018-04-18simpleperf: add --interval-only-values in stat cmd.Yabin Cui
2018-03-06simpleperf: fix calculating cpu frequency.Yabin Cui
2018-02-14simpleperf: fix --interval option in system wide stating.Yabin Cui
2017-10-23simpleperf: fix unit test.Yabin Cui
2017-08-29simpleperf: fix --app option for multiprocess apps.Yabin Cui
2017-07-17simpleperf: add test for dumping regs for tracepoint events.Yabin Cui
2017-07-14simpleperf: change the way running cts tests.Yabin Cui
2017-07-14simpleperf: support "--app" option in record/stat command.Yabin Cui
2017-05-23simpleperf: support raw event types.Yabin Cui
2017-02-03simpleperf: add inplace-sampler event type.Yabin Cui
2016-12-13simpleperf: check monitored targets regularly.Yabin Cui
2016-10-19Simpleperf: add --max-stack and --percent-limit options for report cmd.Yabin Cui
2016-10-05Merge "Simpleperf: don't expose EventSelection."Treehugger Robot
2016-09-29Simpleperf: don't expose EventSelection.Yabin Cui
2016-09-29simpleperf: add interval to stat printWei Wang
2016-08-29simpleperf: handle monitored processes correctly when a cpu is up.Yabin Cui
2016-08-25simpleperf: support hotplug events in stat cmd.Yabin Cui
2016-08-24simpleperf: notify user for unsupported modifiers.Yabin Cui
2016-08-19simpleperf: monitor cpu hotplug in stat cmd.Yabin Cui
2016-08-05simpleperf: allow --duration option when executing child command.Yabin Cui
2016-07-27simpleperf: use libevent in stat command.Yabin Cui
2016-07-22simpleperf: add --duration for stat/record command.Yabin Cui
2016-07-15simpleperf: let simpleperf running record/stat command die if parent exits.Yabin Cui
2016-07-12Fix google-explicit-constructor warnings in simpleperf.Chih-Hung Hsieh
2016-07-11Generate output of simpleperf in csv formatZhiting Zhu
2016-07-06Simpleperf: add auto generated summaries in stat command.Yabin Cui
2016-06-17simpleperf: support event group.Yabin Cui
2016-06-03simpleperf: dump tracing data when needed.Yabin Cui
2016-06-01simpleperf: check perf event limit.Yabin Cui