summaryrefslogtreecommitdiff
path: root/simpleperf/sample_tree.cpp
AgeCommit message (Expand)Author
2015-12-04Track rename from base/ to android-base/.Elliott Hughes
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-13Simpleperf: support --vmlinux option in report command.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-11Merge "Simpleperf: improve records parsing."Yabin Cui
2015-06-11Simpleperf: improve records parsing.Yabin Cui
2015-06-11Simpleperf: always use the latest comm.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