summaryrefslogtreecommitdiff
path: root/simpleperf/sample_tree_test.cpp
AgeCommit message (Expand)Author
2024-04-02simpleperf: Add CDD annotation for CtsSimpleperfTestCasesYabin Cui
2021-01-11simpleperf: move all source files into simpleperf namespaceYabin Cui
2020-10-23simpleperf: enable .clang-formatThiƩbaud Weksteen
2019-05-06simpleperf: fix segfault caused by reused thread ids.Yabin Cui
2018-06-01simpleperf: refactor code managing thread maps.Yabin Cui
2016-12-16simpleperf: use per process maps.Yabin Cui
2016-10-20simpleperf: support building sample record manually.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-05-24simpleperf: refactor SampleTree for reuse.Yabin Cui
2015-10-23Simpleperf: Don't load whole perf.data into memory.Yabin Cui
2015-08-21Simpleperf: refactor dso.Yabin Cui
2015-07-22Simpleperf: separate ThreadTree from SampleTree.Yabin Cui
2015-06-22Simpleperf: better support for per thread comm.Yabin Cui
2015-06-18Simpleperf: support monitoring existing processes/threads.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