diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-04-27 02:02:14 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-04-27 03:05:08 -0400 |
commit | 148be2c15d4a866fbc7a8f55342e4fd4de73be61 (patch) | |
tree | a99f8c85552166f187a233ce29eb442f27fe620d /Documentation/perf_counter/perf.c | |
parent | f1f9b3b1795da8625e0e6096813c9d18d4a344ce (diff) |
perf_counter tools: move helper library to util/*
Clean up the top level directory a bit by moving all the helper libraries
to util/*.[ch].
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'Documentation/perf_counter/perf.c')
-rw-r--r-- | Documentation/perf_counter/perf.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/perf_counter/perf.c b/Documentation/perf_counter/perf.c index 8d6faecdc15d..594d270be390 100644 --- a/Documentation/perf_counter/perf.c +++ b/Documentation/perf_counter/perf.c | |||
@@ -1,8 +1,8 @@ | |||
1 | #include "builtin.h" | 1 | #include "builtin.h" |
2 | #include "exec_cmd.h" | 2 | #include "util/exec_cmd.h" |
3 | #include "cache.h" | 3 | #include "util/cache.h" |
4 | #include "quote.h" | 4 | #include "util/quote.h" |
5 | #include "run-command.h" | 5 | #include "util/run-command.h" |
6 | 6 | ||
7 | const char perf_usage_string[] = | 7 | const char perf_usage_string[] = |
8 | "perf [--version] [--help] COMMAND [ARGS]"; | 8 | "perf [--version] [--help] COMMAND [ARGS]"; |