summaryrefslogtreecommitdiff
path: root/simpleperf/record_file_writer.cpp
AgeCommit message (Expand)Author
2023-04-17simpleperf: Store perf_event_attr value in EventAttrWithIdYabin Cui
2023-02-14simpleperf: Support demangling rust symbols.Yabin Cui
2022-12-12simpleperf: add size check when parsing RecordHeader.Yabin Cui
2021-11-19simpleperf: check size before reading data for a record.Yabin Cui
2021-06-24simpleperf: move to file2 feature section.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-01simpleperf: keep binaries for debugging failed unwinding cases.Yabin Cui
2020-11-25simpleperf: fix symbolization for kernel modules.Yabin Cui
2020-10-28simpleperf: Add merge cmd.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
2019-08-08simpleperf: add AuxRecord and AUXTRACE feature section.Yabin Cui
2019-07-29simpleperf: support recording etm data in perf.data.Yabin Cui
2019-02-07simpleperf: fix symbolization in multi-executable-segments libraries.Yabin Cui
2018-04-17simpleperf: avoid some warning messages.Yabin Cui
2018-04-12simpleperf: fix reading dex files for unwinding while recording.Yabin Cui
2018-03-28simpleperf: support showing symbols for interpreted java code.Yabin Cui
2018-02-05simpleperf: add debug-unwind cmd.Yabin Cui
2018-01-31simpleperf: Switch to use post-unwind by default in record cmd.Yabin Cui
2017-05-03simpleperf: add META_INFO feature section in perf.data.Yabin Cui
2016-11-22simpleperf: fix a check error.Yabin Cui
2016-11-11simpleperf: dump only needed symbols in file feature section.Yabin Cui
2016-10-31simpleperf: dump file feature section.Yabin Cui
2016-10-28simpleperf: remove external sort.Yabin Cui
2016-09-29Simpleperf: don't expose EventSelection.Yabin Cui
2016-08-11Fix google-explicit-constructor warnings in simpleperf.Chih-Hung Hsieh
2016-08-05simpleperf: fix record file writer.Yabin Cui
2016-08-05simpleperf: reduce Record construction overhead while recording.Yabin Cui
2016-08-04simpleperf: keep binary in class Record.Yabin Cui
2016-06-23Simpleperf: Add SPLIT and SPLIT_END records to handle big records.Yabin Cui
2016-06-15simpleperf: replace SIMPLEPERF_ALIGN macro with Align inline function.Yabin Cui
2016-06-13simpleperf: fix mac build.Yabin Cui
2016-04-15Fix some google-runtime-int warnings.Chih-Hung Hsieh
2016-02-01simpleperf: use RemoveFileIfExists in libbase.Yabin Cui
2015-12-04Track rename from base/ to android-base/.Elliott Hughes
2015-10-23Simpleperf: Don't load whole perf.data into memory.Yabin Cui
2015-10-02Simpleperf: do dwarf unwinding in record command.Yabin Cui
2015-08-19Simpleperf: support multiple event types in record command.Yabin Cui
2015-07-24Simpleperf: use ThreadTree when getting hit files in record command.Yabin Cui
2015-07-13Simpleperf: Support dwarf callgraph recording.Yabin Cui
2015-06-29Simpleperf: support build on mac.Yabin Cui