#!/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 git' href='https://universe.0xinfinity.dev/distro/kernel' title='kernel Git repository'/>
summaryrefslogtreecommitdiff
path: root/drivers/hwmon/max16064.c
essage (Expand)
AgeCommit message (Expand)Author
Author
2022-03-14Merge branch 'for-next/strings' into for-next/coreWill Deacon
2022-03-07Revert "arm64: Mitigate MTE issues with str{n}cmp()"Joey Gouly
2022-03-07arm64: lib: Import latest version of Arm Optimized Routines' strncmpJoey Gouly
2022-02-22arm64: clean up symbol aliasingMark Rutland
2021-09-21arm64: Mitigate MTE issues with str{n}cmp()Robin Murphy
2021-06-02arm64: update string routine copyrights and URLsMark Rutland
2021-06-01arm64: Import latest version of Cortex Strings' strncmpSam Tebbs