summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
blob: 356b9656393db5a59bb3083d79d0ab0c35e1200a (plain)
1
2
3
#!/bin/sh
# description: produce callgraphs in short form for scripting use
perf script -s "$PERF_EXEC_PATH"/scripts/python/stackcollapse.py -- "$@"
td>mm: replace pmd_to_swp_entry() with softleaf_from_pmd()Lorenzo Stoakes 2025-11-24mm: avoid unnecessary uses of is_swap_pte()Lorenzo Stoakes 2025-11-24mm/huge_memory: implement device-private THP splittingBalbir Singh 2025-11-20migrate: optimise alloc_migration_target()Matthew Wilcox (Oracle) 2025-11-16mm/migrate, swap: drop usage of folio_indexKairui Song 2025-10-15mm: prevent poison consumption when splitting THPQiuxu Zhuo 2025-10-07mm/rmap: fix soft-dirty and uffd-wp bit loss when remapping zero-filled mTHP ...Lance Yang 2025-10-07mm/thp: fix MTE tag mismatch when replacing zero-filled subpagesLance Yang 2025-09-21mm, swap: use the swap table for the swap cache and switch APIKairui Song 2025-09-21mm, swap: wrap swap cache replacement with a helperKairui Song 2025-09-13treewide: remove MIGRATEPAGE_SUCCESSDavid Hildenbrand 2025-09-13mm/migrate: remove MIGRATEPAGE_UNMAPDavid Hildenbrand 2025-08-19mm/migrate: fix NULL movable_ops if CONFIG_ZSMALLOC=mHuacai Chen 2025-07-19mm/page_owner: convert set_page_owner_migrate_reason() to foliosSidhartha Kumar 2025-07-19mm/migrate: remove the -EEXIST conversion for move_pages()Wei Yang 2025-07-13mm: rename PG_isolated to PG_movable_ops_isolatedDavid Hildenbrand 2025-07-13mm: stop storing migration_ops in page->mappingDavid Hildenbrand 2025-07-13mm: remove __folio_test_movable()David Hildenbrand 2025-07-13mm: rename __PageMovable() to page_has_movable_ops()David Hildenbrand 2025-07-13mm/migration: remove PageMovable()David Hildenbrand 2025-07-13mm/migrate: move movable_ops page handling out of move_to_new_folio()David Hildenbrand 2025-07-13mm/migrate: factor out movable_ops page handling into migrate_movable_ops_page()David Hildenbrand 2025-07-13mm/migrate: rename putback_movable_folio() to putback_movable_ops_page()David Hildenbrand 2025-07-13mm/migrate: rename isolate_movable_page() to isolate_movable_ops_page()David Hildenbrand 2025-07-12Merge branch 'mm-hotfixes-stable' into mm-stable to pick up changes whichAndrew Morton 2025-07-09mm: remove callers of pfn_t functionalityAlistair Popple 2025-07-09mm/migrate: fix do_pages_stat in compat modeChristoph Berg