#!/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 -v7.0' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/kernel/kthread.c
AgeCommit message (Expand)Author
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig
2020-06-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-06-10kernel: set USER_DS in kthread_use_mmChristoph Hellwig
2020-06-10kernel: better document the use_mm/unuse_mm API contractChristoph Hellwig
2020-06-10kernel: move use_mm/unuse_mm to kthread.cChristoph Hellwig
2020-05-08kthread: save thread functionJ. Bruce Fields
2020-03-20kthread: Do not preempt current task if it is going to call schedule()Liang Chen
2019-10-16kthread: make __kthread_queue_delayed_work staticBen Dooks
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-05-14include/: refactor headers to allow kthread.h inclusion in psi_types.hSuren Baghdasaryan