Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 147565
b: refs/heads/master
c: 9e09675
h: refs/heads/master
i:
  147563: 5f8f8c6
v: v3
  • Loading branch information
Mike Galbraith authored and Ingo Molnar committed May 28, 2009
1 parent 48d4422 commit 62a8ffd
Show file tree
Hide file tree
Showing 5 changed files with 6 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: de04687f868bf98e4ef644af91ed85a3bc212ce8
refs/heads/master: 9e09675366695405412b709e91709c1ce2925c90
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ SYNOPSIS
--------
[verse]
'perf record' [-e <EVENT> | --event=EVENT] [-l] [-a] <command>
'perf record' [-e <EVENT> | --event=EVENT] [-l] [-a] -- <command> [<options>]

DESCRIPTION
-----------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ SYNOPSIS
--------
[verse]
'perf stat' [-e <EVENT> | --event=EVENT] [-l] [-a] <command>
'perf stat' [-e <EVENT> | --event=EVENT] [-l] [-a] -- <command> [<options>]

DESCRIPTION
-----------
Expand Down
3 changes: 2 additions & 1 deletion trunk/Documentation/perf_counter/builtin-record.c
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,8 @@ static int __cmd_record(int argc, const char **argv)
}

static const char * const record_usage[] = {
"perf record [<options>] <command>",
"perf record [<options>] [<command>]",
"perf record [<options>] -- <command> [<options>]",
NULL
};

Expand Down
1 change: 1 addition & 0 deletions trunk/Documentation/perf_counter/builtin-stat.c
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ static void skip_signal(int signo)

static const char * const stat_usage[] = {
"perf stat [<options>] <command>",
"perf stat [<options>] -- <command> [<options>]",
NULL
};

Expand Down

0 comments on commit 62a8ffd

Please sign in to comment.