Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 147369
b: refs/heads/master
c: cc13a59
h: refs/heads/master
i:
  147367: a4cf699
v: v3
  • Loading branch information
Ingo Molnar committed Apr 20, 2009
1 parent df76663 commit 87236b6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e33e0a43736307512422e41aee6e24d5a8c39181
refs/heads/master: cc13a5913797365b683212f5fca5fb04bb3582eb
1 change: 1 addition & 0 deletions trunk/Documentation/perf_counter/builtin.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ extern int check_pager_config(const char *cmd);
extern int cmd_record(int argc, const char **argv, const char *prefix);
extern int cmd_stat(int argc, const char **argv, const char *prefix);
extern int cmd_top(int argc, const char **argv, const char *prefix);
extern int cmd_version(int argc, const char **argv, const char *prefix);
#endif
3 changes: 2 additions & 1 deletion trunk/Documentation/perf_counter/perf.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include "run-command.h"

const char perf_usage_string[] =
"perf [--version] [--exec-path[=PERF_EXEC_PATH]] [--html-path] [-p|--paginate|--no-pager] [--bare] [--perf-dir=PERF_DIR] [--work-tree=PERF_WORK_TREE] [--help] COMMAND [ARGS]";
"perf [--version] [--help] COMMAND [ARGS]";

const char perf_more_info_string[] =
"See 'perf help COMMAND' for more information on a specific command.";
Expand Down Expand Up @@ -251,6 +251,7 @@ static void handle_internal_command(int argc, const char **argv)
{ "record", cmd_record, 0 },
{ "stat", cmd_stat, 0 },
{ "top", cmd_top, 0 },
{ "version", cmd_version, 0 },
};
int i;
static const char ext[] = STRIP_EXTENSION;
Expand Down

0 comments on commit 87236b6

Please sign in to comment.