Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 100430
b: refs/heads/master
c: 5072c59
h: refs/heads/master
v: v3
  • Loading branch information
Steven Rostedt authored and Thomas Gleixner committed May 23, 2008
1 parent 2aee91e commit 94dc1d6
Show file tree
Hide file tree
Showing 3 changed files with 514 additions and 19 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: d61f82d06672f57fca410da6f7fffd15867db622
refs/heads/master: 5072c59fd45e9976d02ee6f18c7336ef97623cbc
4 changes: 3 additions & 1 deletion trunk/include/linux/ftrace.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ extern void mcount(void);
# define FTRACE_HASHSIZE (1<<FTRACE_HASHBITS)

enum {
FTRACE_FL_FAILED = (1<<0),
FTRACE_FL_FAILED = (1 << 0),
FTRACE_FL_FILTER = (1 << 1),
FTRACE_FL_ENABLED = (1 << 2),
};

struct dyn_ftrace {
Expand Down
Loading

0 comments on commit 94dc1d6

Please sign in to comment.