summaryrefslogtreecommitdiff
path: root/simpleperf/cmd_record.cpp
AgeCommit message (Expand)Author
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
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