summaryrefslogtreecommitdiff
path: root/simpleperf/cmd_report.cpp
AgeCommit message (Expand)Author
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
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