#!/bin/bash # description: system-wide syscall counts # 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/syscall-counts.py $comm 0' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/mm/percpu-km.c
AgeCommit message (Expand)Author
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner
2019-03-13percpu: set PCPU_BITMAP_BLOCK_SIZE to PAGE_SIZEDennis Zhou
2019-02-26percpu: km: no need to consider pcpu_group_offsets[0]Peng Fan
2018-12-18percpu: convert spin_lock_irq to spin_lock_irqsave.Dennis Zhou
2018-02-18percpu: allow select gfp to be passed to underlying allocatorsDennis Zhou
2018-02-18percpu: add __GFP_NORETRY semantics to the percpu balancing pathDennis Zhou