X-Git-Url: https://git.efficios.com/?a=blobdiff_plain;f=plugins%2Flttng-utils%2Fbin-info.h;h=42cb1abcb60a9e8aeba358dfff1b11528b2341ff;hb=ca9f27f38f8da50caeb4f963c31d1797b635bb89;hp=05d0d797d0372697a45eb23f33394507df965ed0;hpb=ad5268b5815118fd5f01551b43e493214528f88d;p=babeltrace.git diff --git a/plugins/lttng-utils/bin-info.h b/plugins/lttng-utils/bin-info.h index 05d0d797..42cb1abc 100644 --- a/plugins/lttng-utils/bin-info.h +++ b/plugins/lttng-utils/bin-info.h @@ -54,6 +54,7 @@ struct bin_info { /* Optional build ID info. */ uint8_t *build_id; size_t build_id_len; + /* Optional debug link info. */ char *dbg_link_filename; uint32_t dbg_link_crc; @@ -64,6 +65,8 @@ struct bin_info { char *debug_info_dir; /* Denotes whether the executable is position independent code. */ bool is_pic:1; + /* denotes whether the build id in the trace matches to one on disk. */ + bool file_build_id_matches:1; /* * Denotes whether the executable only has ELF symbols and no * DWARF info.