Re: [Patch -tip 1/3] Tracing/ftrace: Relay unhandled entry output

From: Frédéric Weisbecker
Date: Thu Sep 25 2008 - 12:41:09 EST


2008/9/25 Pekka Paalanen <pq@xxxxxx>:
> Oh cool, sounds like I should try linux-next when I can.


It is on -tip if you want :)

So, unless someone is opposed to. I will send a patch which define
three possible values
for the print_line callback. I will define these values on trace.h
Why not:

#define TRACE_TYPE_PARTIAL_LINE 0
#define TRACE_TYPE_HANDLED 1
#define TRACE_TYPE_UNHANDLED 2 => will relay on default functions

Hmm I'm questionning about the relevance of this kind of patch since
the tracing API is in refactoring...
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/