diff options
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/perf/scripts/python/net_dropmonitor.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/scripts/python/net_dropmonitor.py b/tools/perf/scripts/python/net_dropmonitor.py index a4ffc9500023..adbfbf030576 100755 --- a/tools/perf/scripts/python/net_dropmonitor.py +++ b/tools/perf/scripts/python/net_dropmonitor.py | |||
@@ -64,7 +64,7 @@ def trace_end(): | |||
64 | 64 | ||
65 | # called from perf, when it finds a correspoinding event | 65 | # called from perf, when it finds a correspoinding event |
66 | def skb__kfree_skb(name, context, cpu, sec, nsec, pid, comm, | 66 | def skb__kfree_skb(name, context, cpu, sec, nsec, pid, comm, |
67 | skbaddr, protocol, location): | 67 | skbaddr, location, protocol): |
68 | slocation = str(location) | 68 | slocation = str(location) |
69 | try: | 69 | try: |
70 | drop_log[slocation] = drop_log[slocation] + 1 | 70 | drop_log[slocation] = drop_log[slocation] + 1 |