summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/failed-syscalls-by-pid-report
blob: fda5096d0cbf81a29792819c9648a43f89497d3c (plain)
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
t for sign extended loadArtem Savkov 2024-05-07powerpc/bpf/32: Fix failing test_bpf testsChristophe Leroy 2023-08-16powerpc/inst: add PPC_TLBILX_LPIDNick Desaulniers 2023-06-19powerpc/dexcr: Handle hashchk exceptionBenjamin Gray 2023-04-20powerpc/64: vmlinux support building with PCREL addresingNicholas Piggin 2022-09-28powerpc: add ISA v3.0 / v3.1 wait opcode macroNicholas Piggin 2022-08-10powerpc/ppc-opcode: Fix PPC_RAW_TW()Christophe Leroy 2022-08-10powerpc: Don't hide eh field of lwarx behind a macroChristophe Leroy 2022-07-27powerpc/ppc-opcode: Define and use PPC_RAW_SETB()Christophe Leroy 2022-07-27powerpc/ppc-opcode: Define and use PPC_RAW_TRAP() and PPC_RAW_TW()Christophe Leroy 2022-05-22powerpc/opcodes: Remove unused PPC_INST_XXX macrosChristophe Leroy 2022-05-22powerpc/inst: Remove PPC_INST_BLChristophe Leroy 2022-05-22powerpc/inst: Remove PPC_INST_BRANCHChristophe Leroy 2022-05-19powerpc/ftrace: Use PPC_RAW_xxx() macros instead of opencoding.Christophe Leroy 2022-05-06powerpc: Reject probes on instructions that can't be single steppedNaveen N. Rao 2022-05-06powerpc: Sort and de-dup primary opcodes in ppc-opcode.hNaveen N. Rao 2022-03-08powerpc/vas: Return paste instruction failure if no active windowHaren Myneni 2022-01-15powerpc64/bpf: Limit 'ldbrx' to processors compliant with ISA v2.06Naveen N. Rao 2021-12-23powerpc/mm/book3s64/hash: Switch pre 2.06 tlbiel to .longAlexey Kardashevskiy 2021-12-23powerpc/mm: Switch obsolete dssall to .longAlexey Kardashevskiy 2021-11-25powerpc/ppc-opcode: introduce PPC_RAW_BRANCH() macroHari Bathini 2021-08-25powerpc: Use lwarx/ldarx directly instead of PPC_LWARX/LDARX macrosChristophe Leroy 2021-06-17powerpc/optprobes: use PPC_RAW_ macrosChristophe Leroy 2021-06-16powerpc: Replace PPC_INST_NOP by PPC_RAW_NOP()Christophe Leroy 2021-06-16powerpc/traps: Start using PPC_RAW_xx() macrosChristophe Leroy 2021-06-16powerpc/lib/feature-fixups: Use PPC_RAW_xxx() macrosChristophe Leroy 2021-06-16powerpc/ebpf64: Use PPC_RAW_MFLR()Christophe Leroy 2021-06-16powerpc/security: Use PPC_RAW_BLR() and PPC_RAW_NOP()Christophe Leroy 2021-06-16powerpc/modules: Use PPC_RAW_xx() macrosChristophe Leroy 2021-06-16powerpc/signal: Use PPC_RAW_xx() macrosChristophe Leroy 2021-06-16powerpc/opcodes: Add shorter macros for registers for use with PPC_RAW_xx()Christophe Leroy 2021-06-16powerpc: Rework PPC_RAW_xxx() macros for prefixed instructionsChristophe Leroy 2021-05-23powerpc/sstep: Add tests for setb instructionSathvika Vasireddy 2021-04-21powerpc/ebpf32: Use standard function call for functions within 32M distanceChristophe Leroy 2021-04-03powerpc/asm: Add some opcodes in asm/ppc-opcode.h for PPC32 eBPFChristophe Leroy