diff options
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/perf_counter/builtin-record.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/perf_counter/builtin-record.c b/Documentation/perf_counter/builtin-record.c index 2741b3561bb7..ec3b73adbd9d 100644 --- a/Documentation/perf_counter/builtin-record.c +++ b/Documentation/perf_counter/builtin-record.c | |||
@@ -467,6 +467,9 @@ static int __cmd_record(int argc, const char **argv) | |||
467 | ret = poll(event_array, nr_poll, 100); | 467 | ret = poll(event_array, nr_poll, 100); |
468 | } | 468 | } |
469 | 469 | ||
470 | |||
471 | fprintf(stderr, "[ perf record: Captured and wrote %ld events. ]\n", events); | ||
472 | |||
470 | return 0; | 473 | return 0; |
471 | } | 474 | } |
472 | 475 | ||