summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-c2c.c
diff options
context:
space:
mode:
authorJiri Olsa2016-08-26 10:36:12 +0200
committerArnaldo Carvalho de Melo2016-10-21 15:32:01 +0200
commit465f27a3b2a21cdd1561537c8f2cf293b1d77da4 (patch)
treebd25e1646a3d051f56029b18f937f6e4144dacc6 /tools/perf/builtin-c2c.c
parentperf c2c report: Add help windows (diff)
downloadkernel-qcow2-linux-465f27a3b2a21cdd1561537c8f2cf293b1d77da4.tar.gz
kernel-qcow2-linux-465f27a3b2a21cdd1561537c8f2cf293b1d77da4.tar.xz
kernel-qcow2-linux-465f27a3b2a21cdd1561537c8f2cf293b1d77da4.zip
perf c2c: Add man page and credits
Add man page for c2c command and credits to builtin-c2c.c file. Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: Jiri Olsa <jolsa@kernel.org> Cc: Andi Kleen <andi@firstfloor.org> Cc: David Ahern <dsahern@gmail.com> Cc: Don Zickus <dzickus@redhat.com> Cc: Joe Mario <jmario@redhat.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Link: http://lkml.kernel.org/n/tip-twbp391v8v9f5idp584hlfov@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/builtin-c2c.c')
-rw-r--r--tools/perf/builtin-c2c.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/perf/builtin-c2c.c b/tools/perf/builtin-c2c.c
index 4af66835bcb7..32c9e62be5a2 100644
--- a/tools/perf/builtin-c2c.c
+++ b/tools/perf/builtin-c2c.c
@@ -1,3 +1,14 @@
+/*
+ * This is rewrite of original c2c tool introduced in here:
+ * http://lwn.net/Articles/588866/
+ *
+ * The original tool was changed to fit in current perf state.
+ *
+ * Original authors:
+ * Don Zickus <dzickus@redhat.com>
+ * Dick Fowles <fowles@inreach.com>
+ * Joe Mario <jmario@redhat.com>
+ */
#include <linux/compiler.h>
#include <linux/kernel.h>
#include <linux/stringify.h>