summaryrefslogtreecommitdiff
path: root/simpleperf/cmd_inject.cpp
AgeCommit message (Expand)Author
3 dayssimpleperf: inject: Fix a segfault error when parsing vmlinux dataYabin Cui
5 dayssimpleperf: inject: Ignore invalid data instead of abortingYabin Cui
2023-12-07simpleperf: Support LBR data in branch_list.protoYabin Cui
2023-12-05simpleperf: inject cmd: Convert LBR profile to AutoFDO formatYabin Cui
2023-12-04simpleperf: inject cmd: Support reading LBR dataYabin Cui
2023-12-04simpleperf: Prepare for adding code handling LBR profilesYabin Cui
2023-05-02simpleperf: Store etm branch list in the recording fileYabin Cui
2023-05-02simpleperf: Use ETMThreadTree interface in ETMDecoderYabin Cui
2023-05-02simpleperf: Move code handling ETMBranchList file to a separate fileYabin Cui
2023-04-21simpleperf: inject cmd: accept missing aux dataYabin Cui
2023-04-06simpleperf: inject cmd: add build id in AutoFDO output.Yabin Cui
2023-02-03simpleperf: Do more checks when reading aux data.Yabin Cui
2023-01-13simpleperf: Check if ETMDecoder is created.Yabin Cui
2022-12-09simpleperf: handle unexpected dso type error.Yabin Cui
2022-12-01simpleperf: build regex support as a separate library.Yabin Cui
2021-12-15simpleperf: warn branch count overflow in inject cmd.Yabin Cui
2021-12-15simpleperf: support merging branch_list files in inject cmd.Yabin Cui
2021-12-15simpleperf: merge branch lists before converting them to autofdo.Yabin Cui
2021-12-15simpleperf: split code doing different conversions in InjectCommand.Yabin Cui
2021-12-14simpleperf: split InjectCommand code to BranchListToAutoFDOConverter.Yabin Cui
2021-12-14simpleperf: split InjectCommand code to BranchListReader.Yabin Cui
2021-12-14simpleperf: split InjectCommand code to PerfDataReader.Yabin Cui
2021-12-10simpleperf: avoid overflow when adding counts in inject cmd.Yabin Cui
2021-12-10simpleperf: split InjectCommand code to BranchListWriter.Yabin Cui
2021-12-10simpleperf: split InjectCommand code to AutoFDOWriter.Yabin Cui
2021-12-08simpleperf: support multiple input files in inject cmd.Yabin Cui
2021-05-25simpleperf: Support decoding unformatted ETM traces.Tamas Zsoldos
2021-05-11simpleperf: move kernel_start_addr into Binary msg.Yabin Cui
2021-03-30simpleperf: support kernel etm data in inject cmd.Yabin Cui
2021-02-12simpleperf: add record filter options to record and monitor cmd.Yabin Cui
2021-02-09simpleperf: skip empty output file in inject cmd.Yabin Cui
2021-01-11simpleperf: move all source files into simpleperf namespaceYabin Cui
2020-12-14simpleperf: convert vaddr to file_offset in autofdo output.Yabin Cui
2020-11-03simpleperf: add --exclude-perf in inject cmd.Yabin Cui
2020-11-03simpleperf: Use PreprocessOptions in inject cmd.Yabin Cui
2020-10-23simpleperf: enable .clang-formatThiƩbaud Weksteen
2020-07-08simpleperf: add function to preprocess options.Yabin Cui
2020-04-01simpleperf inject: support converting branch-list to autofdo.Yabin Cui
2020-04-01simpleperf inject: support branch-list output.Yabin Cui
2020-04-01simpleperf: adjust based on opencsd change.Yabin Cui
2020-01-13Add cache for --binary filter in inject cmd.Yi Kong
2020-01-06simpleperf: Accept --binary option as regex in inject cmdYi Kong
2019-09-19simpleperf: output text format for autofdo in inject cmd.Yabin Cui
2019-08-22simpleperf: add inject cmd.Yabin Cui