#!/bin/bash # description: system-wide syscall counts, by pid # 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-by-pid.py $comm cation/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/kernel/utsname.c
AgeCommit message (Expand)Author
2020-08-19uts: Use generic ns_common::countKirill Tkhai
2020-05-09nsproxy: add struct nssetChristian Brauner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner
2018-04-11uts: create "struct uts_namespace" from kmem_cacheAlexey Dobriyan
2017-03-02sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/...Ingo Molnar
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar
2016-09-22Merge branch 'nsfs-ioctls' into HEADEric W. Biederman
2016-09-22kernel: add a helper to get an owning user namespace for a namespaceAndrey Vagin
2016-09-22userns: When the per user per user namespace limit is reached return ENOSPCEric W. Biederman
2016-08-08utsns: Add a limit on the number of uts namespacesEric W. Biederman
2014-12-04copy address of proc_ns_ops into ns_commonAl Viro
2014-12-04new helpers: ns_alloc_inum/ns_free_inumAl Viro
2014-12-04make proc_ns_operations work with struct ns_common * instead of void *Al Viro
2014-12-04switch the rest of proc_ns_operations to working with &...->nsAl Viro
2014-12-04common object embedded into various struct ....nsAl Viro
2014-07-29namespaces: Use task_lock and not rcu to protect nsproxyEric W. Biederman
2013-08-30userns: Kill nsown_capable it makes the wrong thing easyEric W. Biederman
2013-05-01proc: Split the namespace stuff out into linux/proc_ns.hDavid Howells
2013-02-27kernel/utsname.c: fix wrong comment about clone_uts_ns()Yuanhan Liu
2012-12-14userns: Require CAP_SYS_ADMIN for most uses of setns.Eric W. Biederman
2012-11-20proc: Usable inode numbers for the namespace file descriptors.Eric W. Biederman
2012-11-20userns: Make create_new_namespaces take a user_ns parameterEric W. Biederman
2012-11-20userns: Allow unprivileged use of setns.Eric W. Biederman
2012-04-07userns: Use cred->user_ns instead of cred->user->user_nsEric W. Biederman
2011-10-31kernel: Map most files to use export.h instead of module.hPaul Gortmaker
2011-05-10ns proc: Add support for the uts namespaceEric W. Biederman
2011-03-23userns: allow sethostname in a containerSerge E. Hallyn
2011-03-23userns: add a user_namespace as creator/owner of uts_namespaceSerge E. Hallyn