Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 245537
b: refs/heads/master
c: b848914
h: refs/heads/master
i:
  245535: 3ee8572
v: v3
  • Loading branch information
Steven Rostedt authored and Steven Rostedt committed May 18, 2011
1 parent 7aebd5b commit 6be2160
Show file tree
Hide file tree
Showing 7 changed files with 167 additions and 40 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: 07fd5515f3b5c20704707f63e7f4485b534508a8
refs/heads/master: b848914ce39589d89ee0078a6d1ef452b464729e
7 changes: 6 additions & 1 deletion trunk/include/linux/ftrace.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,18 @@ typedef void (*ftrace_func_t)(unsigned long ip, unsigned long parent_ip);

struct ftrace_hash;

enum {
FTRACE_OPS_FL_ENABLED = 1 << 0,
FTRACE_OPS_FL_GLOBAL = 1 << 1,
};

struct ftrace_ops {
ftrace_func_t func;
struct ftrace_ops *next;
unsigned long flags;
#ifdef CONFIG_DYNAMIC_FTRACE
struct ftrace_hash *notrace_hash;
struct ftrace_hash *filter_hash;
unsigned long flags;
#endif
};

Expand Down
Loading

0 comments on commit 6be2160

Please sign in to comment.