summaryrefslogtreecommitdiff
path: root/simpleperf/cmd_report.cpp
AgeCommit message (Expand)Author
2015-10-23Simpleperf: Don't load whole perf.data into memory.Yabin Cui
2015-09-23Simpleperf: support dwarf callgraph in report command.Yabin Cui
2015-08-21Simpleperf: use OneTimeFreeAllocator to allocate symbol names.Yabin Cui
2015-08-21Simpleperf: refactor dso.Yabin Cui
2015-08-18Simpleperf: demangle symbols only when necessary.Yabin Cui
2015-08-07Simpleperf: add filters to report command.Yabin Cui
2015-08-04Simpleperf: support caller callgraph.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
2015-07-13Simpleperf: support --vmlinux option in report command.Yabin Cui
2015-07-13Simpleperf: Support dwarf callgraph recording.Yabin Cui
2015-07-11Merge "Simpleperf: check build id in report command."Yabin Cui
2015-07-06Simpleperf: check build id 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-24Simpleperf: support cmdline feature in perf.data.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-19Simpleperf: support event type modifier.Yabin Cui
2015-06-12Merge "Simpleperf: add option to print sample count in report command."Yabin Cui
2015-06-11Merge "Simpleperf: improve records parsing."Yabin Cui
2015-06-11Simpleperf: improve records parsing.Yabin Cui
2015-06-11Simpleperf: add option to print sample count in report command.Yabin Cui
2015-06-11Simpleperf: improve symbol parsing.Yabin Cui
2015-06-09Simpleperf: support symbol parsing in report command.Yabin Cui
2015-06-08Simpleperf: adjust report width based on requirement.Yabin Cui
2015-06-05Add simpleperf report command.Yabin Cui