From: Markus Metzger Date: Tue, 25 Nov 2008 08:24:15 +0000 (+0100) Subject: x86, bts, ftrace: a BTS ftrace plug-in prototype X-Git-Tag: v2.6.29-rc1~586^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e9b51c28312f7334394aa30be56ff52c2b65b7e;p=pandora-kernel.git x86, bts, ftrace: a BTS ftrace plug-in prototype Impact: add new ftrace plugin A prototype for a BTS ftrace plug-in. The tracer collects branch trace in a cyclic buffer for each cpu. The tracer is not configurable and the trace for each snapshot is appended when doing cat /debug/tracing/trace. This is a proof of concept that will be extended with future patches to become a (hopefully) useful tool. Signed-off-by: Markus Metzger Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed