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 $@
g-stable&id=7fa0a1da3dadfd9216df7745a1331fdaa0940d1c'>coda: pass the host file in vma->vm_file on mmapJan Harkes 2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman 2017-06-29fs: implement vfs_iter_write using do_iter_writeChristoph Hellwig 2017-06-29fs: implement vfs_iter_read using do_iter_readChristoph Hellwig 2017-02-20mm: use helper for calling f_op->mmap()Miklos Szeredi 2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds 2016-10-05switch generic_file_splice_read() to use of ->read_iter()Al Viro 2016-09-27fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani 2016-01-22wrappers for ->i_mutex accessAl Viro 2015-04-11make new_sync_{read,write}() staticAl Viro 2015-04-11coda: switch to ->read_iter/->write_iterAl Viro 2014-08-08fs/coda: use linux/uaccess.hFabian Frederick 2013-10-24file->f_op is never NULL...Al Viro 2013-04-09lift sb_start_write() out of ->write()Al Viro 2013-02-22new helper: file_inode(file)Al Viro 2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik 2011-01-12take coda-private headers out of include/linuxAl Viro 2010-10-25Coda: push BKL regions into coda_upcall()Yoshihisa Abe 2010-10-25Coda: add spin lock to protect accesses to struct coda_inode_info.Yoshihisa Abe 2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig 2010-05-21sanitize vfs_fsync calling conventionsChristoph Hellwig 2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo 2009-05-11splice: implement default splice_read methodMiklos Szeredi 2009-01-05add a vfs_fsync helperChristoph Hellwig 2008-11-20coda: fix creds referenceRandy Dunlap 2008-11-14CRED: Use creds in file structsDavid Howells 0100'>2018-03-03watchdog: hpwdt: Programable Pretimeout NMIJerry Hoemann 2018-03-03watchdog: hpwdt: remove allow_kdump module parameter.Jerry Hoemann 2018-03-03watchdog: hpwdt: condition early return of NMI handler on iLO5Jerry Hoemann 2018-03-03watchdog: hpwdt: Modify to use watchdog core.Jerry Hoemann 2018-03-03watchdog: hpwdt: Update nmi_panic message.Jerry Hoemann 2018-03-03watchdog: hpwdt: Update Module info and copyright.Jerry Hoemann 2018-03-03watchdog: hpwdt: Remove legacy NMI sourcing.Jerry Hoemann 2017-12-28watchdog: hpwdt: fix unused variable warningArnd Bergmann 2017-12-28watchdog: hpwdt: Check source of NMIJerry Hoemann 2017-12-17watchdog: hpwdt: SMBIOS checkJerry Hoemann 2017-05-08drivers/watchdog/hpwdt.c: use set_memory.h headerLaura Abbott