diff options
| author | Tony Lindgren <[email protected]> | 2017-11-28 15:06:34 +0000 |
|---|---|---|
| committer | Tony Lindgren <[email protected]> | 2017-11-28 15:06:34 +0000 |
| commit | 2db57789e6612ce0cf2fcbb577a1c8307b708566 (patch) | |
| tree | dd9f9e3dffabbf5cb932fcf5055ab329ca940fa0 /tools/perf/scripts/python/net_dropmonitor.py | |
| parent | ARM: OMAP2+: Fix smatch found issue for omap_device (diff) | |
| parent | ARM: OMAP2+: Missing error code in omap_device_build() (diff) | |
| download | kernel-2db57789e6612ce0cf2fcbb577a1c8307b708566.tar.gz kernel-2db57789e6612ce0cf2fcbb577a1c8307b708566.zip | |
Merge branch 'soc-fixes' into omap-for-v4.15/fixes
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
| -rwxr-xr-x | tools/perf/scripts/python/net_dropmonitor.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/scripts/python/net_dropmonitor.py b/tools/perf/scripts/python/net_dropmonitor.py index 0b6ce8c253e8..a150164b44a3 100755 --- a/tools/perf/scripts/python/net_dropmonitor.py +++ b/tools/perf/scripts/python/net_dropmonitor.py @@ -1,4 +1,5 @@ # Monitor the system for dropped packets and proudce a report of drop locations and counts +# SPDX-License-Identifier: GPL-2.0 import os import sys |
