Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 376161
b: refs/heads/master
c: 140c3c6
h: refs/heads/master
i:
  376159: 5b6086f
v: v3
  • Loading branch information
Ben Hutchings authored and David S. Miller committed May 22, 2013
1 parent 09fabcc commit 52ada6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3680354209dcdeb84671ad3740ef52ab754e05d0
refs/heads/master: 140c3c6a2bcd2c31e2f7f5a8d59689724776c8e5
2 changes: 1 addition & 1 deletion trunk/tools/perf/scripts/python/net_dropmonitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 52ada6b

Please sign in to comment.