diff options
| -rw-r--r-- | tools/perf/util/session.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/perf/util/session.c b/tools/perf/util/session.c index fab5838c06be..88dfef70c13d 100644 --- a/tools/perf/util/session.c +++ b/tools/perf/util/session.c | |||
| @@ -509,6 +509,7 @@ static int flush_sample_queue(struct perf_session *s, | |||
| 509 | os->last_flush = iter->timestamp; | 509 | os->last_flush = iter->timestamp; |
| 510 | list_del(&iter->list); | 510 | list_del(&iter->list); |
| 511 | list_add(&iter->list, &os->sample_cache); | 511 | list_add(&iter->list, &os->sample_cache); |
| 512 | os->nr_samples--; | ||
| 512 | 513 | ||
| 513 | if (show_progress) | 514 | if (show_progress) |
| 514 | ui_progress__update(&prog, 1); | 515 | ui_progress__update(&prog, 1); |
| @@ -521,8 +522,6 @@ static int flush_sample_queue(struct perf_session *s, | |||
| 521 | list_entry(head->prev, struct sample_queue, list); | 522 | list_entry(head->prev, struct sample_queue, list); |
| 522 | } | 523 | } |
| 523 | 524 | ||
| 524 | os->nr_samples = 0; | ||
| 525 | |||
| 526 | return 0; | 525 | return 0; |
| 527 | } | 526 | } |
| 528 | 527 | ||
