summaryrefslogtreecommitdiff
path: root/simpleperf/cmd_debug_unwind.cpp
AgeCommit message (Expand)Author
2023-04-17simpleperf: Store perf_event_attr value in EventAttrWithIdYabin Cui
2023-03-03simpleperf: Increase default user buffer size to 256MYabin Cui
2023-02-10simpleperf: Separate EOF and error in ReadFileFeature.Yabin Cui
2022-12-09simpleperf: handle unexpected dso type error.Yabin Cui
2021-06-28Merge "simpleperf: move to file2 feature section."Yabin Cui
2021-06-24simpleperf: move to file2 feature section.Yabin Cui
2021-06-21simpleperf debug-unwind: keep all maps when generating test file.Yabin Cui
2021-06-18simpleperf debug-unwind: add --skip-sample-print option.Yabin Cui
2021-06-18simpleperf debug-unwind: reduce time building thread maps.Yabin Cui
2021-05-05simpleperf: improve generating test files.Yabin Cui
2021-03-12simpleperf: add callchain in UnwindingResultRecord.Yabin Cui
2021-03-10simpleperf: add --generate-report in debug_unwind cmd.Yabin Cui
2021-03-05simpleperf: add --generate-test-file option in debug-unwind cmd.Yabin Cui
2021-03-05simpleperf: unwind samples in files recorded with debug info.Yabin Cui
2021-03-05simpleperf: refactor debug_unwind cmd.Yabin Cui
2021-03-01simpleperf: keep binaries for debugging failed unwinding cases.Yabin Cui
2021-02-25simpleperf: add options to keep failed unwinding results in record cmd.Yabin Cui
2021-01-11simpleperf: move all source files into simpleperf namespaceYabin Cui
2020-10-23simpleperf: enable .clang-formatThiƩbaud Weksteen
2020-07-14simpleperf: support for ARMv8.3-A Pointer Autentication.Yabin Cui
2020-07-08simpleperf: add function to preprocess options.Yabin Cui
2019-07-18simpleperf: set scoped arch and event types in RecordFileReader.Yabin Cui
2019-07-18simpleperf: don't expose libunwindstack in OfflineUnwinder.h.Yabin Cui
2018-07-11simpleperf: fix an abort caused by ip zero in kernel callchain.Yabin Cui
2018-06-29simpleperf: remove some deprecated code.Yabin Cui
2018-06-18simpleperf: remove RecordCache.Yabin Cui
2018-04-20simpleperf: add --size-limit option in record cmd.Yabin Cui
2018-04-17simpleperf: avoid some warning messages.Yabin Cui
2018-03-28simpleperf: support showing symbols for interpreted java code.Yabin Cui
2018-03-08simpleperf: improve managing temp files.Yabin Cui
2018-02-13simpleperf: Use cross-arch unwinding.Yabin Cui
2018-02-08simpleperf: improve debug-unwind cmd.Yabin Cui
2018-02-05simpleperf: add debug-unwind cmd.Yabin Cui