summaryrefslogtreecommitdiff
path: root/simpleperf/record.h
AgeCommit message (Expand)Author
2017-07-24simpleperf: exclude kernel callchains when needed.Yabin Cui
2017-02-23simpleperf: generate one report for each event attr.Yabin Cui
2016-10-31simpleperf: dump file feature section.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-20simpleperf: support building sample record manually.Yabin Cui
2016-08-26simpleperf: support hotplug events in record cmd.Yabin Cui
2016-08-11Fix google-explicit-constructor warnings in simpleperf.Chih-Hung Hsieh
2016-08-05simpleperf: reduce Record construction overhead while recording.Yabin Cui
2016-08-04simpleperf: keep binary in class Record.Yabin Cui
2016-07-14simpleperf: fix unwind stack size.Yabin Cui
2016-07-12Fix google-explicit-constructor warnings in simpleperf.Chih-Hung Hsieh
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-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-05-24simpleperf: refactor SampleTree for reuse.Yabin Cui
2016-04-05simpleperf: support reporting more than one event type.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-15Simpleperf: support build for windows.Yabin Cui
2016-01-11Simpleperf: adjust sort strategy in RecordCache.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-19Simpleperf: add raw data in sample records for tracepoint events.Yabin Cui
2015-08-11Add missing includes for pid_t.Dan Albert
2015-07-24Simpleperf: use ThreadTree when getting hit files in record command.Yabin Cui
2015-07-13Simpleperf: Support dwarf callgraph recording.Yabin Cui
2015-06-22Simpleperf: better support for per thread comm.Yabin Cui
2015-06-15Simpleperf: support callchain sampling in record command.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