xref: /linux/tools/perf/scripts/python/bin/netdev-times-report (revision 359d5106a2ff4ffa2ba129ec8f54743c341dabfc)
1*359d5106SKoki Sanagi#!/bin/bash
2*359d5106SKoki Sanagi# description: display a process of packet and processing time
3*359d5106SKoki Sanagi# args: [tx] [rx] [dev=] [debug]
4*359d5106SKoki Sanagi
5*359d5106SKoki Sanagiperf trace -s ~/libexec/perf-core/scripts/python/netdev-times.py $@
6