aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/arm-spe-decoder (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-07perf arm-spe: Avoid potential buffer overrunIan Rogers1-1/+3
2021-02-12perf arm-spe: Store operation type in packetLeo Yan2-0/+12
2021-02-12perf arm-spe: Store memory address in packetLeo Yan2-0/+6
2020-11-26perf arm-spe: Add support for ARMv8.3-SPEWei Li2-2/+50
2020-11-26perf arm_spe: Decode memory tagging propertiesAndre Przywara2-1/+7
2020-11-26perf arm-spe: Add more sub classes for operation packetLeo Yan1-2/+16
2020-11-26perf arm-spe: Refactor operation packet handlingLeo Yan2-12/+37
2020-11-26perf arm-spe: Add new function arm_spe_pkt_desc_op_type()Leo Yan1-34/+45
2020-11-26perf arm-spe: Remove size condition checking for eventsLeo Yan2-14/+9
2020-11-26perf arm-spe: Refactor event type handlingLeo Yan3-28/+29
2020-11-26perf arm-spe: Add new function arm_spe_pkt_desc_event()Leo Yan1-26/+37
2020-11-26perf arm-spe: Refactor counter packet handlingLeo Yan2-5/+11
2020-11-26perf arm-spe: Add new function arm_spe_pkt_desc_counter()Leo Yan1-15/+28
2020-11-26perf arm-spe: Refactor context packet handlingLeo Yan2-1/+4
2020-11-26perf arm_spe: Fixup top byte for data virtual addressLeo Yan1-3/+17
2020-11-26perf arm-spe: Refactor address packet handlingLeo Yan3-42/+48
2020-11-26perf arm-spe: Add new function arm_spe_pkt_desc_addr()Leo Yan1-26/+38
2020-11-26perf arm-spe: Refactor packet header parsingLeo Yan2-51/+61
2020-11-26perf arm-spe: Refactor printing string to bufferLeo Yan1-152/+150
2020-11-11perf arm-spe: Fix packet length handlingLeo Yan1-22/+12
2020-11-11perf arm-spe: Refactor arm_spe_get_events()Leo Yan1-4/+2
2020-11-11perf arm-spe: Refactor payload size calculationLeo Yan1-9/+9
2020-11-11perf arm-spe: Fix a typo in commentLeo Yan1-1/+1
2020-11-11perf arm-spe: Include bitops.h for BIT() macroLeo Yan2-8/+4
2020-08-21perf: arm-spe: Fix check error when synthesizing eventsWei Li1-3/+3
2020-06-01perf arm-spe: Support synthetic eventsTan Xiaojun4-1/+318
2020-06-01perf tools: Move arm-spe-pkt-decoder.h/c to the new dirTan Xiaojun3-0/+506