aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-05-12 15:20:54 -0400
committerThomas Gleixner <tglx@linutronix.de>2008-05-23 17:59:00 -0400
commit8a9e94c1fbfdac45a3b6811b880777c4116aa309 (patch)
tree450075d0a8abec4323692b4c8008d2d18c4b7ab5 /kernel/trace
parentcd2134b1dda92fd450e6a1e12b1c7960dd6a2178 (diff)
sysprof: update copyrights
Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'kernel/trace')
-rw-r--r--kernel/trace/trace_sysprof.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/trace/trace_sysprof.c b/kernel/trace/trace_sysprof.c
index ebcb66d054cc..fe23d6dba7f1 100644
--- a/kernel/trace/trace_sysprof.c
+++ b/kernel/trace/trace_sysprof.c
@@ -1,9 +1,9 @@
1/* 1/*
2 * trace stack traces 2 * trace stack traces
3 * 3 *
4 * Copyright (C) 2004-2008, Soeren Sandmann
4 * Copyright (C) 2007 Steven Rostedt <srostedt@redhat.com> 5 * Copyright (C) 2007 Steven Rostedt <srostedt@redhat.com>
5 * Copyright (C) 2008 Ingo Molnar <mingo@redhat.com> 6 * Copyright (C) 2008 Ingo Molnar <mingo@redhat.com>
6 * Copyright (C) 2004, 2005, Soeren Sandmann
7 */ 7 */
8#include <linux/kallsyms.h> 8#include <linux/kallsyms.h>
9#include <linux/debugfs.h> 9#include <linux/debugfs.h>