We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef6e65f commit cdf06a5Copy full SHA for cdf06a5
1 file changed
src/stirling/binaries/go_binary_parse_profiling.cc
@@ -70,7 +70,7 @@ int main(int argc, char** argv) {
70
std::make_unique<GoOffsetLocator>(dwarf_reader.get(), build_info, go_version);
71
72
struct go_tls_symaddrs_t symaddrs;
73
- auto status = PopulateGoTLSDebugSymbols(elf_reader.get(), go_offset_locator.get(), &symaddrs);
+ auto status = PopulateGoTLSDebugSymbols(go_offset_locator.get(), &symaddrs);
74
75
if (!status.ok()) {
76
LOG(ERROR) << absl::Substitute("debug symbol parsing failed with: $0", status.msg());
0 commit comments