tracing: add run-time field descriptions for event filtering
authorTom Zanussi <tzanussi@gmail.com>
Sun, 22 Mar 2009 08:30:39 +0000 (03:30 -0500)
committerIngo Molnar <mingo@elte.hu>
Sun, 22 Mar 2009 17:11:22 +0000 (18:11 +0100)
commitcf027f645e6aee4f0ca6197a6b6a57f327fdb13f
treef8a20e8707967db5d9140f9069426f410a30dd32
parent0cf53ff62b3e9e491ff5e5f05b193fb6ce643047
tracing: add run-time field descriptions for event filtering

This patch makes the field descriptions defined for event tracing
available at run-time, for the event-filtering mechanism introduced
in a subsequent patch.

The common event fields are prepended with 'common_' in the format
display, allowing them to be distinguished from the other fields
that might internally have same name and can therefore be
unambiguously used in filters.

Signed-off-by: Tom Zanussi <tzanussi@gmail.com>
Acked-by: Frederic Weisbecker <fweisbec@gmail.com>
LKML-Reference: <1237710639.7703.46.camel@charm-linux>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/trace/trace.h
kernel/trace/trace_events.c
kernel/trace/trace_events_stage_2.h
kernel/trace/trace_events_stage_3.h