diff options
| -rw-r--r-- | tools/perf/util/auxtrace.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/perf/util/auxtrace.c b/tools/perf/util/auxtrace.c index ae8c37b219c9..db1511359c5e 100644 --- a/tools/perf/util/auxtrace.c +++ b/tools/perf/util/auxtrace.c | |||
| @@ -203,6 +203,9 @@ static int auxtrace_queues__grow(struct auxtrace_queues *queues, | |||
| 203 | for (i = 0; i < queues->nr_queues; i++) { | 203 | for (i = 0; i < queues->nr_queues; i++) { |
| 204 | list_splice_tail(&queues->queue_array[i].head, | 204 | list_splice_tail(&queues->queue_array[i].head, |
| 205 | &queue_array[i].head); | 205 | &queue_array[i].head); |
| 206 | queue_array[i].tid = queues->queue_array[i].tid; | ||
| 207 | queue_array[i].cpu = queues->queue_array[i].cpu; | ||
| 208 | queue_array[i].set = queues->queue_array[i].set; | ||
| 206 | queue_array[i].priv = queues->queue_array[i].priv; | 209 | queue_array[i].priv = queues->queue_array[i].priv; |
| 207 | } | 210 | } |
| 208 | 211 | ||
