summaryrefslogtreecommitdiff
path: root/simpleperf/cmd_report.cpp
AgeCommit message (Expand)Author
2022-01-07simpleperf: Add --filter-file in report cmd.Yabin Cui
2022-01-05simpleperf: use RecordFilter in report cmd.Yabin Cui
2021-12-23simpleperf: improve help msg of --children in report cmd.Yabin Cui
2021-12-22simpleperf: add --print-event-count in report cmd.Yabin Cui
2021-12-22simpleperf: accumulate event counts in SampleEntry.Yabin Cui
2021-12-21simpleperf: use std::function for display function.Yabin Cui
2021-12-21simpleperf: remove unused code.Yabin Cui
2021-12-16simpleperf: add --csv-separator in report cmd.Yabin Cui
2021-12-10simpleperf: make help msg of --sort option more explicit.Yabin Cui
2021-08-24Merge "simpleperf: extend --percent-limit to report entries."Yabin Cui
2021-08-24simpleperf: extend --percent-limit to report entries.Yabin Cui
2021-08-19simpleperf: switch to cpu-clock when cpu-cycles is missing on x86.Yabin Cui
2021-01-11simpleperf: move all source files into simpleperf namespaceYabin Cui
2020-11-03simpleperf: Use PreprocessOptions in inject cmd.Yabin Cui
2020-10-23simpleperf: enable .clang-formatThiƩbaud Weksteen
2020-10-19simpleperf: add --cpu to filter cpus in report command.Yabin Cui
2020-08-06simpleperf: fix jit cache path in report cmd.Yabin Cui
2020-07-14simpleperf: support for ARMv8.3-A Pointer Autentication.Yabin Cui
2020-07-08simpleperf: add function to preprocess options.Yabin Cui
2020-05-27simpleperf: support report --csv option.Yabin Cui
2019-07-18simpleperf: set scoped arch and event types in RecordFileReader.Yabin Cui
2019-05-06simpleperf: fix segfault caused by reused thread ids.Yabin Cui
2018-11-13simpleperf: fix a bug setting symfs dir.Yabin Cui
2018-04-20simpleperf: add --size-limit option in record cmd.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-12-15simpleperf: report unwinding failures.Yabin Cui
2017-07-24simpleperf: exclude kernel callchains when needed.Yabin Cui
2017-07-21simpleperf: support tracing offcpu time.Yabin Cui
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