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