summaryrefslogtreecommitdiff
path: root/simpleperf/cmd_stat.cpp
AgeCommit message (Expand)Author
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
2016-05-16simpleperf: fix stat scale output.Yabin Cui
2016-02-25simpleperf: fix mac build.Yabin Cui
2016-01-15Simpleperf: support build for windows.Yabin Cui
2015-12-05Merge "Simpleperf: don't use ioctl(PERF_EVENT_IOC_ENABLE)."Yabin Cui
2015-12-04Track rename from base/ to android-base/.Elliott Hughes
2015-12-03Simpleperf: don't use ioctl(PERF_EVENT_IOC_ENABLE).Yabin Cui
2015-10-30simpleperf: support --cpu option in record/stat command.Yabin Cui
2015-08-19Simpleperf: improve output of stat command.Yabin Cui
2015-07-31Simpleperf: correct the event type name printed in stat command.Yabin Cui
2015-06-29Simpleperf: support build on mac.Yabin Cui
2015-06-22Simpleperf: support child inherit option.Yabin Cui
2015-06-19Simpleperf: support event type modifier.Yabin Cui
2015-06-18Simpleperf: support monitoring existing processes/threads.Yabin Cui
2015-06-17Simpleperf: add signal handler for SIGCHLD, SIGINT, SIGTERM.Yabin Cui
2015-06-04Simpleperf: refactor command system.Yabin Cui
2015-05-15Support tracepoint event types in simpleperf.Yabin Cui
2015-05-04Implement simpleperf record/dumprecord subcommands.Yabin Cui
2015-04-23Implement simpleperf stat subcommand.Yabin Cui