Skip to content

Commit 5093e7d

Browse files
committed
Use offset locator for new function for Go 1.24 tracing fixes
Signed-off-by: Dom Del Nano <[email protected]>
1 parent cc165ee commit 5093e7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stirling/source_connectors/socket_tracer/uprobe_symaddrs.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ Status PopulateHTTP2DebugSymbols(GoOffsetLocator* offset_locator, std::string_vi
347347
"w"));
348348

349349
LOG_ASSIGN_STATUSOR(symaddrs->http2bufferedWriter_conn_offset,
350-
dwarf_reader->GetStructMemberOffset(
350+
offset_locator->GetStructMemberOffset(
351351
"net/http.http2bufferedWriter",
352352
"conn"));
353353
// clang-format on

0 commit comments

Comments
 (0)