summaryrefslogtreecommitdiff
path: root/simpleperf/cmd_report.cpp
AgeCommit message (Expand)Author
2016-06-29Simpleperf: add vaddr_in_file sort key in report command.Yabin Cui
2016-06-15simpleperf: add type modifier when reporting events.Yabin Cui
2016-06-03simpleperf: dump tracing data when needed.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-25Fix google-explicit-constructor warnings.Chih-Hung Hsieh
2016-04-05simpleperf: support reporting more than one event type.Yabin Cui
2016-04-01simpleperf: loosen unwinding arch check for system wide collection.Yabin Cui
2016-03-30simpleperf: don't allow 64bit simpleperf unwinding 32bit processes.Yabin Cui
2016-03-18Simpleperf: remove dependency on global current_arch.Yabin Cui
2016-03-01Fix typo in 'help report' output.Than McIntosh
2016-02-25simpleperf: fix mac build.Yabin Cui
2016-02-17simpleperf: report symbols of native libraries in apk file.Yabin Cui
2016-02-08simpleperf: port read_apk and read_apk/read_elf tests to nonlinux.Yabin Cui
2016-01-12Simpleperf: fix --comms option for report cmd.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-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