lkml.org 
[lkml]   [2011]   [May]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[RFC patch 10/32] trace event mce remove semicolons
    Part of the gradual TRACE_EVENT() semicolon removal. Enables creation of array
    of events, thus saving space for trace event probes.

    Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
    CC: Steven Rostedt <rostedt@goodmis.org>
    CC: Frederic Weisbecker <fweisbec@gmail.com>
    CC: Ingo Molnar <mingo@elte.hu>
    CC: Thomas Gleixner <tglx@linutronix.de>
    CC: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
    ---
    include/trace/events/mce.h | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    Index: linux-2.6-lttng/include/trace/events/mce.h
    ===================================================================
    --- linux-2.6-lttng.orig/include/trace/events/mce.h
    +++ linux-2.6-lttng/include/trace/events/mce.h
    @@ -61,7 +61,7 @@ TRACE_EVENT(mce_record,
    __entry->walltime,
    __entry->socketid,
    __entry->apicid)
    -);
    +)

    #endif /* _TRACE_MCE_H */



    \
     
     \ /
      Last update: 2011-05-04 01:17    [W:4.106 / U:0.408 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site