diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-06-05 08:29:10 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-06-05 08:32:19 -0400 |
commit | 2debbc836696f2a815d02630230584a1754a5022 (patch) | |
tree | f04f2eca0ed514ab996cfbb29d69af1ea22481e1 /Documentation/perf_counter/builtin-report.c | |
parent | 8edd4286f99f78fe07fe9196e69d5643da86cada (diff) |
perf_counter tools: Clarify events/samples naming
A number of places said 'events' while they should say 'samples'.
Acked-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
LKML-Reference: <new-submission>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'Documentation/perf_counter/builtin-report.c')
-rw-r--r-- | Documentation/perf_counter/builtin-report.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/perf_counter/builtin-report.c b/Documentation/perf_counter/builtin-report.c index ca303fd74a71..5af105c280b5 100644 --- a/Documentation/perf_counter/builtin-report.c +++ b/Documentation/perf_counter/builtin-report.c | |||
@@ -857,7 +857,7 @@ static size_t output__fprintf(FILE *fp, uint64_t total_samples) | |||
857 | 857 | ||
858 | fprintf(fp, "\n"); | 858 | fprintf(fp, "\n"); |
859 | fprintf(fp, "#\n"); | 859 | fprintf(fp, "#\n"); |
860 | fprintf(fp, "# (%Ld profiler events)\n", (__u64)total_samples); | 860 | fprintf(fp, "# (%Ld samples)\n", (__u64)total_samples); |
861 | fprintf(fp, "#\n"); | 861 | fprintf(fp, "#\n"); |
862 | 862 | ||
863 | fprintf(fp, "# Overhead"); | 863 | fprintf(fp, "# Overhead"); |