Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 234468
b: refs/heads/master
c: 9826e83
h: refs/heads/master
v: v3
  • Loading branch information
Marcin Slusarz authored and Arnaldo Carvalho de Melo committed Feb 23, 2011
1 parent 0b8de3e commit a47db12
Show file tree
Hide file tree
Showing 3 changed files with 12 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: 6435a5e39d3e01a1a73a925ed53ee18619b0a368
refs/heads/master: 9826e8329bc160e4cc58b83019f3f056965e42d0
12 changes: 10 additions & 2 deletions trunk/tools/perf/Documentation/perf-lock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ and statistics with this 'perf lock' command.

'perf lock report' reports statistical data.

OPTIONS
-------
COMMON OPTIONS
--------------

-i::
--input=<file>::
Expand All @@ -39,6 +39,14 @@ OPTIONS
--dump-raw-trace::
Dump raw trace in ASCII.

REPORT OPTIONS
--------------

-k::
--key=<value>::
Sorting key. Possible values: acquired (default), contended,
wait_total, wait_max, wait_min.

SEE ALSO
--------
linkperf:perf[1]
2 changes: 1 addition & 1 deletion trunk/tools/perf/builtin-lock.c
Original file line number Diff line number Diff line change
Expand Up @@ -893,7 +893,7 @@ static const char * const report_usage[] = {

static const struct option report_options[] = {
OPT_STRING('k', "key", &sort_key, "acquired",
"key for sorting"),
"key for sorting (acquired / contended / wait_total / wait_max / wait_min)"),
/* TODO: type */
OPT_END()
};
Expand Down

0 comments on commit a47db12

Please sign in to comment.