We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07a4c67 commit dfbbab3Copy full SHA for dfbbab3
agent/crates/observ-trace-ebpf/src/process.rs
@@ -103,7 +103,7 @@ pub fn try_exit(
103
data.protocol = result.protocol;
104
data.seq = result.seq;
105
data.uuid = result.uuid;
106
- // args.extract(&mut data.payload, ret)?;
+ args.extract(&mut data.payload, ret)?;
107
108
map.remove(&id).map_err(|_| MAP_DELETE_FAILED)?;
109
0 commit comments