summaryrefslogtreecommitdiff
path: root/simpleperf/cmd_report_test.cpp
AgeCommit message (Expand)Author
2020-10-23simpleperf: enable .clang-formatThiƩbaud Weksteen
2020-10-19simpleperf: add --cpu to filter cpus in report command.Yabin Cui
2020-09-03simpleperf: pick up symbol map fileEvgeny Eltsin
2020-08-06simpleperf: fix jit cache path in report cmd.Yabin Cui
2020-07-08simpleperf: add function to preprocess options.Yabin Cui
2020-05-27simpleperf: support report --csv option.Yabin Cui
2018-11-14switch to using android-base/file.h instead of android-base/test_utils.hMark Salyzyn
2018-11-13simpleperf: fix a bug setting symfs dir.Yabin Cui
2018-06-18simpleperf: remove RecordCache.Yabin Cui
2018-06-07simpleperf: add whitelist to omit tests requiring hw counters.Yabin Cui
2018-04-10simpleperf: Improve the way downloading native libs on device.Yabin Cui
2018-03-21simpleperf: add SIMPLE_PERF_RECORD_TRACE_DATA record type.Yabin Cui
2018-02-13simpleperf: Use cross-arch unwinding.Yabin Cui
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