summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/netdev-times-report
blob: 8f759291da86c07435a62e7fa044f8c75f9c2749 (plain)
1
2
3
4
5
#!/bin/bash
# description: display a process of packet and processing time
# args: [tx] [rx] [dev=] [debug]

perf script -s "$PERF_EXEC_PATH"/scripts/python/netdev-times.py $@
/mm/swapfile.c?id=3db3264d8a5f4816c022eb9052694ce51e657bfc'>mm/swap: make page_swapcount and __lru_add_drain_all staticMiaohe Lin 2022-05-19mm/swap: remove unneeded p != NULL check in __swap_duplicateMiaohe Lin 2022-05-19mm/swap: print bad swap offset entry in get_swap_deviceMiaohe Lin 2022-05-19mm/swap: fold __swap_info_get() into its sole callerMiaohe Lin 2022-05-13swap: turn get_swap_page() into folio_alloc_swap()Matthew Wilcox (Oracle) 2022-05-09mm: introduce ->swap_rw and use it for reads from SWP_FS_OPS swap-spaceNeilBrown 2022-05-09mm: move responsibility for setting SWP_FS_OPS to ->swap_activateNeilBrown 2022-05-09mm: create new mm/swap.h header fileNeilBrown 2022-05-09mm/swap: remember PG_anon_exclusive via a swp pte bitDavid Hildenbrand 2022-05-09mm/page-flags: reuse PG_mappedtodisk as PG_anon_exclusive for PageAnon() pagesDavid Hildenbrand 2022-05-09mm/rmap: drop "compound" parameter from page_add_new_anon_rmap()David Hildenbrand 2022-05-09mm/rmap: remove do_page_add_anon_rmap()David Hildenbrand 2022-05-09mm,fs: Remove aops->readpageMatthew Wilcox (Oracle) 2022-05-09fs: Introduce aops->read_folioMatthew Wilcox (Oracle) 2022-05-02blk-cgroup: remove unneeded includes from <linux/blk-cgroup.h>Christoph Hellwig 2022-04-17block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig 2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig 2022-04-17block: add a bdev_stable_writes helperChristoph Hellwig 2022-04-17block: add a bdev_nonrot helperChristoph Hellwig 2022-04-17mm: use bdev_is_zoned in claim_swapfileChristoph Hellwig 2022-03-24mm/swapfile: remove stale reuse_swap_page()David Hildenbrand 2022-03-22userfaultfd: provide unmasked address on page-faultNadav Amit 2022-01-22mm: mark swap_lock and swap_active_head staticChristoph Hellwig 2022-01-22mm: simplify try_to_unuseChristoph Hellwig 2022-01-22frontswap: simplify frontswap_initChristoph Hellwig 2022-01-15mm: remove the total_mapcount argument from page_trans_huge_mapcount()Matthew Wilcox (Oracle) 2022-01-15mm: remove the total_mapcount argument from page_trans_huge_map_swapcount()Matthew Wilcox (Oracle) 2022-01-15mm: remove last argument of reuse_swap_page()Matthew Wilcox (Oracle) 2022-01-15mm: change page type prior to adding page table entryPasha Tatashin 2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds 2021-11-06mm/swapfile: fix an integer overflow in swap_show()Rafael Aquini 2021-11-06mm/swapfile: remove needless request_queue NULL pointer checkXu Wang 2021-11-01Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds 2021-10-18mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h>Christoph Hellwig 2021-09-27mm/util: Add folio_mapping() and folio_file_mapping()Matthew Wilcox (Oracle)