summaryrefslogtreecommitdiff
path: root/simpleperf/cmd_record.cpp
AgeCommit message (Expand)Author
2016-06-02simpleperf: add report-sample command.Yabin Cui
2016-06-01simpleperf: check perf event limit.Yabin Cui
2016-05-31simpleperf: record kernel symbols in perf.data.Yabin Cui
2016-04-26simpleperf: improve cpu_hotplug tests.Yabin Cui
2016-04-05simpleperf: support reporting more than one event type.Yabin Cui
2016-04-01simpleperf: loosen unwinding arch check for system wide collection.Yabin Cui
2016-03-30simpleperf: don't allow 64bit simpleperf unwinding 32bit processes.Yabin Cui
2016-03-25simpleperf: don't looking for _text symbol in /proc/kallsyms.Yabin Cui
2016-03-18Simpleperf: remove dependency on global current_arch.Yabin Cui
2016-02-25simpleperf: fix mac build.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-22Simpleperf: adjust default mmap_pages used when recording.Yabin Cui
2016-01-15Simpleperf: support build for windows.Yabin Cui
2015-12-08Simpleperf: add separate cpu_hotplug_test.Yabin Cui
2015-12-05Merge "Simpleperf: don't use ioctl(PERF_EVENT_IOC_ENABLE)."Yabin Cui
2015-12-04Track rename from base/ to android-base/.Elliott Hughes
2015-12-03Simpleperf: don't use ioctl(PERF_EVENT_IOC_ENABLE).Yabin Cui
2015-10-30simpleperf: support --cpu option in record/stat command.Yabin Cui
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-21Merge "Simpleperf: refactor dso."Yabin Cui
2015-08-21Simpleperf: refactor dso.Yabin Cui
2015-08-19Simpleperf: support multiple event types in record command.Yabin Cui
2015-08-03Merge "Simpleperf: fix the process of parsing records."Yabin Cui
2015-08-03Simpleperf: fix the process of parsing records.Yabin Cui
2015-07-31Simpleperf: correct the event type name printed in stat command.Yabin Cui
2015-07-24Simpleperf: use ThreadTree when getting hit files in record command.Yabin Cui
2015-07-16Simpleperf: dump thread comm/mmaps for selected threads.Yabin Cui
2015-07-13Simpleperf: Support dwarf callgraph recording.Yabin Cui
2015-06-29Simpleperf: support build on mac.Yabin Cui
2015-06-24Simpleperf: support cmdline feature in perf.data.Yabin Cui
2015-06-22Merge "Simpleperf: support child inherit option."Yabin Cui
2015-06-22Simpleperf: support child inherit option.Yabin Cui
2015-06-22Simpleperf: better support for per thread comm.Yabin Cui
2015-06-19Simpleperf: support event type modifier.Yabin Cui
2015-06-18Simpleperf: support monitoring existing processes/threads.Yabin Cui
2015-06-18Simpleperf: add branch stack feature in perf.data.Yabin Cui
2015-06-18Merge "Simpleperf: add signal handler for SIGCHLD, SIGINT, SIGTERM."Yabin Cui
2015-06-17Simpleperf: add signal handler for SIGCHLD, SIGINT, SIGTERM.Yabin Cui
2015-06-15Simpleperf: support callchain sampling in record command.Yabin Cui
2015-06-04Simpleperf: refactor command system.Yabin Cui
2015-06-03Simpleperf: support branch stack sampling in `simpleperf record`.Yabin Cui
2015-05-13Dump build_id feature in `simpleperf record`.Yabin Cui
2015-05-05Dump kernel/modules/thread mmap information in `simpleperf record`.Yabin Cui
2015-05-04Implement simpleperf record/dumprecord subcommands.Yabin Cui