summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/event_analyzing_sample.py
AgeCommit message (Expand)Author
2019-03-06perf script python: Add Python3 support to event_analyzing_sample.pyTony Jones
2019-03-06perf script python: Remove mixed indentationTony Jones
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2012-08-09perf script python: Correct handler check and spelling errorsFeng Tang
2012-08-08perf scripts python: Add event_analyzing_sample.py as a sample for general ev...Feng Tang
0userns: Implement unshare of the user namespaceEric 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-11-20userns: Allow unprivileged users to create new namespacesEric W. Biederman 2012-11-19vfs: Add a user namespace reference from struct mnt_namespaceEric W. Biederman 2012-11-19pidns: Support unsharing the pid namespace.Eric W. Biederman 2012-11-19pidns: Use task_active_pid_ns where appropriateEric W. Biederman 2012-11-19pidns: Capture the user namespace and filter ns_last_pidEric W. Biederman 2012-11-18userns: make each net (net_ns) belong to a user_nsEric W. Biederman