summaryrefslogtreecommitdiff
path: root/simpleperf/cmd_record.cpp
AgeCommit message (Expand)Author
2018-01-08simpleperf: stop recording when app exits.Yabin Cui
2018-01-05simpleperf: improve unwinding result report.Yabin Cui
2017-12-20simpleperf: adjust callchains generated by kernel before unwinding records.Yabin Cui
2017-12-16Merge "simpleperf: report unwinding failures."Yabin Cui
2017-12-15simpleperf: report unwinding failures.Yabin Cui
2017-12-14simpleperf: respect inherited SIGHUP disposition.Josh Gao
2017-12-12simpleperf: Use CallChainJoiner.Yabin Cui
2017-12-07simpleperf: fix excluding kernel callchains when --trace-offcpu is used.Yabin Cui
2017-12-06simpleperf: create tempfile in the same dir as recording file.Yabin Cui
2017-12-06simpleperf: allow more opened files.Yabin Cui
2017-11-06Merge "simpleperf: fix callchains generated by the kernel."Yabin Cui
2017-11-02simpleperf: fix callchains generated by the kernel.Yabin Cui
2017-11-01simpleperf: avoid warning for default freq.Yabin Cui
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