Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 364919
b: refs/heads/master
c: 7e4f44b
h: refs/heads/master
i:
  364917: af94793
  364915: b376794
  364911: 8c5d257
v: v3
  • Loading branch information
Li Zefan authored and Steven Rostedt committed Mar 15, 2013
1 parent 9d4fb47 commit bc14a63
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: f71130de5c7fba92faf3901784714e37a234c08f
refs/heads/master: 7e4f44b153e1ec07bb64c1c1671cdf492465bbf3
2 changes: 1 addition & 1 deletion trunk/include/trace/ftrace.h
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ static struct trace_event_functions ftrace_event_type_funcs_##call = { \

#undef DECLARE_EVENT_CLASS
#define DECLARE_EVENT_CLASS(call, proto, args, tstruct, func, print) \
static int notrace \
static int notrace __init \
ftrace_define_fields_##call(struct ftrace_event_call *event_call) \
{ \
struct ftrace_raw_##call field; \
Expand Down
2 changes: 1 addition & 1 deletion trunk/kernel/trace/trace_export.c
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ static void __always_unused ____ftrace_check_##name(void) \

#undef FTRACE_ENTRY
#define FTRACE_ENTRY(name, struct_name, id, tstruct, print, filter) \
int \
static int __init \
ftrace_define_fields_##name(struct ftrace_event_call *event_call) \
{ \
struct struct_name field; \
Expand Down

0 comments on commit bc14a63

Please sign in to comment.