summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/syscall-counts-by-pid-record
blob: d6940841e54fc391fb7b7779d1adaa560f0d2e3a (plain)
1
2
3
#!/bin/bash
(perf record -e raw_syscalls:sys_enter $@ || \
 perf record -e syscalls:sys_enter $@) 2> /dev/null
'2017-07-10 16:32:30 -0700'>2017-07-10mm: hwpoison: dissolve in-use hugepage in unrecoverable memory errorNaoya Horiguchi 2017-07-10mm: hwpoison: introduce memory_failure_hugetlb()Naoya Horiguchi 2017-07-10mm: soft-offline: dissolve free hugepage if soft-offlinedNaoya Horiguchi 2017-07-10mm: hugetlb: soft-offline: dissolve source hugepage after successful migrationAnshuman Khandual 2017-07-10mm: hwpoison: change PageHWPoison behavior on hugetlb pagesNaoya Horiguchi 2017-07-10mm: hugetlb: prevent reuse of hwpoisoned free hugepagesNaoya Horiguchi 2017-07-07Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds 2017-07-06mm/madvise: enable (soft|hard) offline of HugeTLB pages at PGD levelAnshuman Khandual 2017-07-06mm: fix mapping_set_error call in me_pagecache_dirtyJeff Layton 2017-06-17mm/memory-failure.c: use compound_head() flags for huge pagesJames Morse 2017-06-02mm/migrate: fix refcount handling when !hugepage_migration_supported()Punit Agrawal 2017-05-12hwpoison, memcg: forcibly uncharge LRU pagesMichal Hocko 2017-05-03mm: hwpoison: call shake_page() after try_to_unmap() for mlocked pageNaoya Horiguchi 2017-05-03mm: hwpoison: call shake_page() unconditionallyNaoya Horiguchi 2017-05-03mm/memory-failure.c: add page flag description in error pathsAnshuman Khandual 2017-05-03mm: make ttu's return booleanMinchan Kim 2017-05-03mm: delete unnecessary TTU_* flagsShaohua Li 2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar 2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar 2017-02-24HWPOISON: soft offlining for non-lru movable pageYisheng Xie 2016-12-25mm: Use owner_priv bit for PageSwapCache, valid when PageSwapBackedNicholas Piggin 2016-11-11mm: hwpoison: fix thp split handling in memory_failure()Naoya Horiguchi 2016-07-28mm: hwpoison: remove incorrect commentsNaoya Horiguchi 2016-07-28mm, vmscan: move LRU lists to nodeMel Gorman