Prev: [PATCH 1/2] tracing: Extend recordmcount to better support Blackfin mcount
Next: [PATCH 2/2] tracing/events: Convert format output to seq_file
From: Steven Rostedt on 12 Aug 2010 17:20 Ingo, These changes are on top of my previous pull request. Also, I notice that a fix that did not make the 35-rc never got into tip. This is the "FORMAT TOO BIG" that the scsi events output. And I do not want another major release to have this bug in it. Please pull the latest tip/perf/urgent-2 tree, which can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace.git tip/perf/urgent-2 Mike Frysinger (1): tracing: Extend recordmcount to better support Blackfin mcount Steven Rostedt (1): tracing/events: Convert format output to seq_file ---- kernel/trace/trace_events.c | 208 +++++++++++++++++++++++++++++-------------- scripts/recordmcount.pl | 7 ++- 2 files changed, 147 insertions(+), 68 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |