diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-06-24 19:54:29 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-06-24 19:54:29 +0200 |
commit | 1b173f77dd0d5fd4f0ff18034aaa79e30da068b9 (patch) | |
tree | 094aff1cc32273b58ccf9beb883fc1c63581be2a | |
parent | 3d63259583278262d9153316094e315f73ebfcb5 (diff) | |
download | linux-3.10-1b173f77dd0d5fd4f0ff18034aaa79e30da068b9.tar.gz linux-3.10-1b173f77dd0d5fd4f0ff18034aaa79e30da068b9.tar.bz2 linux-3.10-1b173f77dd0d5fd4f0ff18034aaa79e30da068b9.zip |
perf_counter tools: Add CREDITS file for Git contributors
Much of perf's libraries comes from the Git project. I noticed
that the files (in tools/perf/util/*.[ch] and elsewhere) are
quite spartan wrt. credits, so lets add a CREDITS file that
includes an (incomplete!) list of main contributors.
Thanks guys, these libraries are really useful. Special thanks
go to Johannes Schindelin and Junio C Hamano for coming up with
this list.
List-Composed-By: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Cc: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
-rw-r--r-- | tools/perf/CREDITS | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/tools/perf/CREDITS b/tools/perf/CREDITS new file mode 100644 index 00000000000..c2ddcb3acbd --- /dev/null +++ b/tools/perf/CREDITS @@ -0,0 +1,30 @@ +Most of the infrastructure that 'perf' uses here has been reused +from the Git project, as of version: + + 66996ec: Sync with 1.6.2.4 + +Here is an (incomplete!) list of main contributors to those files +in util/* and elsewhere: + + Alex Riesen + Christian Couder + Dmitry Potapov + Jeff King + Johannes Schindelin + Johannes Sixt + Junio C Hamano + Linus Torvalds + Matthias Kestenholz + Michal Ostrowski + Miklos Vajna + Petr Baudis + Pierre Habouzit + René Scharfe + Samuel Tardieu + Shawn O. Pearce + Steffen Prohaska + Steve Haslam + +Thanks guys! + +The full history of the files can be found in the upstream Git commits. |