summaryrefslogtreecommitdiff
path: root/simpleperf/cmd_record.cpp
AgeCommit message (Expand)Author
2019-07-19Merge "simpleperf: add PERF_RECORD_AUXTRACE_INFO record."Yabin Cui
2019-07-19simpleperf: add PERF_RECORD_AUXTRACE_INFO record.Yabin Cui
2019-07-18simpleperf: don't expose libunwindstack in OfflineUnwinder.h.Yabin Cui
2019-06-04simpleperf: add --no-cut-samples in record cmd.Yabin Cui
2019-05-31simpleperf: dump mmap records for dex files extracted in JITDebugReader.Yabin Cui
2019-05-28Simpleperf: fix a reference error in lambda function.Yabin Cui
2019-02-20simpleperf: Add Java/C++ API to control simpleperf in app code.Yabin Cui
2019-02-14simpleperf: prepare for adding user api.Yabin Cui
2019-01-31simpleperf: change the way running cts test.Yabin Cui
2019-01-23simpleperf: Use simpleperf_app_runner to profile profileable apps.Yabin Cui
2018-11-14switch to using android-base/file.h instead of android-base/test_utils.hMark Salyzyn
2018-08-30Merge "Remove ashmem from system/extras"Joel Fernandes
2018-08-29simpleperf: sync JIT debug info with records.Yabin Cui
2018-08-27Remove ashmem from system/extrasJoel Fernandes
2018-08-14simpleperf: set kernel resources used for profiling on Android >=Q.Yabin Cui
2018-07-23simpleperf: use libunwindstack directly for unwinding.Yabin Cui
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: dump maps only when needed in system wide recording.Yabin Cui
2018-07-11simpleperf: fix an abort caused by ip zero in kernel callchain.Yabin Cui
2018-07-09simpleperf: fix more recording time than requested.Yabin Cui
2018-06-29simpleperf: remove some deprecated code.Yabin Cui
2018-06-28simpleperf: fix hash function for CallChainJoiner.Yabin Cui
2018-06-27simpleperf: add record read thread.Yabin Cui
2018-06-18simpleperf: remove RecordCache.Yabin Cui
2018-06-11simpleperf: support JIT/interpreted java code in system wide profiling.Yabin Cui
2018-06-01simpleperf: refactor code managing thread maps.Yabin Cui
2018-05-22Merge "simpleperf: get symbols from dex files extracted from zip files."Yabin Cui
2018-05-22simpleperf: get symbols from dex files extracted from zip files.Yabin Cui
2018-05-14simpleperf: Add support for implementation-defined raw PMU events.Yabin Cui
2018-04-24simpleperf: fix recording Java code with -p option.Yabin Cui
2018-04-20simpleperf: add --size-limit option in record cmd.Yabin Cui
2018-04-18Merge "simpleperf: refactor app_profiler.py."Yabin Cui
2018-04-18simpleperf: refactor app_profiler.py.Yabin Cui
2018-04-18Merge "simpleperf: switch to unwinding while recording by default."Yabin Cui
2018-04-17simpleperf: switch to unwinding while recording by default.Yabin Cui
2018-04-17simpleperf: avoid some warning messages.Yabin Cui
2018-04-12Merge "simpleperf: Improve the way downloading native libs on device."Yabin Cui
2018-04-11simpleperf: Support removing unknown kernel symbols in report-sampleYabin Cui
2018-04-10simpleperf: report app package name in report-sample command.Yabin Cui
2018-04-10simpleperf: Improve the way downloading native libs on device.Yabin Cui
2018-03-28simpleperf: support showing symbols for interpreted java code.Yabin Cui
2018-03-21simpleperf: support profiling jited java code.Yabin Cui
2018-03-19simpleperf: Add JITDebugReader.Yabin Cui
2018-03-08simpleperf: improve managing temp files.Yabin Cui
2018-02-13simpleperf: Use cross-arch unwinding.Yabin Cui
2018-02-06Simpleperf: Support record --Andreas Gampe
2018-02-05simpleperf: add debug-unwind cmd.Yabin Cui
2018-01-31simpleperf: Switch to use post-unwind by default in record cmd.Yabin Cui
2018-01-22simpleperf: temporarily disable handling cpu hotplug in record cmd.Yabin Cui