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 "$@"
title='2023-10-18 14:34:15 -0700'>2023-10-18mm: make __access_remote_vm() staticLorenzo Stoakes 2023-10-03mm: Remove unused vm_brk()Kees Cook 2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds 2023-08-21mm/nommu.c: use helper macro K()ZhangPeng 2023-08-18mm: set up vma iterator for vma_iter_prealloc() callsLiam R. Howlett 2023-08-18mm: use vma_iter_clear_gfp() in nommuLiam R. Howlett 2023-08-18mm: make show_free_areas() staticKefeng Wang 2023-07-11mm: Re-introduce vm_flags to do_mmap()Yu-cheng Yu 2023-07-01xtensa: fix lock_mm_and_find_vma in case VMA not foundMax Filippov 2023-06-30xtensa: fix NOMMU build with lock_mm_and_find_vma() conversionLinus Torvalds 2023-06-27mm: always expand the stack with the mmap write lock heldLinus Torvalds 2023-06-24mm: make find_extend_vma() fail if write lock not heldLiam R. Howlett 2023-04-05mm: vmalloc: convert vread() to vread_iter()Lorenzo Stoakes 2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan 2023-02-09mm: switch vma_merge(), split_vma(), and __split_vma to vma iteratorLiam R. Howlett 2023-02-09nommu: pass through vma iterator to shrink_vma()Liam R. Howlett 2023-02-09nommu: convert nommu to using the vma iteratorLiam R. Howlett 2023-02-02maple_tree: remove the parameter entry of mas_preallocateVernon Yang 2023-01-18mm/nommu: don't use VM_MAYSHARE for MAP_PRIVATE mappingsDavid Hildenbrand 2023-01-18mm/nommu: factor out check for NOMMU shared mappings into is_nommu_shared_map...David Hildenbrand 2023-01-11nommu: fix split_vma() map_count errorLiam Howlett 2023-01-11nommu: fix do_munmap() error pathLiam Howlett 2023-01-11nommu: fix memory leak in do_mmap() error pathLiam Howlett 2022-09-26mm: remove the vma linked listLiam R. Howlett 2022-09-26nommu: remove uses of VMA linked listMatthew Wilcox (Oracle) 2022-09-26mm: remove vmacacheLiam R. Howlett 2022-09-26mm: use maple tree operations for find_vma_intersection()Liam R. Howlett 2022-09-26mm: remove rb tree.Liam R. Howlett 2022-09-26mm: start tracking VMAs with maple treeLiam R. Howlett 2022-07-17mm: nommu: pass a pointer to virt_to_page()Linus Walleij 2022-04-25no-MMU: expose vmalloc_huge() for alloc_large_system_hash()Linus Torvalds 2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds 2021-11-06mm: nommu: kill arch_get_unmapped_area()Kefeng Wang 2021-10-18mm: remove spurious blkdev.h includesChristoph Hellwig