#!/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 2.6.30.y' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/mm/msync.c
AgeCommit message (Expand)Author
2009-01-14[CVE-2009-0029] System call wrappers part 13Heiko Carstens
2009-01-05add a vfs_fsync helperChristoph Hellwig
2007-05-21Detach sched.h from mm.hAlexey Dobriyan
2006-09-26[PATCH] mm: msync() cleanupPeter Zijlstra
2006-06-23[PATCH] Kill PF_SYNCWRITE flagJens Axboe
2006-03-24The comment describing how MS_ASYNC works in msync.c is confusingAmos Waterland
2006-03-24[PATCH] msync(): use do_fsync()Andrew Morton
2006-03-24[PATCH] msync: fix return valueAndrew Morton
2006-03-24[PATCH] msync(MS_SYNC): don't hold mmap_sem while syncingAndrew Morton
2006-03-24[PATCH] msync(): perform dirty page levellingAndrew Morton