[Patch 0/2] ksym_tracer:ksym tracer fixes

From: K.Prasad
Date: Tue Jun 16 2009 - 19:04:51 EST


Hi Frederic,
Please find a set of patches that fix two separate issues found in
the ksym tracer.

Summary of patchset
--------------------
1: An early return before a line-return in the output function causes the
output to be concatenated. This is fixed using an unconditional line return.
2: Symbol unregistration results in missing information and partial output,
which causes problems for 'trace_pipe' functionality. The patch adds an early
check to detect missing fields and return with a TRACE_TYPE_HANDLED code to
eliminate trace belonging to stale ksym tracer symbols.

Let me know your comments on this patchset. If found acceptable, kindly patch
them to the ksym tracer plugin in -tip tree.

Thanks,
K.Prasad

--
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/