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
F163383478: D10013.diff
Wed, Jul 22, 5:30 PM
Unknown Object (File)
Tue, Jul 21, 1:57 PM
Unknown Object (File)
Mon, Jul 20, 3:32 AM
Unknown Object (File)
Sun, Jul 19, 10:25 PM
Unknown Object (File)
Jun 18 2026, 4:54 AM
Unknown Object (File)
May 22 2026, 6:41 PM
Unknown Object (File)
May 20 2026, 3:48 PM
Unknown Object (File)
May 15 2026, 8:48 AM
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)