From: Ingo Molnar Date: Tue, 26 May 2009 07:17:18 +0000 (+0200) Subject: perf record: Convert to Git option parsing X-Git-Tag: v2.6.31-rc1~383^2~215 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e9b20b8a1cab6c6ab4f98f917a2d98783103969;p=pandora-kernel.git perf record: Convert to Git option parsing Remove getopt usage and use Git's much more advanced and more compact command option library. Git's library (util/parse-options.[ch]) constructs help texts and error messages automatically, and has a number of other convenience features as well. Cc: Peter Zijlstra Cc: Mike Galbraith Cc: Paul Mackerras Cc: Corey Ashford Cc: Marcelo Tosatti Cc: Arnaldo Carvalho de Melo Cc: John Kacur LKML-Reference: Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed