summaryrefslogtreecommitdiff
path: root/simpleperf/thread_tree.cpp
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-12simpleperf: fix ForkThread() for fuzzer.Yabin Cui
2022-12-09simpleperf: handle unexpected dso type error.Yabin Cui
2022-08-25simpleperf: fix a heap buffer overflow reported by hwasan.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-10-28simpleperf: Add merge cmd.Yabin Cui
2020-10-23simpleperf: enable .clang-formatThiƩbaud Weksteen
2020-09-03simpleperf: pick up symbol map fileEvgeny Eltsin
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-12simpleperf: fix reading dex files for unwinding while recording.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-11-07simpleperf: fix reading kernel modules on Android.Yabin Cui
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