On Tue, Jan 25, 2022 at 8:06 PM Kui-Feng Lee <kuifeng@xxxxxx> wrote: > > Add arguments to steal and thread_exit callbacks of conf_load to > receive per-thread data. > > Signed-off-by: Kui-Feng Lee <kuifeng@xxxxxx> > --- LGTM. Acked-by: Andrii Nakryiko <andrii@xxxxxxxxxx> > btf_loader.c | 2 +- > ctf_loader.c | 2 +- > dwarf_loader.c | 4 ++-- > dwarves.h | 5 +++-- > pahole.c | 3 ++- > pdwtags.c | 3 ++- > pfunct.c | 4 +++- > 7 files changed, 14 insertions(+), 9 deletions(-) > [...]