elastic / ebpf

Elastic's eBPF
Other
67 stars 11 forks source link

Add cwd to fork and ctty to exit. #197

Closed haesbaert closed 4 months ago

haesbaert commented 4 months ago

This unifies what fork+exec+exit outputs once and for all. cwd cannot be gathered on exit as it's already gone by the time we try to fetch it.

haesbaert commented 4 months ago

Code LGTM, CI is failing though. Perhaps unrelated?

Yeah, I don't think it's related, I've seen this flapping in other diffs as well