summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/syscall-counts-report
blob: 0f0e9d453bb48a606b3c6522a104bd16499fede8 (plain)
1
2
3
4
5
6
7
8
9
10
#!/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
clude/linux/jbd2.h?id=e06c8227fd94ec181849ba206bf032be31c4295c'>jbd2: Add buffer triggersJoel Becker 2009-01-05jbd2: Add BH_JBDPrivateStartMark Fasheh 2009-01-06ext4: Remove code to create the journal inodeTheodore Ts'o 2008-11-06jbd2: Call journal commit callback without holding j_list_lockAneesh Kumar K.V 2008-11-05jbd2: Remove a large array of bh's from the stack of the checkpoint routineTheodore Ts'o 2009-01-03ext4: add fsync batch tuning knobsTheodore Ts'o 2008-11-26jbd2: improve jbd2 fsync batchingJosef Bacik 2008-11-25jbd2: Add BH_JBDPrivateStartMark Fasheh 2008-10-16ext4: Replace hackish ext4_mb_poll_new_transaction with commit callbackTheodore Ts'o 2008-10-16include: replace __FUNCTION__ with __func__Harvey Harrison 2008-10-10ext4: add an option to control error handling on file dataHidehiro Kawai 2008-10-10jbd2: fix error handling for checkpoint ioHidehiro Kawai 2008-09-16jbd2: clean up how the journal device name is printedTheodore Ts'o 2008-07-11jbd2: Remove data=ordered mode support using jbd buffer headsJan Kara 2008-07-11jbd2: Implement data=ordered mode handling via inodesJan Kara 2008-07-11jbd2: Add commit time into the commit blockTheodore Ts'o 2008-06-06jbd2: If a journal checksum error is detected, propagate the error to ext4Theodore Ts'o 2008-04-18include: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox 2008-01-28jbd2: add lockdep supportMingming Cao 2008-01-28ext4: Add the journal checksum featureGirish Shilamkar 2008-01-28jbd2: jbd2 stats through procfsJohann Lombardi 2008-01-28jbd2: Fix assertion failure in fs/jbd2/checkpoint.cJan Kara 2008-01-28jbd2: Remove printk from J_ASSERT to preserve registers during BUGChris Snook