summaryrefslogtreecommitdiff
path: root/simpleperf/cmd_record.cpp
AgeCommit message (Expand)Author
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
2016-08-04simpleperf: keep binary in class Record.Yabin Cui
2016-08-01simpleperf: print warning message when failed to read symbol table from elf f...Yabin Cui
2016-07-28simpleperf: use libevent in record 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-14Merge "simpleperf: fix unwind stack size."Treehugger Robot
2016-07-14simpleperf: fix unwind stack size.Yabin Cui
2016-07-14Merge "simpleperf: fix dumping symbols for unwinded ips."Yabin Cui
2016-07-14simpleperf: fix dumping symbols for unwinded ips.Yabin Cui
2016-07-13simpleperf: adjust mapped buffer size in record command.Yabin Cui
2016-07-13simpleperf: check dump stack size and adjust its default value.Yabin Cui
2016-07-12simpleperf: combine mapped buffer used for the same event and cpu.Yabin Cui
2016-07-12Merge "simpleperf: fix test record_cmd.dump_symbols."Treehugger Robot
2016-07-12simpleperf: check kernel symbol addresses before dumping them.Yabin Cui
2016-07-11simpleperf: add min_vaddr in DsoRecord.Yabin Cui