summaryrefslogtreecommitdiffstats
path: root/tools/perf/arch/loongarch
AgeCommit message (Expand)AuthorLines
2026-02-06perf regs: Remove __weak attributive arch__xxx_reg_mask() functionsDapeng Mi-14/+0
2026-02-06perf arch: Update arch headers to use relative UAPI pathsDapeng Mi-1/+1
2026-02-03perf kvm stat: Remove use of the arch directoryIan Rogers-141/+0
2026-01-23perf regs: Refactor use of arch__sample_reg_masks() to perf_reg_name()Ian Rogers-9/+0
2026-01-23perf disasm: Don't include C files from the arch directoryIan Rogers-145/+0
2026-01-23perf disasm: Constify use of 'struct ins_op'Ian Rogers-4/+4
2026-01-23perf disasm: Constify use of 'struct arch'Ian Rogers-4/+8
2026-01-23perf annotate: Fix args leak of map_symbolIan Rogers-6/+8
2026-01-20perf unwind-libdw: Fix a cross-arch unwinding bugShimin Guo-57/+0
2025-03-20perf build: Remove Makefile.syscallsIan Rogers-5/+0
2025-03-20perf syscalltbl: Remove syscall_table.hIan Rogers-2/+0
2025-02-14perf tools: Fix compile error on sample->user_regsNamhyung Kim-1/+1
2025-01-09perf tools loongarch: Use syscall tableCharlie Jenkins-67/+7
2024-11-16perf header: Pass a perf_cpu rather than a PMU to get_cpuid_strIan Rogers-1/+1
2024-11-16perf header: Refactor get_cpuid to take a CPU for ARMIan Rogers-1/+1
2024-11-09perf build: Remove PERF_HAVE_DWARF_REGSIan Rogers-3/+0
2024-11-09perf loongarch: Remove dwarf-regs.cIan Rogers-35/+0
2024-11-09perf disasm: Add e_machine/e_flags to struct archIan Rogers-0/+2
2024-11-09perf dwarf-regs: Remove PERF_HAVE_ARCH_REGS_QUERY_REGISTER_OFFSETIan Rogers-11/+0
2024-10-18perf build: Rename CONFIG_DWARF to CONFIG_LIBDWIan Rogers-1/+1
2024-10-18perf build: Rename NO_DWARF to NO_LIBDWIan Rogers-1/+1
2024-07-31perf annotate: Update parameters for reg extract functions to use raw instruc...Athira Rajeev-2/+4
2024-07-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-0/+238
2024-07-10perf kvm: Add kvm-stat for loongarch64Bibo Mao-0/+238
2024-06-26perf util: Make util its own libraryIan Rogers-5/+5
2024-02-23treewide: remove meaningless assignments in MakefilesMasahiro Yamada-1/+1
2024-02-15perf parse-regs: Introduce a weak function arch__sample_reg_masks()Leo Yan-1/+6
2023-11-10perf annotate: Move raw_comment and raw_func_start fields out of 'struct ins_...Namhyung Kim-3/+3
2023-08-16perf parse-regs: Move out arch specific header from util/perf_regs.hLeo Yan-0/+2
2023-08-16perf parse-regs: Remove PERF_REGS_{MAX|MASK} from common codeLeo Yan-0/+10
2023-08-16perf parse-regs: Remove unused macros PERF_REG_{IP|SP}Leo Yan-2/+0
2023-06-20perf annotate: Fix instruction association and parsing for LoongArchWANG Rui-13/+103
2023-06-05perf LoongArch: Simplify mksyscalltblTiezhu Yang-27/+11
2023-06-05perf tools: Declare syscalltbl_*[] as const for all archsTiezhu Yang-1/+1
2023-05-01tools/perf: Add basic support for LoongArchHuacai Chen-0/+359