Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156623
b: refs/heads/master
c: b26bc5a
h: refs/heads/master
i:
  156621: e0de6ec
  156619: d6f8885
  156615: 8537c7a
  156607: 8a41e2a
v: v3
  • Loading branch information
Brice Goglin authored and Ingo Molnar committed Aug 9, 2009
1 parent 94dcb23 commit 650de98
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 94cb9e385d5b4d55a5ae389baa10ad2835ea39bb
refs/heads/master: b26bc5a7f81474937e427b0c855eabee5ad56f89
2 changes: 1 addition & 1 deletion trunk/tools/perf/Documentation/perf-stat.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ OPTIONS
-a::
system-wide collection

-S::
-c::
scale counter values

EXAMPLES
Expand Down
2 changes: 1 addition & 1 deletion trunk/tools/perf/builtin-stat.c
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ static const struct option options[] = {
"stat events on existing pid"),
OPT_BOOLEAN('a', "all-cpus", &system_wide,
"system-wide collection from all CPUs"),
OPT_BOOLEAN('S', "scale", &scale,
OPT_BOOLEAN('c', "scale", &scale,
"scale/normalize counters"),
OPT_BOOLEAN('v', "verbose", &verbose,
"be more verbose (show counter open errors, etc)"),
Expand Down

0 comments on commit 650de98

Please sign in to comment.