summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/futex-contention-record
blob: b1495c9a9b20e14ca2ad1ae62eafc13b741d2ca5 (plain)
1
2
#!/bin/bash
perf record -e syscalls:sys_enter_futex -e syscalls:sys_exit_futex $@
58343d71392a19bc'>mm/ksm: unmerge and clear VM_MERGEABLE when setting PR_SET_MEMORY_MERGE=0David Hildenbrand 2023-04-21mm: add new KSM process and sysfs knobsStefan Roesch 2023-04-21mm: add new api to enable ksm per processStefan Roesch 2023-04-18mm: ksm: support hwpoison for ksm pageLonglong Xia 2023-03-28mm: add tracepoints to ksmStefan Roesch 2023-03-23mm/ksm: fix race with VMA iteration and mm_struct teardownLiam R. Howlett 2023-02-10Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton 2023-02-09mm: hwpoison: support recovery from ksm_might_need_to_copy()Kefeng Wang 2023-02-02mm/mmu_notifier: remove unused mmu_notifier_range_update_to_read_only exportAlistair Popple 2022-12-11mm/ksm: convert break_ksm() to use walk_page_range_vma()David Hildenbrand 2022-12-11mm/ksm: fix KSM COW breaking with userfaultfd-wp via FAULT_FLAG_UNSHAREDavid Hildenbrand 2022-12-11mm/ksm: simplify break_ksm() to not rely on VM_FAULT_WRITEDavid Hildenbrand 2022-11-30mm/autonuma: use can_change_(pte|pmd)_writable() to replace savedwriteDavid Hildenbrand 2022-11-08memory: move hotplug memory notifier priority to same file for easy sortingLiu Shixin 2022-10-03ksm: use a folio in replace_page()Matthew Wilcox (Oracle) 2022-10-03ksm: convert to use common struct mm_slotQi Zheng 2022-10-03ksm: convert ksm_mm_slot.link to ksm_mm_slot.hashQi Zheng 2022-10-03ksm: convert ksm_mm_slot.mm_list to ksm_mm_slot.mm_nodeQi Zheng 2022-10-03ksm: add the ksm prefix to the names of the ksm private structuresQi Zheng 2022-09-26ksm: count allocated ksm rmap_items for each processxu xin 2022-09-26mm: fix the handling Non-LRU pages returned by follow_pageHaiyue Wang 2022-09-26mm/ksm: use vma iterators instead of vma linked listMatthew Wilcox (Oracle) 2022-09-11mm: fix PageAnonExclusive clearing racing with concurrent RCU GUP-fastDavid Hildenbrand 2022-09-11mm/khugepaged: record SCAN_PMD_MAPPED when scan_pmd() finds hugepageZach O'Keefe 2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds 2022-08-02mm/folio-compat: Remove migration compatibility functionsMatthew Wilcox (Oracle) 2022-07-17mm: handling Non-LRU pages returned by vm_normal_pagesAlex Sierra