diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-06-06 09:19:13 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-06-06 12:58:30 -0400 |
commit | 8035e4288078cb806e7dd6bafe4d3e54d44cab3f (patch) | |
tree | 7b54e827020e9a9dbc2823009cb2815fc3e35fc9 /Documentation/perf_counter/builtin.h | |
parent | 6e6b754ffdb6415723686c733f13275397e44422 (diff) |
perf_counter tools: Prepare for 'perf annotate'
Prepare for the 'perf annotate' implementation by splitting off
builtin-annotate.c from builtin-report.c.
( We keep this commit separate to ease the later librarization
of the facilities that perf-report and perf-annotate shares. )
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
LKML-Reference: <new-submission>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'Documentation/perf_counter/builtin.h')
-rw-r--r-- | Documentation/perf_counter/builtin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/perf_counter/builtin.h b/Documentation/perf_counter/builtin.h index e7de47da8581..51d168230ee7 100644 --- a/Documentation/perf_counter/builtin.h +++ b/Documentation/perf_counter/builtin.h | |||
@@ -14,6 +14,7 @@ extern void prune_packed_objects(int); | |||
14 | extern int read_line_with_nul(char *buf, int size, FILE *file); | 14 | extern int read_line_with_nul(char *buf, int size, FILE *file); |
15 | extern int check_pager_config(const char *cmd); | 15 | extern int check_pager_config(const char *cmd); |
16 | 16 | ||
17 | extern int cmd_annotate(int argc, const char **argv, const char *prefix); | ||
17 | extern int cmd_help(int argc, const char **argv, const char *prefix); | 18 | extern int cmd_help(int argc, const char **argv, const char *prefix); |
18 | extern int cmd_record(int argc, const char **argv, const char *prefix); | 19 | extern int cmd_record(int argc, const char **argv, const char *prefix); |
19 | extern int cmd_report(int argc, const char **argv, const char *prefix); | 20 | extern int cmd_report(int argc, const char **argv, const char *prefix); |