On Thu, 2024-05-16 at 16:04 -0700, Eduard Zingerman wrote: > This is a follow-up to the following discussion: > https://lore.kernel.org/bpf/20240503111836.25275-1-jose.marchesi@xxxxxxxxxx/ > > As suggested by Andrii, this series adds several API functions to > allow more flexibility with btf dump: > - a function to add a type and all its dependencies to the emit queue; > - functions to provide access to the emit queue owned by btf_dump object; > - a function to print a given type (skipping any dependencies). The series fails on the CI despite passing local testing, I'll submit v2 when ready. [...]