summaryrefslogtreecommitdiff
path: root/simpleperf/thread_tree.h
AgeCommit message (Expand)Author
2019-02-07simpleperf: fix symbolization in multi-executable-segments libraries.Yabin Cui
2018-06-01simpleperf: refactor code managing thread maps.Yabin Cui
2018-04-17simpleperf: avoid some warning messages.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-02-22Create maps for libunwind only if they changed.Christopher Ferris
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
2017-02-10simpleperf: build libsimpleperf_inplace_sampler library.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-30simpleperf: add python report interface on linux.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: fix test record_cmd.dump_symbols.Yabin Cui
2016-06-29Simpleperf: add vaddr_in_file sort key in report command.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-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-18Simpleperf: demangle symbols only when necessary.Yabin Cui
2015-08-03Simpleperf: fix the process of parsing records.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