aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Rostedt <srostedt@redhat.com>2011-02-16 11:15:55 -0500
committerSteven Rostedt <rostedt@goodmis.org>2011-02-21 20:42:06 -0500
commit33965afc7ee01425736f75adb488a13b485c1f7b (patch)
tree1154414a566df2b295e88cdc396add4b401823d3
parent9a0d6533c483179c8e77352844121537856db00e (diff)
kernelshark: Remove comment about function graph tracer in trace-compat.c
The trace-compat.c comment header was copied from parse-events.c and included the comment about Frederic Weisbecker writing the code for the function graph tracer output. This has nothing to do with the trace-compat.c file. Remove it. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
-rw-r--r--trace-compat.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/trace-compat.c b/trace-compat.c
index cd939b3..31b0a51 100644
--- a/trace-compat.c
+++ b/trace-compat.c
@@ -17,9 +17,6 @@
17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18 * 18 *
19 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 19 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
20 *
21 * The parts for function graph printing was taken and modified from the
22 * Linux Kernel that were written by Frederic Weisbecker.
23 */ 20 */
24#include "trace-compat.h" 21#include "trace-compat.h"
25#include "trace-gui.h" 22#include "trace-gui.h"