Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 234520
b: refs/heads/master
c: b5e3008
h: refs/heads/master
v: v3
  • Loading branch information
David Sharp authored and Steven Rostedt committed Mar 10, 2011
1 parent b8cdb4f commit 07deca5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: 140e4f2d1cd816aed196705c036763313c0e4bd3
refs/heads/master: b5e3008e489f5a00c6d5db914a4c4338c9ef5e8b
5 changes: 2 additions & 3 deletions trunk/include/trace/events/module.h
Original file line number Diff line number Diff line change
Expand Up @@ -108,14 +108,14 @@ TRACE_EVENT(module_request,
TP_ARGS(name, wait, ip),

TP_STRUCT__entry(
__field( bool, wait )
__field( unsigned long, ip )
__field( bool, wait )
__string( name, name )
),

TP_fast_assign(
__entry->wait = wait;
__entry->ip = ip;
__entry->wait = wait;
__assign_str(name, name);
),

Expand All @@ -129,4 +129,3 @@ TRACE_EVENT(module_request,

/* This part must be outside protection */
#include <trace/define_trace.h>

0 comments on commit 07deca5

Please sign in to comment.