#!/bin/bash # description: system-wide syscall counts # args: [comm] if [ $# -gt 0 ] ; then if ! expr match "$1" "-" > /dev/null ; then comm=$1 shift fi fi perf trace $@ -s ~/libexec/perf-core/scripts/python/syscall-counts.py $comm .postlink?h=0x221E-v0.0-v7.0' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/arch/riscv/Makefile.postlink
AgeCommit message (Expand)Author
2023-10-28kbuild: remove ARCH_POSTLINK from module buildsMasahiro Yamada
2023-04-19riscv: Use --emit-relocs in order to move .rela.dyn in initAlexandre Ghiti
2023-04-19riscv: Check relocations at compile timeAlexandre Ghiti