#!/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/mm/swap_cgroup.c
AgeCommit message (Expand)Author
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-07-06mm, THP, swap: delay splitting THP during swap outHuang Ying
2017-06-17swap: cond_resched in swap_cgroup_prepare()Yu Zhao
2017-04-08mm, swap_cgroup: reschedule when neeed in swap_cgroup_swapoff()David Rientjes
2016-03-17mm: convert printk(KERN_<LEVEL> to pr_<level>Joe Perches
2014-12-10mm: page_cgroup: rename file to mm/swap_cgroup.cJohannes Weiner