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 "$@"
m-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds 2016-03-17mm: deduplicate memory overcommitment codeAndrey Ryabinin 2016-03-17mm: move max_map_count bits into mm.hAndrey Ryabinin 2016-02-18mm/core, arch, powerpc: Pass a protection key in to calc_vm_flag_bits()Dave Hansen 2016-02-16mm/gup: Overload get_user_pages() functionsDave Hansen 2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov 2015-11-05mm/nommu.c: drop unlikely inside BUG_ON()Geliang Tang 2015-11-05mm/nommu: use offset_in_page macroAlexander Kuleshov 2015-09-10mm, mpx: add "vm_flags_t vm_flags" arg to do_mmap_pgoff()Oleg Nesterov 2015-09-01Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds 2015-08-07treewide: fix typos in comment blocksMasahiro Yamada 2015-07-10vfs: Commit to never having exectuables on proc and sysfs.Eric W. Biederman 2015-07-02Merge tag 'module_init-alternate_initcall-v4.1-rc8' of git://git.kernel.org/p...Linus Torvalds 2015-06-24mm: nommu: refactor debug and warning printsLeon Romanovsky 2015-06-16mm: replace module_init usages with subsys_initcall in nommu.cPaul Gortmaker 2015-04-11nommu: use __vfs_read()Al Viro 2015-03-12mm/nommu.c: export symbol max_mapnrgchen gchen 2015-02-28mm/nommu: fix memory leakJoonsoo Kim 2015-02-12Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds 2015-02-11mm/nommu.c: fix arithmetic overflow in __vm_enough_memory()Roman Gushchin 2015-02-11mm: gup: add __get_user_pages_unlocked to customize gup_flagsAndrea Arcangeli 2015-02-11mm: gup: add get_user_pages_locked and get_user_pages_unlockedAndrea Arcangeli 2015-02-10mm: replace remap_file_pages() syscall with emulationKirill A. Shutemov 2015-02-05mm: export "high_memory" symbol on !MMUArnd Bergmann 2015-01-20fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig 2014-12-13mm/nommu: use alloc_pages_exact() rather than its own implementationJoonsoo Kim 2014-12-13mm/nommu: share the i_mmap_rwsemDavidlohr Bueso 2014-12-13mm: use new helper functions around the i_mmap_mutexDavidlohr Bueso 2014-09-08percpu_counter: add @gfp to percpu_counter_init()Tejun Heo 2014-08-08arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate areaAndy Lutomirski 2014-06-23mm: nommu: per-thread vma cache fixSteven Miao 2014-06-06mm: convert some level-less printks to pr_*Mitchel Humpherys 2014-04-07mm: fix 'ERROR: do not initialise globals to 0 or NULL' and coding styleChoi Gi-yong 2014-04-07mm: use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza 2014-04-07mm: per-thread vma cachingDavidlohr Bueso 2014-04-07mm: implement ->map_pages for page cacheKirill A. Shutemov 2014-03-31locks: fix locks_mandatory_locked to respect file-private locksJeff Layton 2014-01-21mm: add overcommit_kbytes sysctl variableJerome Marchand 2013-11-13Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds 2013-11-13mm: factor commit limit calculationJerome Marchand 2013-10-24file->f_op is never NULL...Al Viro