From 07deca559581331641fbdb119d8d45e9dcd08c70 Mon Sep 17 00:00:00 2001 From: David Sharp Date: Fri, 3 Dec 2010 16:13:20 -0800 Subject: [PATCH] --- yaml --- r: 234520 b: refs/heads/master c: b5e3008e489f5a00c6d5db914a4c4338c9ef5e8b h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/trace/events/module.h | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 187c80c20cb4..5b3fa319736d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 140e4f2d1cd816aed196705c036763313c0e4bd3 +refs/heads/master: b5e3008e489f5a00c6d5db914a4c4338c9ef5e8b diff --git a/trunk/include/trace/events/module.h b/trunk/include/trace/events/module.h index c6bae36547e5..21a546d27c0c 100644 --- a/trunk/include/trace/events/module.h +++ b/trunk/include/trace/events/module.h @@ -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); ), @@ -129,4 +129,3 @@ TRACE_EVENT(module_request, /* This part must be outside protection */ #include -