summaryrefslogtreecommitdiff
path: root/simpleperf/cmd_report_test.cpp
AgeCommit message (Expand)Author
2017-09-13simpleperf: Omit dwarf-callgraph tests running on arm translation tools.Yabin Cui
2017-08-14simpleperf: export more info through report_lib_interface.Yabin Cui
2017-08-03Fix clang-tidy performance-* warnings in system/extras.Chih-Hung Hsieh
2017-07-24simpleperf: exclude kernel callchains when needed.Yabin Cui
2017-07-21simpleperf: support tracing offcpu time.Yabin Cui
2017-07-12simpleperf: enforce support of dwarf based callgraph.Yabin Cui
2017-05-18simpleperf: enable two options by default.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-15simpleperf: build cts test running in app context.Yabin Cui
2016-12-16simpleperf: merge dumped symbols with symbols read from file system.Yabin Cui
2016-12-13simpleperf: check invalid perf.data.Yabin Cui
2016-12-09simpleperf: Improve Callgraph.Yabin Cui
2016-11-29simpleperf: fix tests for dwarf callgraph unwinding.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: fix two errors.Yabin Cui
2016-08-09simpleperf: fix --pids option.Yabin Cui
2016-08-01simpleperf: print warning message when failed to read symbol table from elf f...Yabin Cui
2016-07-27Fix clang-tidy performance warnings in simpleperf.Chih-Hung Hsieh
2016-07-22simpleperf: add --duration for stat/record command.Yabin Cui
2016-07-14simpleperf: show dso[+vaddr_in_file] for unknown symbols.Yabin Cui
2016-07-11simpleperf: add min_vaddr in DsoRecord.Yabin Cui
2016-07-11simpleperf: change the separator of --symbols option from comma to semicolon.Yabin Cui
2016-07-07simpleperf: fix build id check of files in symfs.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-23Simpleperf: Add SPLIT and SPLIT_END records to handle big records.Yabin Cui
2016-06-02simpleperf: add report-sample command.Yabin Cui
2016-05-31simpleperf: record kernel symbols in perf.data.Yabin Cui
2016-04-05simpleperf: support reporting more than one event type.Yabin Cui
2016-03-26Simpleperf: add test for reporting callgraph of shared libraries in apk file.Yabin Cui
2016-03-18Simpleperf: support reading symbols from .gnu_debugdata.Yabin Cui
2016-03-10simpleperf: check if dwarf callgraph is supported by kernel before testing.Yabin Cui
2016-02-25simpleperf: port cmd_report_test to nonlinux.Yabin Cui
2016-02-17simpleperf: report symbols of native libraries in apk file.Yabin Cui
2015-09-23Simpleperf: support dwarf callgraph in report command.Yabin Cui
2015-08-07Simpleperf: add filters to report command.Yabin Cui
2015-08-04Simpleperf: support caller callgraph.Yabin Cui
2015-07-13Simpleperf: Support dwarf callgraph recording.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-23Simpleperf: add option to report branch stack information.Yabin Cui
2015-06-09Simpleperf: support symbol parsing in report command.Yabin Cui
2015-06-05Add simpleperf report command.Yabin Cui