Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 158407
b: refs/heads/master
c: 68fd60a
h: refs/heads/master
i:
  158405: 554ff44
  158403: 4b8060c
  158399: 48f0504
v: v3
  • Loading branch information
Lai Jiangshan authored and Steven Rostedt committed Jul 20, 2009
1 parent fe12c36 commit 69ab289
Show file tree
Hide file tree
Showing 2 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: d34a4debef933061924ee17c2ede33f5c44925fb
refs/heads/master: 68fd60a8c8bca6af51805c45f286f0f2572ac977
4 changes: 2 additions & 2 deletions trunk/include/trace/ftrace.h
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@

#undef __dynamic_array
#define __dynamic_array(type, item, len) \
ret = trace_seq_printf(s, "\tfield:__data_loc " #item ";\t" \
ret = trace_seq_printf(s, "\tfield:__data_loc " #type "[] " #item ";\t"\
"offset:%u;\tsize:%u;\n", \
(unsigned int)offsetof(typeof(field), \
__data_loc_##item), \
Expand Down Expand Up @@ -279,7 +279,7 @@ ftrace_raw_output_##call(struct trace_iterator *iter, int flags) \

#undef __dynamic_array
#define __dynamic_array(type, item, len) \
ret = trace_define_field(event_call, "__data_loc" "[" #type "]", #item,\
ret = trace_define_field(event_call, "__data_loc " #type "[]", #item, \
offsetof(typeof(field), __data_loc_##item), \
sizeof(field.__data_loc_##item), 0);

Expand Down

0 comments on commit 69ab289

Please sign in to comment.