ftrace: Remove FTRACE_FL_CONVERTED flag
authorSteven Rostedt <srostedt@redhat.com>
Mon, 25 Apr 2011 18:32:42 +0000 (14:32 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Sat, 30 Apr 2011 02:53:04 +0000 (22:53 -0400)
commitd2c8c3eafbf715306ec891e7ca52d3d999acbe31
tree1dd5b7ae74f1dd951b542df3eb455af445a349c1
parent45a4a2372b364107cabea79f255b333236626416
ftrace: Remove FTRACE_FL_CONVERTED flag

Since we disable all function tracer processing if we detect
that a modification of a instruction had failed, we do not need
to track that the record has failed. No more ftrace processing
is allowed, and the FTRACE_FL_CONVERTED flag is pointless.

The FTRACE_FL_CONVERTED flag was used to denote records that were
successfully converted from mcount calls into nops. But if a single
record fails, all of ftrace is disabled.

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
include/linux/ftrace.h
kernel/trace/ftrace.c