Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 100497
b: refs/heads/master
c: 06fa75a
h: refs/heads/master
i:
  100495: 4e24099
v: v3
  • Loading branch information
Steven Rostedt authored and Thomas Gleixner committed May 23, 2008
1 parent b62660f commit 01e63e0
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 4fe8c3048cd8280a54256bca9cac2007bd546c33
refs/heads/master: 06fa75ab566c50e01bfd7b055bde85cf9b1bc98a
4 changes: 3 additions & 1 deletion trunk/kernel/trace/trace_selftest.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ static inline int trace_valid_entry(struct trace_entry *entry)
case TRACE_FN:
case TRACE_CTX:
case TRACE_WAKE:
case TRACE_STACK:
case TRACE_SPECIAL:
return 1;
}
return 0;
Expand Down Expand Up @@ -180,7 +182,7 @@ int trace_selftest_startup_dynamic_tracing(struct tracer *trace,

/* we should only have one item */
if (!ret && count != 1) {
printk(KERN_CONT ".. filter failed ..");
printk(KERN_CONT ".. filter failed count=%ld ..", count);
ret = -1;
goto out;
}
Expand Down

0 comments on commit 01e63e0

Please sign in to comment.