summaryrefslogtreecommitdiff
path: root/simpleperf/cmd_record.cpp
AgeCommit message (Expand)Author
2017-09-25simpleperf: Keep record time and android version in perf.data.Yabin Cui
2017-09-05simpleperf: support --clockid option in record cmd.Yabin Cui
2017-08-29simpleperf: fix --app option for multiprocess apps.Yabin Cui
2017-08-28simpleperf: fix finding app's process.Yabin Cui
2017-08-14simpleperf: export more info through report_lib_interface.Yabin Cui
2017-08-08simpleperf: add --exit-with-parent option in record cmd.Yabin Cui
2017-08-07simpleperf: allow recording events in different speed.Yabin Cui
2017-08-02simpleperf: fix supporting ctrl-c when using `adb shell simpleperf xxx`.Yabin Cui
2017-07-24simpleperf: exclude kernel callchains when needed.Yabin Cui
2017-07-22Merge "simpleperf: adjust sample freq instead of checking it."Treehugger Robot
2017-07-21simpleperf: adjust sample freq instead of checking it.Yabin Cui
2017-07-21simpleperf: support tracing offcpu time.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-22Merge "simpleperf: better support kernel symbols when running as root."Yabin Cui
2017-05-19simpleperf: support [vdso].Yabin Cui
2017-05-19simpleperf: better support kernel symbols when running as root.Yabin Cui
2017-05-18simpleperf: enable two options by default.Yabin Cui
2017-05-03simpleperf: add META_INFO feature section in perf.data.Yabin Cui
2017-04-18simpleperf: add --start_profiling_fd option for record cmd.Yabin Cui
2017-04-18simpleperf: add warning for `--call-graph fp` option on arm.Yabin Cui
2017-02-03simpleperf: add inplace-sampler event type.Yabin Cui
2017-01-12simpleperf: fix dumpping kernel symbols.Yabin Cui
2016-12-13simpleperf: check monitored targets regularly.Yabin Cui
2016-11-16simpleperf: fix dumping arm regs on arm64 devices.Yabin Cui
2016-11-11simpleperf: dump only needed symbols in file feature section.Yabin Cui
2016-11-10simpleperf: use file records in protobuf output.Yabin Cui
2016-10-31simpleperf: dump file feature section.Yabin Cui
2016-10-31Merge "simpleperf: remove external sort."Yabin Cui
2016-10-28simpleperf: remove external sort.Yabin Cui
2016-10-28simpleperf: avoid errors/warnings caused by sepolicy.Yabin Cui
2016-10-26simpleperf: merge records from different buffers in memory.Yabin Cui
2016-10-25simpleperf: use Dso::IsHit() to mark hit binaries.Yabin Cui
2016-10-21simpleperf: fix dumping build id.Yabin Cui
2016-10-20simpleperf: support building sample record manually.Yabin Cui
2016-10-19Simpleperf: add --max-stack and --percent-limit options for report cmd.Yabin Cui
2016-09-29Simpleperf: don't expose EventSelection.Yabin Cui
2016-09-15simpleperf: calculate perf clock based on system clock.Yabin Cui
2016-09-03Merge "Use android::base::GetExecutablePath in simpleperf."Treehugger Robot
2016-09-02Use android::base::GetExecutablePath in simpleperf.Elliott Hughes
2016-08-29simpleperf: handle monitored processes correctly when a cpu is up.Yabin Cui
2016-08-24simpleperf: notify user for unsupported modifiers.Yabin Cui
2016-08-24Merge "simpleperf: monitor cpu hotplug in stat cmd."Treehugger Robot
2016-08-23simpleperf: omit samples get while dumping thread map information.Yabin Cui
2016-08-19simpleperf: monitor cpu hotplug in stat cmd.Yabin Cui
2016-08-09Merge "simpleperf: monitor and report cpu hotplug events."Treehugger Robot
2016-08-05simpleperf: allow --duration option when executing child command.Yabin Cui
2016-08-05simpleperf: monitor and report cpu hotplug events.Yabin Cui
2016-08-05simpleperf: reduce Record construction overhead while recording.Yabin Cui