Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 182467
b: refs/heads/master
c: f526d68
h: refs/heads/master
i:
  182465: 700b4ed
  182463: 1ed8cb2
v: v3
  • Loading branch information
Tom Zanussi authored and Frederic Weisbecker committed Feb 23, 2010
1 parent 7fa5673 commit 3ff00d2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 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: faa5c5c36ec50bf43e39c7798ce9701e6b002db3
refs/heads/master: f526d68b6ce9ba7a2bd94e663e240a022524c58a
4 changes: 3 additions & 1 deletion trunk/tools/perf/Documentation/perf-trace.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,11 @@ OPTIONS
--list=::
Display a list of available trace scripts.

-s::
-s ['lang']::
--script=::
Process trace data with the given script ([lang]:script[.ext]).
If the string 'lang' is specified in place of a script name, a
list of supported languages will be displayed instead.

-g::
--gen-script=::
Expand Down
4 changes: 2 additions & 2 deletions trunk/tools/perf/builtin-trace.c
Original file line number Diff line number Diff line change
Expand Up @@ -219,9 +219,9 @@ static int parse_scriptname(const struct option *opt __used,
const char *script, *ext;
int len;

if (strcmp(str, "list") == 0) {
if (strcmp(str, "lang") == 0) {
list_available_languages();
return 0;
exit(0);
}

script = strchr(str, ':');
Expand Down

0 comments on commit 3ff00d2

Please sign in to comment.