summaryrefslogtreecommitdiff
path: root/simpleperf/sample_tree.h
AgeCommit message (Expand)Author
2021-11-02simpleperf: fix dso/symbol filter in report command.Yabin Cui
2021-01-11simpleperf: move all source files into simpleperf namespaceYabin Cui
2020-10-23simpleperf: enable .clang-formatThiƩbaud Weksteen
2020-07-14simpleperf: support for ARMv8.3-A Pointer Autentication.Yabin Cui
2019-07-18simpleperf: don't expose libunwindstack in OfflineUnwinder.h.Yabin Cui
2019-05-06simpleperf: fix segfault caused by reused thread ids.Yabin Cui
2018-02-13simpleperf: Use cross-arch unwinding.Yabin Cui
2017-12-15simpleperf: report unwinding failures.Yabin Cui
2017-12-12simpleperf: Use CallChainJoiner.Yabin Cui
2017-07-21simpleperf: support tracing offcpu time.Yabin Cui
2017-04-19simpleperf: add --brief-callgraph option for report cmd.Yabin Cui
2016-11-16simpleperf: fix dumping arm regs on arm64 devices.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-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-05-24simpleperf: refactor SampleTree for reuse.Yabin Cui
2015-08-21Simpleperf: refactor dso.Yabin Cui
2015-08-07Simpleperf: add filters to report command.Yabin Cui
2015-07-22Simpleperf: separate ThreadTree from SampleTree.Yabin Cui
2015-07-21Simpleperf: load symbols from dso file only when necessary.Yabin Cui
2015-07-01Simpleperf: support callgraph option in report command.Yabin Cui
2015-06-30Simpleperf: support --children option in report command.Yabin Cui
2015-06-25Simpleperf: don't use designation in struct member initialization.Yabin Cui
2015-06-23Simpleperf: add option to report branch stack information.Yabin Cui
2015-06-22Simpleperf: better support for per thread comm.Yabin Cui
2015-06-11Simpleperf: improve records parsing.Yabin Cui
2015-06-09Simpleperf: support symbol parsing in report command.Yabin Cui
2015-06-08Simpleperf: remove overlapped user map in SampleTree.Yabin Cui
2015-06-05Add simpleperf report command.Yabin Cui