Re: [PATCH] mm: Functions used internally should not be put into
From: Yonghong Song
Date: Sat Jan 21 2023 - 15:36:50 EST
On 1/17/23 11:23 PM, Rong Tao wrote:
Hi, Vlastimil.
Thank you for your reply. Indeed, BTF can eliminate the existing problem
of data structure parsing. But as far as the current BCC[0] code is
concerned, more surgery may be required.
Now the bcc problem[1] should probably be solved by the bcc itself using
BTF, and should not bother the kernel. I hope the maintenance engineers
at BCC can agree with this. Thanks again.
[0] https://github.com/iovisor/bcc
[1] https://github.com/iovisor/bcc/issues/4438
Rong, I have added a comment in above [1]. Let us try to resolve
this issue inside the bcc. Thanks!
Best wishes.
Rong Tao