summaryrefslogtreecommitdiff
path: root/tools/perf/util/arm-spe-decoder/arm-spe-pkt-decoder.c
AgeCommit message (Expand)AuthorFilesLines
2026-05-05perf arm_spe: Print remaining IMPDEF event numbersJames Clark1-0/+18
2026-05-05perf arm_spe: Decode Arm N1 IMPDEF eventsJames Clark1-1/+38
2026-05-05perf arm_spe: Turn event name mappings into an arrayJames Clark1-45/+43
2026-05-05perf arm_spe: Store MIDR in arm_spe_pktJames Clark1-1/+2
2025-11-18perf arm_spe: Decode SME data processing packetLeo Yan1-0/+9
2025-11-18perf arm_spe: Decode ASE and FP fields in other operationLeo Yan1-1/+5
2025-11-18perf arm_spe: Rename SPE_OP_PKT_IS_OTHER_SVE_OP macroLeo Yan1-1/+1
2025-11-18perf arm_spe: Decode GCS operationLeo Yan1-0/+4
2025-11-18perf arm_spe: Unify operation namingLeo Yan1-11/+10
2025-11-18perf arm_spe: Fix memset subclass in operationLeo Yan1-18/+7
2025-09-19perf arm_spe: Decode event types for new featuresLeo Yan1-0/+14
2025-03-05perf arm-spe: Decode transactional eventLeo Yan1-0/+2
2025-03-05perf arm-spe: Extend branch operationsLeo Yan1-3/+9
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-05-28perf arm-spe: Unaligned pointer work aroundIan Rogers1-18/+5
2023-04-04perf arm-spe: Add raw decoding for SPEv1.3 MTE and MOPS load/storeRob Herring1-0/+9
2023-02-03perf arm-spe: Add raw decoding for SPEv1.2 previous branch addressRob Herring1-1/+3
2021-11-07perf tools: Use __BYTE_ORDER__Ilya Leoshkevich1-1/+1
2021-04-07perf arm-spe: Avoid potential buffer overrunIan Rogers1-1/+3
2020-11-26perf arm-spe: Add support for ARMv8.3-SPEWei Li1-2/+34
2020-11-26perf arm_spe: Decode memory tagging propertiesAndre Przywara1-1/+5
2020-11-26perf arm-spe: Add more sub classes for operation packetLeo Yan1-2/+16
2020-11-26perf arm-spe: Refactor operation packet handlingLeo Yan1-12/+14
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 Yan1-8/+6
2020-11-26perf arm-spe: Refactor event type handlingLeo Yan1-11/+11
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 Yan1-5/+6
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 Yan1-1/+1
2020-11-26perf arm-spe: Refactor address packet handlingLeo Yan1-14/+12
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 Yan1-51/+41
2020-11-26perf arm-spe: Refactor printing string to bufferLeo Yan1-150/+148
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 Yan1-4/+3
2020-06-01perf tools: Move arm-spe-pkt-decoder.h/c to the new dirTan Xiaojun1-0/+462