summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/flamegraph-report
blob: 453a6918afbe8f72665ffa796f5722594c6362b2 (plain)
1
2
3
#!/bin/bash
# description: create flame graphs
perf script -s "$PERF_EXEC_PATH"/scripts/python/flamegraph.py "$@"
o/kernel/commit/mm/mremap.c?id=6b9116a652bd9e0e2994505cfaaa5f66deaa2a05'>mm, dax: check for pmd_none() after split_huge_pmd()Kirill A. Shutemov 2016-01-15mm, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov 2016-01-15thp: rename split_huge_page_pmd() to split_huge_pmd()Kirill A. Shutemov 2016-01-14mm: rework virtual memory accountingKonstantin Khlebnikov 2016-01-05x86/mm/pat: Add untrack_pfn_moved for mremapToshi Kani 2015-11-05mm/mremap: use offset_in_page macroAlexander Kuleshov 2015-09-04mremap: simplify the "overlap" check in mremap_to()Oleg Nesterov 2015-09-04mremap: don't do uneccesary checks if new_len == old_lenOleg Nesterov 2015-09-04mremap: don't do mm_populate(new_addr) on failureOleg Nesterov 2015-09-04mm: move ->mremap() from file_operations to vm_operations_structOleg Nesterov 2015-09-04mremap: don't leak new_vma if f_op->mremap() failsOleg Nesterov 2015-06-24mm: new arch_remap() hookLaurent Dufour