Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 221809
b: refs/heads/master
c: 7e55055
h: refs/heads/master
i:
  221807: 46e2819
v: v3
  • Loading branch information
Tom Zanussi committed Nov 10, 2010
1 parent 7cdeff8 commit 0139461
Show file tree
Hide file tree
Showing 2 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: d3c4f798ac4b7337b417467f36f4b2e6dcb49240
refs/heads/master: 7e55055e5bb00085051ca59c570c83a820e1e0ee
6 changes: 5 additions & 1 deletion trunk/tools/perf/builtin-trace.c
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,11 @@ static int has_required_arg(char *script_path)
}

static const char * const trace_usage[] = {
"perf trace [<options>] <command>",
"perf trace [<options>]",
"perf trace [<options>] record <script> [<record-options>] <command>",
"perf trace [<options>] report <script> [script-args]",
"perf trace [<options>] <script> [<record-options>] <command>",
"perf trace [<options>] <top-script> [script-args]",
NULL
};

Expand Down

0 comments on commit 0139461

Please sign in to comment.