aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/arch/loongarch/util
AgeCommit message (Expand)AuthorFilesLines
2026-04-14perf loongarch: Fix build failure with CONFIG_LIBDW_DWARF_UNWINDWANG Rui1-1/+0
2026-02-06perf regs: Remove __weak attributive arch__xxx_reg_mask() functionsDapeng Mi2-14/+0
2026-02-03perf kvm stat: Remove use of the arch directoryIan Rogers2-140/+0
2026-01-23perf regs: Refactor use of arch__sample_reg_masks() to perf_reg_name()Ian Rogers1-9/+0
2026-01-20perf unwind-libdw: Fix a cross-arch unwinding bugShimin Guo1-57/+0
2025-02-14perf tools: Fix compile error on sample->user_regsNamhyung Kim1-1/+1
2024-11-16perf header: Pass a perf_cpu rather than a PMU to get_cpuid_strIan Rogers1-1/+1
2024-11-16perf header: Refactor get_cpuid to take a CPU for ARMIan Rogers1-1/+1
2024-11-09perf loongarch: Remove dwarf-regs.cIan Rogers2-35/+0
2024-11-09perf dwarf-regs: Remove PERF_HAVE_ARCH_REGS_QUERY_REGISTER_OFFSETIan Rogers1-10/+0
2024-10-18perf build: Rename CONFIG_DWARF to CONFIG_LIBDWIan Rogers1-1/+1
2024-07-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-0/+237
2024-07-10perf kvm: Add kvm-stat for loongarch64Bibo Mao3-0/+237
2024-06-26perf util: Make util its own libraryIan Rogers1-4/+4
2024-02-15perf parse-regs: Introduce a weak function arch__sample_reg_masks()Leo Yan1-1/+6
2023-08-16perf parse-regs: Move out arch specific header from util/perf_regs.hLeo Yan2-0/+2
2023-08-16perf parse-regs: Remove PERF_REGS_{MAX|MASK} from common codeLeo Yan1-0/+10
2023-05-01tools/perf: Add basic support for LoongArchHuacai Chen5-0/+193