Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 252657
b: refs/heads/master
c: 3b6cfdb
h: refs/heads/master
i:
  252655: e206ae2
v: v3
  • Loading branch information
Steven Rostedt authored and Steven Rostedt committed May 26, 2011
1 parent 4b36b89 commit b5a0fd2
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 17bb615ad4f8d2d2c0f02794d27d7f83e0009ef4
refs/heads/master: 3b6cfdb1714a33ae4d2ca9fbc818a42cf7adee69
6 changes: 5 additions & 1 deletion trunk/kernel/trace/ftrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -3468,7 +3468,11 @@ device_initcall(ftrace_nodyn_init);
static inline int ftrace_init_dyn_debugfs(struct dentry *d_tracer) { return 0; }
static inline void ftrace_startup_enable(int command) { }
/* Keep as macros so we do not need to define the commands */
# define ftrace_startup(ops, command) ({0;})
# define ftrace_startup(ops, command) \
({ \
(ops)->flags |= FTRACE_OPS_FL_ENABLED; \
0; \
})
# define ftrace_shutdown(ops, command) do { } while (0)
# define ftrace_startup_sysctl() do { } while (0)
# define ftrace_shutdown_sysctl() do { } while (0)
Expand Down

0 comments on commit b5a0fd2

Please sign in to comment.