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 $@
memdup_array()Kartik 2023-12-10mm/util: use kmap_local_page() in memcmp_pages()Fabio De Francesco 2023-11-15parisc: fix mmap_base calculation when stack grows upwardsHelge Deller 2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds 2023-10-25nilfs2: convert nilfs_copy_page() to nilfs_copy_folio()Matthew Wilcox (Oracle) 2023-09-13mm: Remove kmem_valid_obj()Zhen Lei 2023-09-05rcu: dump vmalloc memory info safelyZqiang 2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds 2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds 2023-08-24mm/swap: inline folio_set_swap_entry() and folio_swap_entry()David Hildenbrand 2023-08-24mm: remove ARCH_IMPLEMENTS_FLUSH_DCACHE_FOLIOMatthew Wilcox (Oracle) 2023-08-22parisc: Use generic mmap top-down layout and brk randomizationHelge Deller 2023-08-18mm: remove page_rmapping()ZhangPeng 2023-07-11mm: Re-introduce vm_flags to do_mmap()Yu-cheng Yu 2023-04-08mm: uninline kstrdup()Alexey Dobriyan 2023-02-13mm: fix typo in __vm_enough_memory warningJakub Wilk