Page MenuHomeFreeBSD

Add support for syscall::*fork:return probes in both parent and child.
AbandonedPublic

Authored by gnn on Mar 15 2017, 1:21 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Apr 14, 2:11 PM
Unknown Object (File)
Sun, Apr 14, 8:48 AM
Unknown Object (File)
Sat, Apr 13, 6:33 PM
Unknown Object (File)
Sat, Apr 6, 6:28 PM
Unknown Object (File)
Dec 20 2023, 12:24 AM
Unknown Object (File)
Oct 7 2023, 2:56 AM
Unknown Object (File)
Aug 24 2023, 1:31 AM
Unknown Object (File)
Aug 14 2023, 8:30 PM
Subscribers
None

Details

Reviewers
rwatson
markj
Group Reviewers
DTrace
Summary

This supplants the previous attempt and goes in for a modification of the fork_return() code itself.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 8059
Build 8251: arc lint + arc unit

Event Timeline

gnn added reviewers: DTrace, rwatson, markj.

How does this play out with non-native ABIs (e.g., the Linux emulator) -- I thought SYS_fork (etc) were ABI-specific system-call numbers?

(For that matter: how does the systrace provider work with non-native ABIs generally?)

Remove filtering based on system call type (suggested by rwatson)