summaryrefslogtreecommitdiff
path: root/simpleperf/thread_tree.cpp
AgeCommit message (Expand)Author
2017-06-02simpleperf: add thread name in report_sample.proto.Yabin Cui
2017-05-19simpleperf: support [vdso].Yabin Cui
2017-04-28simpleperf: fix unknown binary in samples.Yabin Cui
2016-12-16simpleperf: use per process maps.Yabin Cui
2016-11-16Support to use kallsymsDaniel Friederich
2016-11-10simpleperf: use file records in protobuf output.Yabin Cui
2016-10-31simpleperf: dump file feature section.Yabin Cui
2016-10-25simpleperf: use Dso::IsHit() to mark hit binaries.Yabin Cui
2016-09-29Simpleperf: don't expose EventSelection.Yabin Cui
2016-08-04simpleperf: keep binary in class Record.Yabin Cui
2016-07-21simplperf: improve unknown symbol print in report-sample command.Yabin Cui
2016-07-14simpleperf: show dso[+vaddr_in_file] for unknown symbols.Yabin Cui
2016-07-11simpleperf: add min_vaddr in DsoRecord.Yabin Cui
2016-06-29Simpleperf: add vaddr_in_file sort key in report command.Yabin Cui
2016-06-23Simpleperf: Add SPLIT and SPLIT_END records to handle big records.Yabin Cui
2016-06-20simpleperf: add kmem command to report slab allocation information.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-14simpleperf: use libbacktrace_offline static library.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-22Simpleperf: fix some unknown symbols for report result.Yabin Cui
2015-08-21Simpleperf: refactor dso.Yabin Cui
2015-08-03Simpleperf: fix the process of parsing records.Yabin Cui
2015-07-24Simpleperf: work around unexpected (pid, tid) pair.Yabin Cui
2015-07-24Simpleperf: use ThreadTree when getting hit files in record command.Yabin Cui
2015-07-22Simpleperf: separate ThreadTree from SampleTree.Yabin Cui