commit | f0868d1e23a8efec33beb3aa688aab7fdb1ae093 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Tue Dec 23 23:24:12 2008 -0500 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Dec 29 12:46:11 2008 +0100 |
tree | 73593e14d0d127fe3fe055a85b6e16b50a43578a | |
parent | c47956d9ae3341d2d1998bff26620fa3338c01e4 [diff] |
ftrace: set up trace event hash infrastructure Impact: simplify/generalize/refactor trace.c The trace.c file is becoming more difficult to maintain due to the growing number of events. There is several formats that an event may be printed. This patch sets up the infrastructure of an event hash to allow for events to register how they should be printed. Signed-off-by: Steven Rostedt <srostedt@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>