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 "$@"
/exec.c?id=64701dee4178eb4a771b8b36cd86560f5b0e2460'>exec: Use sane stack rlimit under secureexecKees Cook 2017-08-01exec: Consolidate dumpability logicKees Cook 2017-08-01exec: Use secureexec for clearing pdeath_signalKees Cook 2017-08-01exec: Use secureexec for setting dumpabilityKees Cook 2017-08-01LSM: drop bprm_secureexec hookKees Cook 2017-08-01commoncap: Refactor to remove bprm_secureexec hookKees Cook 2017-08-01binfmt: Introduce secureexec flagKees Cook 2017-08-01exec: Correct comments about "point of no return"Kees Cook 2017-08-01exec: Rename bprm->cred_prepared to called_set_credsKees Cook 2017-07-07exec: Limit arg stack to at most 75% of _STK_LIMKees Cook 2017-06-23fs/exec.c: account for argv/envp pointersKees Cook 2017-03-20x86/arch_prctl: Add ARCH_[GET|SET]_CPUIDKyle Huey 2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar 2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar 2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar 2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar 2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar 2017-03-02sched/headers, cgroups: Remove the threadgroup_change_*() wrapperyIngo Molnar 2017-02-14vfs: Use upper filesystem inode in bprm_fill_uid()Vivek Goyal 2017-01-24exec: Remove LSM_UNSAFE_PTRACE_CAPEric W. Biederman 2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds 2016-12-22fs: exec: apply CLOEXEC before changing dumpable task flagsAleksa Sarai 2016-12-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds 2016-12-14mm: add locked parameter to get_user_pages_remote()Lorenzo Stoakes 2016-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds 2016-11-22exec: Ensure mm->user_ns contains the execed filesEric W. Biederman 2016-11-22ptrace: Capture the ptracer's creds not PT_PTRACE_CAPEric W. Biederman 2016-11-16posix-timers: Make them configurableNicolas Pitre 2016-10-19mm: replace get_user_pages_remote() write/force parameters with gup_flagsLorenzo Stoakes 2016-08-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds 2016-08-02firmware: support loading into a pre-allocated bufferStephen Boyd 2016-07-25elf_fdpic_transfer_args_to_stack(): make it genericNicolas Pitre 2016-06-24fs: Treat foreign mounts as nosuidAndy Lutomirski 2016-05-23exec: make exec path waiting for mmap_sem killableMichal Hocko