|
@@ -64,7 +64,7 @@ def trace_end():
|
|
|
|
|
|
# called from perf, when it finds a correspoinding event
|
|
|
def skb__kfree_skb(name, context, cpu, sec, nsec, pid, comm,
|
|
|
- skbaddr, protocol, location):
|
|
|
+ skbaddr, location, protocol):
|
|
|
slocation = str(location)
|
|
|
try:
|
|
|
drop_log[slocation] = drop_log[slocation] + 1
|