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 "$@"
mmap section init at bootFrank van der Linden 2025-01-25mm/memmap: prevent double scanning of memmap by kmemleakGuo Weikang 2024-11-11mm: define general function pXd_init()Bibo Mao 2024-10-21LoongArch: Set initial pte entry with PAGE_GLOBAL for kernel spaceBibo Mao 2024-08-15mm: don't account memmap per-nodePasha Tatashin 2024-07-03mm: report per-page metadata informationSourav Panda 2023-08-18mm/vmemmap: allow architectures to override how vmemmap optimization worksAneesh Kumar K.V 2023-06-19mm: ptep_get() conversionRyan Roberts 2023-04-18mm/vmemmap/devdax: fix kernel crash when probing devdax devicesAneesh Kumar K.V 2022-12-11mm/sparse-vmemmap: generalise vmemmap_populate_hugepages()Feiyang Chen 2022-12-11LoongArch: add sparse memory vmemmap supportFeiyang Chen 2022-08-08mm: hugetlb_vmemmap: move vmemmap code related to HugeTLB to hugetlb_vmemmap.cMuchun Song 2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds 2022-08-03Merge tag 'efi-next-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds 2022-07-03mm: sparsemem: drop unexpected word 'a' in commentsXueBing Chen 2022-07-03mm: sparsemem: fix missing higher order allocation splittingMuchun Song 2022-06-27docs: rename Documentation/vm to Documentation/mmMike Rapoport 2022-06-16mm/sparse-vmemmap.c: remove unwanted initialization in vmemmap_populate_compo...Gautam Menghani 2022-06-16mm: use PAGE_ALIGNED instead of IS_ALIGNEDFanjun Kong 2022-06-15mm: Limit warning message in vmemmap_verify() to onceMa Wupeng