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 $@
d>Christian Brauner 2019-03-20vfs: syscall: Add fspick() to select a superblock for reconfigurationDavid Howells 2019-03-20vfs: syscall: Add fsconfig() for configuring and managing a contextDavid Howells 2019-03-20vfs: Implement logging through fs_contextDavid Howells 2019-03-20vfs: syscall: Add fsopen() to prepare for superblock creationDavid Howells