summaryrefslogtreecommitdiff
path: root/simpleperf/thread_tree.h
AgeCommit message (Expand)Author
2023-05-02simpleperf: Use ETMThreadTree interface in ETMDecoderYabin Cui
2022-12-14simpleperf: check invalid pid in ForkThread().Yabin Cui
2022-12-09simpleperf: handle unexpected dso type error.Yabin Cui
2021-06-18simpleperf debug-unwind: reduce time building thread maps.Yabin Cui
2021-02-12simpleperf: add record filter options to record and monitor cmd.Yabin Cui
2021-01-11simpleperf: move all source files into simpleperf namespaceYabin Cui
2020-11-25simpleperf: fix symbolization for kernel modules.Yabin Cui
2020-11-11simpleperf: support kernel etm data in inject cmd.Yabin Cui
2020-11-11simpleperf: use kernel start address in kernel mmap record.Yabin Cui
2020-11-03simpleperf: add --exclude-perf in inject cmd.Yabin Cui
2020-10-28simpleperf: Add merge cmd.Yabin Cui
2020-10-23simpleperf: enable .clang-formatThiƩbaud Weksteen
2020-08-27simpleperf: add perf symbol map dso + testEvgeny Eltsin
2020-03-26simpleperf: add MapLocator for etm decoding.Yabin Cui
2019-08-20simpleperf: Add ETMDecoder.Yabin Cui
2019-05-06simpleperf: fix segfault caused by reused thread ids.Yabin Cui
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