开源镜像站
帮助
下载
动态
GitHub
index
:
lwn.git
alabaster
automarkup
b4/review/20260312-kernel-doc-use-a-c-lexical-tokenizer-for-transforms-0e0e9e143327
build-script
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
media-uapi
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
arm-spe-decoder
/
arm-spe-pkt-decoder.c
Age
Commit message (
Expand
)
Author
2025-11-18
perf arm_spe: Decode SME data processing packet
Leo Yan
2025-11-18
perf arm_spe: Decode ASE and FP fields in other operation
Leo Yan
2025-11-18
perf arm_spe: Rename SPE_OP_PKT_IS_OTHER_SVE_OP macro
Leo Yan
2025-11-18
perf arm_spe: Decode GCS operation
Leo Yan
2025-11-18
perf arm_spe: Unify operation naming
Leo Yan
2025-11-18
perf arm_spe: Fix memset subclass in operation
Leo Yan
2025-09-19
perf arm_spe: Decode event types for new features
Leo Yan
2025-03-05
perf arm-spe: Decode transactional event
Leo Yan
2025-03-05
perf arm-spe: Extend branch operations
Leo Yan
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
2024-05-28
perf arm-spe: Unaligned pointer work around
Ian Rogers
2023-04-04
perf arm-spe: Add raw decoding for SPEv1.3 MTE and MOPS load/store
Rob Herring
2023-02-03
perf arm-spe: Add raw decoding for SPEv1.2 previous branch address
Rob Herring
2021-11-07
perf tools: Use __BYTE_ORDER__
Ilya Leoshkevich
2021-04-07
perf arm-spe: Avoid potential buffer overrun
Ian Rogers
2020-11-26
perf arm-spe: Add support for ARMv8.3-SPE
Wei Li
2020-11-26
perf arm_spe: Decode memory tagging properties
Andre Przywara
2020-11-26
perf arm-spe: Add more sub classes for operation packet
Leo Yan
2020-11-26
perf arm-spe: Refactor operation packet handling
Leo Yan
2020-11-26
perf arm-spe: Add new function arm_spe_pkt_desc_op_type()
Leo Yan
2020-11-26
perf arm-spe: Remove size condition checking for events
Leo Yan
2020-11-26
perf arm-spe: Refactor event type handling
Leo Yan
2020-11-26
perf arm-spe: Add new function arm_spe_pkt_desc_event()
Leo Yan
2020-11-26
perf arm-spe: Refactor counter packet handling
Leo Yan
2020-11-26
perf arm-spe: Add new function arm_spe_pkt_desc_counter()
Leo Yan
2020-11-26
perf arm-spe: Refactor context packet handling
Leo Yan
2020-11-26
perf arm-spe: Refactor address packet handling
Leo Yan
2020-11-26
perf arm-spe: Add new function arm_spe_pkt_desc_addr()
Leo Yan
2020-11-26
perf arm-spe: Refactor packet header parsing
Leo Yan
2020-11-26
perf arm-spe: Refactor printing string to buffer
Leo Yan
2020-11-11
perf arm-spe: Fix packet length handling
Leo Yan
2020-11-11
perf arm-spe: Refactor arm_spe_get_events()
Leo Yan
2020-11-11
perf arm-spe: Refactor payload size calculation
Leo Yan
2020-11-11
perf arm-spe: Fix a typo in comment
Leo Yan
2020-11-11
perf arm-spe: Include bitops.h for BIT() macro
Leo Yan
2020-06-01
perf tools: Move arm-spe-pkt-decoder.h/c to the new dir
Tan Xiaojun