diff options
author | Stephane Eranian <eranian@google.com> | 2013-02-14 07:57:28 -0500 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2013-03-25 15:09:24 -0400 |
commit | d4304958a25414a6e67b8a41c0f230e05cafafb6 (patch) | |
tree | 650bb75d6345b03c7b42008f3825ddba1730c59d /tools/perf/builtin-stat.c | |
parent | 86ee6e18f6cb43ab0cb67347bda5b6f5b016121d (diff) |
perf stat: Rename --aggr-socket to --per-socket
To make it more obvious what this option does as suggested by Andi on
LKML.
Signed-off-by: Stephane Eranian <eranian@google.com>
Cc: Andi Kleen <ak@linux.intel.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Namhyung Kim <namhyung.kim@lge.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/1360846649-6411-3-git-send-email-eranian@google.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/builtin-stat.c')
-rw-r--r-- | tools/perf/builtin-stat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/builtin-stat.c b/tools/perf/builtin-stat.c index ded34fc4df4f..6f6ea931ab76 100644 --- a/tools/perf/builtin-stat.c +++ b/tools/perf/builtin-stat.c | |||
@@ -1370,7 +1370,7 @@ int cmd_stat(int argc, const char **argv, const char *prefix __maybe_unused) | |||
1370 | "command to run after to the measured command"), | 1370 | "command to run after to the measured command"), |
1371 | OPT_UINTEGER('I', "interval-print", &interval, | 1371 | OPT_UINTEGER('I', "interval-print", &interval, |
1372 | "print counts at regular interval in ms (>= 100)"), | 1372 | "print counts at regular interval in ms (>= 100)"), |
1373 | OPT_SET_UINT(0, "aggr-socket", &aggr_mode, | 1373 | OPT_SET_UINT(0, "per-socket", &aggr_mode, |
1374 | "aggregate counts per processor socket", AGGR_SOCKET), | 1374 | "aggregate counts per processor socket", AGGR_SOCKET), |
1375 | OPT_END() | 1375 | OPT_END() |
1376 | }; | 1376 | }; |