commit | 0780060124011b94af55830939c86cc0916be0f5 | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Mon Apr 20 15:00:56 2009 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Apr 20 17:36:48 2009 +0200 |
tree | 883a4d0ed69862ab49e6d4bf4e19debafeb5c48c | |
parent | d24e473e5b2ca86d1288b9416227ccc603313d0f [diff] |
perf_counter tools: add in basic glue from Git First very raw version at having a central 'perf' command and a list of subcommands: perf top perf stat perf record perf report ... This is done by picking up Git's collection of utility functions, and hacking them to build fine in this new environment. Signed-off-by: Ingo Molnar <mingo@elte.hu>