xref: /linux/tools/perf/scripts/python/bin/net_dropmonitor-report (revision cfdbc2e16e65c1ec1c23057640607cee98d1a1bd)
1#!/bin/bash
2# description: display a table of dropped frames
3
4perf script -s "$PERF_EXEC_PATH"/scripts/python/net_dropmonitor.py $@
5