]> Git Repo - linux.git/blobdiff - tools/perf/scripts/python/net_dropmonitor.py
x86/alternative: Make custom return thunk unconditional
[linux.git] / tools / perf / scripts / python / net_dropmonitor.py
index 101059971738100412f5a71c2c342e91b8a1c7d4..a97e7a6e094004c41c36e7910222161851a3f8b3 100755 (executable)
@@ -68,9 +68,9 @@ def trace_end():
        get_kallsyms_table()
        print_drop_table()
 
-# called from perf, when it finds a correspoinding event
+# called from perf, when it finds a corresponding event
 def skb__kfree_skb(name, context, cpu, sec, nsec, pid, comm, callchain,
-                  skbaddr, location, protocol):
+                  skbaddr, location, protocol, reason):
        slocation = str(location)
        try:
                drop_log[slocation] = drop_log[slocation] + 1
This page took 0.032663 seconds and 4 git commands to generate.