summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/net_dropmonitor-report
blob: 8d698f5a06aad713a7f7d0e2137c4b90a35068a6 (plain)
1
2
3
4
#!/bin/bash
# description: display a table of dropped frames

perf script -s "$PERF_EXEC_PATH"/scripts/python/net_dropmonitor.py $@
ile-nommu.c?h=linux-6.19.y&id=3822a7c40997dc86b1458766a3f146d62393f084'>Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds 2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner 2023-01-18mm/nommu: factor out check for NOMMU shared mappings into is_nommu_shared_map...David Hildenbrand 2022-09-11ramfs: convert ramfs_nommu_get_unmapped_area() to use filemap_get_folios_cont...Vishal Moola (Oracle) 2021-01-24fs: make helpers idmap mount awareChristian Brauner 2021-01-24attr: handle idmapped mountsChristian Brauner 2020-10-16ramfs: fix nommu mmap with gaps in the page cacheMatthew Wilcox (Oracle) 2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner 2017-09-06mm: make pagevec_lookup() update indexJan Kara 2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds 2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara 2016-05-20tmpfs/ramfs: fix VM_MAYSHARE mappings for NOMMURich Felker 2015-10-16mm, fs: obey gfp_mapping for add_to_page_cache()Michal Hocko 2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells 2015-04-11make new_sync_{read,write}() staticAl Viro 2015-01-20fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig 2014-08-08fs/ramfs/file-nommu.c: replace count*size kzalloc by kcallocFabian Frederick 2014-06-12->splice_write() via ->write_iter()Al Viro 2014-05-06write_iter variants of {__,}generic_file_aio_write()Al Viro 2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Al Viro 2014-01-23fs/ramfs: move ramfs_aops to inode.cAxel Lin 2014-01-23fs/ramfs/file-nommu.c: make ramfs_nommu_get_unmapped_area() and ramfs_nommu_m...Axel Lin 2013-02-22new helper: file_inode(file)Al Viro