On Wed, Jan 26, 2022 at 11:20 AM Kui-Feng Lee <kuifeng@xxxxxx> wrote: > > Add interfaces to allow users of dwarf_loader to prepare and pass > per-thread data to steal-functions running on worker threads. > > Signed-off-by: Kui-Feng Lee <kuifeng@xxxxxx> > --- Acked-by: Andrii Nakryiko <andrii@xxxxxxxxxx> > dwarf_loader.c | 59 +++++++++++++++++++++++++++++++++++++++----------- > dwarves.h | 4 ++++ > 2 files changed, 50 insertions(+), 13 deletions(-) > [...]