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 "$@"
-0800'>2016-11-15Smack: Remove unnecessary smack_known_invalidCasey Schaufler 2016-09-08Smack: Signal delivery as an append operationCasey Schaufler 2016-06-24Smack: Add support for unprivileged mounts from user namespacesSeth Forshee 2015-10-19Smack: limited capability for changing process labelZbigniew Jasinski 2015-07-28Smack: IPv6 host labelingCasey Schaufler 2015-07-22smack: allow mount opts setting over filesystems with binary mount dataVivek Trivedi 2015-06-02Smack: allow multiple labels in onlycapRafal Krypa 2015-05-12LSM: Switch to lists of hooksCasey Schaufler 2015-05-12LSM: Split security.hCasey Schaufler 2015-03-23Smack: Allow an unconfined label in bringup modeCasey Schaufler 2015-01-21smack: fix possible use after frees in task_security() callersAndrey Ryabinin 2015-01-20Smack: secmark support for netfilterCasey Schaufler 2014-08-29Make Smack operate on smack_known struct where it still used char*Lukasz Pawelczyk 2014-08-28Smack: Bring-up access modeCasey Schaufler 2014-04-11Smack: bidirectional UDS connect checkCasey Schaufler 2014-04-11Smack: adds smackfs/ptrace interfaceLukasz Pawelczyk 2014-04-11Smack: fix the subject/object order in smack_ptrace_traceme()Lukasz Pawelczyk 2013-12-23Smack: Make the syslog control configurableCasey Schaufler 2013-10-18Smack: Implement lock security modeCasey Schaufler 2013-08-01Smack: network label match fixCasey Schaufler 2013-08-01security: smack: add a hash table to quicken smk_find_entry()Tomasz Stanislawski 2013-05-28Smack: Add smkfstransmute mount optionCasey Schaufler 2013-05-28Smack: Improve access check performanceCasey Schaufler 2013-05-28Smack: Local IPv6 port based controlsCasey Schaufler 2013-03-19smack: SMACK_MAGIC to include/uapi/linux/magic.hJarkko Sakkinen 2012-07-13Smack: onlycap limits on CAP_MAC_ADMINCasey Schaufler 2012-07-13Smack: fix smack_new_inode bogositiesCasey Schaufler 2012-05-22Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris 2012-05-14Smack: allow for significantly longer Smack labels v4Casey Schaufler 2012-05-14Smack: recursive tramsmuteCasey Schaufler 2012-04-09LSM: do not initialize common_audit_data to 0Eric Paris 2012-04-03LSM: shrink the common_audit_data data unionEric Paris 2012-04-03LSM: shrink sizeof LSM specific portion of common_audit_dataEric Paris 2011-10-20Smack: allow to access /smack/access as normal userJarkko Sakkinen 2011-10-12Smack: Clean up commentsCasey Schaufler 2011-10-12Smack: Rule list lookup performanceCasey Schaufler 2011-04-25LSM: separate LSM_AUDIT_DATA_DENTRY from LSM_AUDIT_DATA_PATHEric Paris 2011-04-25LSM: split LSM_AUDIT_DATA_FS into _PATH and _INODEEric Paris 2011-02-09security:smack: kill unused SMACK_LIST_MAX, MAY_ANY and MAY_ANYWRITEShan Wei 2011-01-17Subject: [PATCH] Smack: mmap controls for library containmentCasey Schaufler 2010-12-07Smack: Transmute labels on specified directoriesJarkko Sakkinen 2010-12-02This patch adds a new security attribute to Smack calledCasey Schaufler