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 $@
>2017-04-11Revert "virtio_pci: don't duplicate the msix_enable flag in struct pci_dev"Michael S. Tsirkin 2017-02-27virtio: provide a method to get the IRQ affinity mask for a virtqueueChristoph Hellwig 2017-02-27virtio: allow drivers to request IRQ affinity when creating VQsChristoph Hellwig 2017-02-27virtio_pci: don't duplicate the msix_enable flag in struct pci_devChristoph Hellwig 2017-02-27virtio_pci: remove struct virtio_pci_vq_infoChristoph Hellwig 2016-12-15virtio_pci_modern: fix complaint by sparseGonglei