Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1b173f77 authored by Ingo Molnar's avatar Ingo Molnar
Browse files

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: default avatarJohannes Schindelin <Johannes.Schindelin@gmx.de>
Cc: Junio C Hamano <gitster@pobox.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 3d632595
Loading
Loading
Loading
Loading

tools/perf/CREDITS

0 → 100644
+30 −0
Original line number Diff line number Diff line
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.