index
:
git.armlinux.org.uk/linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
arch
/
riscv
Age
Commit message (
Expand
)
Author
2025-03-20
perf build: Remove Makefile.syscalls
Ian Rogers
2025-03-20
perf syscalltbl: Remove syscall_table.h
Ian Rogers
2025-02-14
perf tools: Fix compile error on sample->user_regs
Namhyung Kim
2025-01-09
perf tools: Create generic syscall table support
Charlie Jenkins
2024-11-16
perf header: Pass a perf_cpu rather than a PMU to get_cpuid_str
Ian Rogers
2024-11-16
perf header: Refactor get_cpuid to take a CPU for ARM
Ian Rogers
2024-11-09
perf build: Remove PERF_HAVE_DWARF_REGS
Ian Rogers
2024-11-09
perf riscv: Remove dwarf-regs.c and add dwarf-regs-table.h
Ian Rogers
2024-11-09
perf dwarf-regs: Remove PERF_HAVE_ARCH_REGS_QUERY_REGISTER_OFFSET
Ian Rogers
2024-10-30
perf, riscv: Wire up perf trace support for RISC-V
Björn Töpel
2024-10-18
perf build: Rename CONFIG_DWARF to CONFIG_LIBDW
Ian Rogers
2024-10-18
perf build: Rename NO_DWARF to NO_LIBDW
Ian Rogers
2024-07-20
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2024-06-26
perf util: Make util its own library
Ian Rogers
2024-06-26
perf kvm/riscv: Port perf kvm stat to RISC-V
Shenlin Liang
2024-04-26
perf riscv: Fix the warning due to the incompatible type
Ben Zong-You Xie
2024-02-15
perf parse-regs: Introduce a weak function arch__sample_reg_masks()
Leo Yan
2023-08-16
perf parse-regs: Move out arch specific header from util/perf_regs.h
Leo Yan
2023-08-16
perf parse-regs: Remove PERF_REGS_{MAX|MASK} from common code
Leo Yan
2023-08-16
perf parse-regs: Remove unused macros PERF_REG_{IP|SP}
Leo Yan
2023-01-02
perf tools riscv: Fix build error on riscv due to missing header for 'struct ...
Eric Lin
2022-10-27
perf tools riscv: Add support for get_cpuid_str function
Nikita Shubin
2022-04-11
perf jitdump: Add riscv64 support
Eric Lin
2021-12-16
perf arch: Support register names from all archs
German Gomez
2021-02-18
perf tools: Fix arm64 build error with gcc-11
Jianlin Lv
2019-10-10
perf tools: Avoid 'sample_reg_masks' being const + weak
Ian Rogers
2019-09-05
riscv: Add support for libdw
Mao Han