On Thu, Dec 10, 2020 at 08:11:36PM -0800, Andrii Nakryiko wrote: > Two bug fixes to make pahole emit correct kernel module BTF variable > information. > > Cc: Hao Luo <haoluo@xxxxxxxxxx> > Cc: Jiri Olsa <jolsa@xxxxxxxxxx> > > Andrii Nakryiko (2): > btf_encoder: fix BTF variable generation for kernel modules > btf_encoder: fix skipping per-CPU variables at offset 0 Acked-by: Jiri Olsa <jolsa@xxxxxxxxxx> jirka > > btf_encoder.c | 61 +++++++++++++++++++++++++++++++++------------------ > libbtf.c | 1 + > libbtf.h | 1 + > 3 files changed, 42 insertions(+), 21 deletions(-) > > -- > 2.24.1 >