Em Mon, Mar 21, 2022 at 07:06:06PM +0000, Kui-Feng Lee escreveu: > On Wed, 2022-03-09 at 16:18 -0800, Andrii Nakryiko wrote: > > On Wed, Mar 9, 2022 at 4:14 PM Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx> wrote: > > > I did check locally with latest pahole master, and it seems like > > > something is wrong with generated BTF. I get three selftests > > > failure > > > if I use latest pahole compiled from master. > > > Kui-Feng, please take a look when you get a chance. Arnaldo, please > > > hold off from releasing a new version for now. > I just figure out the root cuase. > It caused by missing info from percpu_secinfo when collecting data from > threads. The encoder stores it separatedly from struct btf, and we > have separated different encoders for threads. They are not merged > together. I will fixed it ASAP. Cool, looking forward to the fix. - Arnaldo