#!/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 '/>
summaryrefslogtreecommitdiff
path: root/fs/binfmt_flat.c
nt
AgeCommit message (Expand)Author
2022-04-22binfmt_flat: Remove shared library supportEric W. Biederman
2022-04-19binfmt_flat: Drop vestiges of coredump supportEric W. Biederman
2022-04-18binfmt_flat: do not stop relocating GOT entries prematurely on riscvNiklas Cassel
2022-03-09coredump: Don't compile flat_core_dump when coredumps are disabledEric W. Biederman
2022-03-08coredump: Move definition of struct coredump_params into coredump.hEric W. Biederman
2022-03-01binfmt: move more stuff undef CONFIG_COREDUMPAlexey Dobriyan
David Howells
2016-02-29certs: Fix misaligned data in extra certificate listDavid Howells
2016-02-26KEYS: Reserve an extra certificate symbol for inserting without recompilingMehmet Kayaalp
2016-02-26modsign: hide openssl output in silent buildsArnd Bergmann
2016-02-09KEYS: Add an alloc flag to convey the builtinness of a keyDavid Howells
2015-10-21certs: add .gitignore to stop git nagging about x509_certificate_listPaul Gortmaker
2015-08-14modsign: Handle signing key in source treeDavid Woodhouse
2015-08-14modsign: Use if_changed rule for extracting cert from module signing keyDavid Woodhouse
2015-08-14Move certificate handling to its own directoryDavid Howells