#!/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 checkversion.pl?h=linux-3.17.y' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/scripts/checkversion.pl
G. Piccoli
AgeCommit message (Expand)Author
2022-03-04Documentation/locking/locktypes: Fix PREEMPT_RT _bh() descriptionAndrew Halaney
2021-11-30Documentation/locking/locktypes: Update migrate_disable() bits.Sebastian Andrzej Siewior
2021-10-01doc: drm: remove TODO entry regarding DRM_MODSET_LOCK_ALL cleanupFernando Ramos
2021-08-24Documentation: locking: fix referencesAlexander Aring
2021-05-31locking/lockdep,doc: Improve readability of the block matrixXiongwei Song
2020-12-09Documentation: seqlock: s/LOCKTYPE/LOCKNAME/gAhmed S. Darwish
2020-10-28docs: lockdep-design: fix some warning issuesMauro Carvalho Chehab
2020-09-10seqlock: Introduce seqcount_latch_tAhmed S. Darwish
2020-08-26lockdep/Documention: Recursive read lock detection reasoningBoqun Feng
2020-08-26Documentation/locking/locktypes: Fix local_locks documentationMarta Rybczynska
2020-08-13Merge tag 'docs-5.9-2' of git://git.lwn.net/linuxLinus Torvalds
2020-08-13Documentation/locking/locktypes: fix the typoHuang Shijie