summaryrefslogtreecommitdiff
path: root/simpleperf/cmd_report.cpp
AgeCommit message (Expand)Author
2017-05-18simpleperf: enable two options by default.Yabin Cui
2017-04-28simpleperf: fix unknown binary in samples.Yabin Cui
2017-04-19simpleperf: add --brief-callgraph option for report cmd.Yabin Cui
2017-02-24Merge "simpleperf: generate one report for each event attr."Treehugger Robot
2017-02-23simpleperf: add --raw-period option for report cmd.Yabin Cui
2017-02-23simpleperf: generate one report for each event attr.Yabin Cui
2017-02-10simpleperf: build libsimpleperf_inplace_sampler library.Yabin Cui
2016-12-09simpleperf: Improve Callgraph.Yabin Cui
2016-11-04simpleperf: make file feature section used in more report commands.Yabin Cui
2016-10-31simpleperf: dump file feature section.Yabin Cui
2016-10-19Simpleperf: add --max-stack and --percent-limit options for report cmd.Yabin Cui
2016-09-29Simpleperf: don't expose EventSelection.Yabin Cui
2016-08-30simpleperf: add python report interface on linux.Yabin Cui
2016-08-26simpleperf: support hotplug events in record cmd.Yabin Cui
2016-08-09simpleperf: fix --pids option.Yabin Cui
2016-08-04simpleperf: keep binary in class Record.Yabin Cui
2016-07-14Merge "simpleperf: show dso[+vaddr_in_file] for unknown symbols."Treehugger Robot
2016-07-14simpleperf: show dso[+vaddr_in_file] for unknown symbols.Yabin Cui
2016-07-14simpleperf: change default callgraph to use caller mode.Yabin Cui
2016-07-11simpleperf: change the separator of --symbols option from comma to semicolon.Yabin Cui
2016-07-06simpleperf: add symbol filter for report command.Yabin Cui
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