summaryrefslogtreecommitdiff
path: root/simpleperf/record_file_reader.cpp
AgeCommit message (Expand)Author
2024-01-30simpleperf: Relax auxtrace offset requirements.Tamas Zsoldos
2023-05-02simpleperf: Store etm branch list in the recording fileYabin Cui
2023-04-21simpleperf: inject cmd: accept missing aux dataYabin Cui
2023-04-17simpleperf: Store perf_event_attr value in EventAttrWithIdYabin Cui
2023-02-10simpleperf: Separate EOF and error in ReadFileFeature.Yabin Cui
2023-02-03simpleperf: Do more checks when reading aux data.Yabin Cui
2022-12-14Merge "simpleperf: fix ReadFileV2Feature for fuzzer."Yabin Cui
2022-12-14Merge "simpleperf: add size check when parsing RecordHeader."Yabin Cui
2022-12-12simpleperf: fix ReadFileV2Feature for fuzzer.Yabin Cui
2022-12-12simpleperf: fix ReadCmdlineFeature for fuzzer.Yabin Cui
2022-12-12simpleperf: add size check when parsing RecordHeader.Yabin Cui
2022-12-12Merge "simpleperf: fix ReadMetaInfoFeature for fuzzer."Yabin Cui
2022-12-09simpleperf: fix ReadMetaInfoFeature for fuzzer.Yabin Cui
2022-12-09simpleperf: handle unexpected dso type error.Yabin Cui
2022-11-22simpleperf: add more checks when parsing profile data.Yabin Cui
2022-09-29simpleperf: fix fuzz bug in ReadRecord().Yabin Cui
2022-09-14simpleperf: fix fuzz bug in ReadFileFeature.Yabin Cui
2022-09-14simpleperf: fix fuzz bug in ReadAttrSection.Yabin Cui
2022-09-13simpleperf: fix fuzzer bug in ReadFeatureString.Yabin Cui
2022-01-07simpleperf: Add --filter-file in report cmd.Yabin Cui
2021-11-20Merge "simpleperf: check size before reading data for a record."Yabin Cui
2021-11-19simpleperf: check size before reading data for a record.Yabin Cui
2021-11-11simpleperf: check recording file header and attr section.Yabin Cui
2021-11-11simpleperf: detect invalid feature section descriptors.Yabin Cui
2021-10-28simpleperf: add libsimpleperf_report_fuzzer.Yabin Cui
2021-07-13simpleperf: fix reading filev2 section.Yabin Cui
2021-06-24simpleperf: move to file2 feature section.Yabin Cui
2021-03-01simpleperf: keep binaries for debugging failed unwinding cases.Yabin Cui
2020-11-25simpleperf: fix symbolization for kernel modules.Yabin Cui
2020-10-29Merge "simpleperf: Add merge cmd."Yabin Cui
2020-10-28simpleperf: Add merge cmd.Yabin Cui
2020-10-27simpleperf: support injecting files generated by perf.Yabin Cui
2020-10-23simpleperf: enable .clang-formatThiƩbaud Weksteen
2020-09-01simpleperf: Move event_type.h and related headers into simpleperf namespace.Yabin Cui
2020-04-01simpleperf inject: support branch-list output.Yabin Cui
2019-08-08simpleperf: add AuxRecord and AUXTRACE feature section.Yabin Cui
2019-07-29simpleperf: support recording etm data in perf.data.Yabin Cui
2019-07-18simpleperf: set scoped arch and event types in RecordFileReader.Yabin Cui
2019-02-07simpleperf: fix symbolization in multi-executable-segments libraries.Yabin Cui
2018-07-11simpleperf: fix an abort caused by ip zero in kernel callchain.Yabin Cui
2018-06-18simpleperf: remove RecordCache.Yabin Cui
2018-03-28simpleperf: support showing symbols for interpreted java code.Yabin Cui
2017-08-14simpleperf: export more info through report_lib_interface.Yabin Cui
2017-05-03simpleperf: add META_INFO feature section in perf.data.Yabin Cui
2017-02-23simpleperf: generate one report for each event attr.Yabin Cui
2016-12-13simpleperf: check invalid perf.data.Yabin Cui
2016-11-10simpleperf: fix unaligned data access on arm.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-21simpleperf: fix dumping build id.Yabin Cui