hi, recent btf encoder's changes brakes BTF data for some gcc versions. The problem is that some functions can appear in dwarf data in some instances without arguments, while they are defined with some. v2 changes: - drop patch 3 logic and just change conditions based on Andrii's suggestion - drop patch 2 - add ack for patch 1 Andrii, please check if it's working with your gcc. thanks, jirka --- Jiri Olsa (2): btf_encoder: Generate also .init functions btf_encoder: Fix function generation btf_encoder.c | 67 ++++++++++++------------------------------------------------------- 1 file changed, 12 insertions(+), 55 deletions(-)