summaryrefslogtreecommitdiff
path: root/simpleperf/record.cpp
AgeCommit message (Expand)Author
2018-10-05Add noexcept to move constructors and assignment operators.Chih-Hung Hsieh
2018-07-17simpleperf: record complete process name.Yabin Cui
2018-07-16simpleperf: prefer to use mmap2 records instead of mmap records.Yabin Cui
2018-07-11simpleperf: fix an abort caused by ip zero in kernel callchain.Yabin Cui
2018-06-29simpleperf: remove some deprecated code.Yabin Cui
2018-06-27simpleperf: add record read thread.Yabin Cui
2018-06-18simpleperf: remove RecordCache.Yabin Cui
2018-04-13simpleperf: remove Java interpreter frames by default.Yabin Cui
2018-03-23Merge "simpleperf: support profiling jited java code."Yabin Cui
2018-03-21simpleperf: add SIMPLE_PERF_RECORD_TRACE_DATA record type.Yabin Cui
2018-03-21simpleperf: support profiling jited java code.Yabin Cui
2018-01-31simpleperf: Switch to use post-unwind by default in record cmd.Yabin Cui
2018-01-05simpleperf: improve unwinding result report.Yabin Cui
2017-12-18simpleperf: improve recording unwinding results.Yabin Cui
2017-12-15simpleperf: report unwinding failures.Yabin Cui
2017-12-12simpleperf: Use CallChainJoiner.Yabin Cui
2017-11-02simpleperf: fix callchains generated by the kernel.Yabin Cui
2017-07-24simpleperf: exclude kernel callchains when needed.Yabin Cui
2017-02-23simpleperf: generate one report for each event attr.Yabin Cui
2017-02-03simpleperf: add inplace-sampler event type.Yabin Cui
2016-10-26simpleperf: merge records from different buffers in memory.Yabin Cui
2016-10-20simpleperf: support building sample record manually.Yabin Cui
2016-08-30simpleperf: fix two errors.Yabin Cui
2016-08-26simpleperf: support hotplug events in record cmd.Yabin Cui
2016-08-05simpleperf: reduce Record construction overhead while recording.Yabin Cui
2016-08-04simpleperf: keep binary in class Record.Yabin Cui
2016-07-11simpleperf: add min_vaddr in DsoRecord.Yabin Cui
2016-07-06simpleperf: fix RecordCache.Yabin Cui
2016-06-23Simpleperf: Add SPLIT and SPLIT_END records to handle big records.Yabin Cui
2016-06-22Simpleperf: report lost record count and warn if 10% records are lost.Yabin Cui
2016-06-15simpleperf: replace SIMPLEPERF_ALIGN macro with Align inline function.Yabin Cui
2016-06-13simpleperf: fix mac build.Yabin Cui
2016-06-03simpleperf: dump tracing data when needed.Yabin Cui
2016-06-02simpleperf: add report-sample command.Yabin Cui
2016-05-31simpleperf: record kernel symbols in perf.data.Yabin Cui
2016-04-05simpleperf: support reporting more than one event type.Yabin Cui
2016-03-18Simpleperf: remove dependency on global current_arch.Yabin Cui
2016-03-01simpleperf: fix analyzer warning.Yabin Cui
2016-02-25simpleperf: port cmd_report_test to nonlinux.Yabin Cui
2016-02-17simpleperf: report symbols of native libraries in apk file.Yabin Cui
2016-02-02Support profiling of shared libs embedded in APKs.Than McIntosh
2016-01-11Simpleperf: adjust sort strategy in RecordCache.Yabin Cui
2015-12-04Track rename from base/ to android-base/.Elliott Hughes
2015-10-23Simpleperf: Don't load whole perf.data into memory.Yabin Cui
2015-10-12Simpleperf: do stack unwinding while recording.Yabin Cui
2015-10-02Simpleperf: do dwarf unwinding in record command.Yabin Cui
2015-08-19Simpleperf: add raw data in sample records for tracepoint events.Yabin Cui
2015-07-24Simpleperf: use ThreadTree when getting hit files in record command.Yabin Cui
2015-07-13Simpleperf: Support dwarf callgraph recording.Yabin Cui
2015-07-06Simpleperf: check build id in report command.Yabin Cui