summaryrefslogtreecommitdiff
path: root/simpleperf/record.cpp
AgeCommit message (Expand)Author
2023-11-16simpleperf: Add DebugRecordYabin Cui
2023-04-21simpleperf: Remove stack and register fields for samples withoutYabin Cui
2023-04-17simpleperf: Remove stack and reg fields in samples after unwindingYabin Cui
2023-02-03simpleperf: fix SampleRecord::Parse for fuzzer.Yabin Cui
2022-12-12simpleperf: add size check when parsing RecordHeader.Yabin Cui
2022-12-09simpleperf: fix CHECK_SIZE_U64Yabin Cui
2022-11-22simpleperf: add more checks when parsing profile data.Yabin Cui
2022-09-13simpleperf: fix fuzzer bug in Tracing constructor.Yabin Cui
2021-12-21simpleperf: parse PERF_SAMPLE_READ field in SampleRecord.Yabin Cui
2021-11-19simpleperf: check size before reading data for a record.Yabin Cui
2021-11-10simpleperf: record switch records when --trace-offcpu is used.Yabin Cui
2021-10-14simpleperf: Add support for new perf ETE files.Branislav Rankov
2021-04-13simpleperf: fix linux host test.Yabin Cui
2021-03-12simpleperf: add callchain in UnwindingResultRecord.Yabin Cui
2021-03-10simpleperf: add --generate-report in debug_unwind cmd.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-12-17simpleperf: fix tests on windows.Yabin Cui
2020-10-23simpleperf: enable .clang-formatThiƩbaud Weksteen
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-19simpleperf: add PERF_RECORD_AUXTRACE_INFO record.Yabin Cui
2018-10-05Add noexcept to move constructors and assignment operators.Chih-Hung Hsieh
2018-07-17simpleperf: record complete process name.Yabin Cui
2018-07-16simpleperf: prefer to use mmap2 records instead of mmap records.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-27simpleperf: add record read thread.Yabin Cui
2018-06-18simpleperf: remove RecordCache.Yabin Cui
2018-04-13simpleperf: remove Java interpreter frames by default.Yabin Cui
2018-03-23Merge "simpleperf: support profiling jited java code."Yabin Cui
2018-03-21simpleperf: add SIMPLE_PERF_RECORD_TRACE_DATA record type.Yabin Cui
2018-03-21simpleperf: support profiling jited java code.Yabin Cui
2018-01-31simpleperf: Switch to use post-unwind by default in record cmd.Yabin Cui
2018-01-05simpleperf: improve unwinding result report.Yabin Cui
2017-12-18simpleperf: improve recording unwinding results.Yabin Cui
2017-12-15simpleperf: report unwinding failures.Yabin Cui
2017-12-12simpleperf: Use CallChainJoiner.Yabin Cui
2017-11-02simpleperf: fix callchains generated by the kernel.Yabin Cui
2017-07-24simpleperf: exclude kernel callchains when needed.Yabin Cui
2017-02-23simpleperf: generate one report for each event attr.Yabin Cui
2017-02-03simpleperf: add inplace-sampler event type.Yabin Cui
2016-10-26simpleperf: merge records from different buffers in memory.Yabin Cui
2016-10-20simpleperf: support building sample record manually.Yabin Cui
2016-08-30simpleperf: fix two errors.Yabin Cui
2016-08-26simpleperf: support hotplug events in record cmd.Yabin Cui
2016-08-05simpleperf: reduce Record construction overhead while recording.Yabin Cui
2016-08-04simpleperf: keep binary in class Record.Yabin Cui
2016-07-11simpleperf: add min_vaddr in DsoRecord.Yabin Cui
2016-07-06simpleperf: fix RecordCache.Yabin Cui