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 $@
e: sprd: fix an NULL vs IS_ERR() bugDan Carpenter 2018-05-09dmaengine: sprd: Use devm_ioremap_resource() to map memoryBaolin Wang 2018-05-07dmaengine: sprd: Fix potential NULL dereference in sprd_dma_probe()Wei Yongjun 2018-04-27dmaengine: sprd: Move DMA request mode and interrupt type into head fileEric Long 2018-04-27dmaengine: sprd: Define the DMA data width typeBaolin Wang 2018-04-27dmaengine: sprd: Define the DMA transfer step typeEric Long 2018-01-15dmaengine: sprd: statify 'sprd_dma_prep_dma_memcpy'Vinod Koul 2017-10-24dmaengine: sprd: Add Spreadtrum DMA driverBaolin Wang