Re: [PATCH v4 02/12] perf record: introduce thread specific data array

From: Andi Kleen
Date: Thu Apr 08 2021 - 10:16:29 EST


> + } else {
> + thread_data[t].tid = syscall(SYS_gettid);

That always fills in the tid of the setup thread instead of the target
threads?