summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
blob: 9d8f9f0f3a17c1e9c4042ce535e4853e64575b4e (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

#
# stackcollapse.py can cover all type of perf samples including
# the tracepoints, so no special record requirements, just record what
# you want to analyze.
#
perf record "$@"
rnel/user_namespace.c?id=11a8b9270e16e36d5fb607ba4b60db2958b7c625'>userns: Don't special case a count of 0Eric W. Biederman 2017-10-31userns: bump idmap limits to 340Christian Brauner 2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland 2017-07-20userns,pidns: Verify the userns for new pid namespacesEric W. Biederman 2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar 2016-09-22Merge branch 'nsfs-ioctls' into HEADEric W. Biederman 2016-09-22nsfs: add ioctl to get a parent namespaceAndrey Vagin 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-08userns: Generalize the user namespace count into ucountEric W. Biederman 2016-08-08userns: Make the count of user namespaces per userEric W. Biederman 2016-08-08userns: Add a limit on the number of user namespacesEric W. Biederman 2016-08-08userns: Add per user namespace sysctls.Eric W. Biederman 2016-08-08userns: Free user namespaces in process contextEric W. Biederman 2016-06-24fs: Limit file caps to the user namespace of the super blockSeth Forshee