aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/bin/failed-syscalls-by-pid-report
blob: fda5096d0cbf81a29792819c9648a43f89497d3c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash
# description: system-wide failed syscalls, by pid
# args: [comm]
if [ $# -gt 0 ] ; then
    if ! expr match "$1" "-" > /dev/null ; then
	comm=$1
	shift
    fi
fi
perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/failed-syscalls-by-pid.py $comm
ch/loongarch/net/bpf_jit.c?id=3d770bd11b943066db11dba7be0b6f0d81cb5d50&follow=1'>LoongArch: BPF: No text_poke() for kernel textHengqi Chen1-2/+4 2025-10-02LoongArch: BPF: Remove duplicated bpf_flush_icache()Hengqi Chen1-1/+0 2025-10-02LoongArch: BPF: Remove duplicated flags checkHengqi Chen1-7/+2 2025-10-02LoongArch: BPF: Fix uninitialized symbol 'retval_off'Huacai Chen1-5/+4 2025-10-02LoongArch: BPF: Optimize sign-extention mov instructionsTiezhu Yang1-4/+2 2025-10-02LoongArch: Handle new atomic instructions for probesTiezhu Yang2-0/+17 2025-10-02LoongArch: Try VMA lock-based page fault handling firstWentao Guan2-3/+56 2025-10-02LoongArch: Automatically disable kaslr if boot from kexec_fileYouling Tang1-0/+4 2025-10-02LoongArch: Add crash dump support for kexec_fileYouling Tang1-0/+115 2025-10-02LoongArch: Add ELF binary support for kexec_fileYouling Tang5-1/+109 2025-10-02LoongArch: Add EFI binary support for kexec_fileYouling Tang5-1/+130 2025-10-02LoongArch: Add preparatory infrastructure for kexec_fileYouling Tang5-13/+166