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)
Mon, Feb 23, 11:40 PM
Unknown Object (File)
Thu, Feb 19, 8:38 AM
Unknown Object (File)
Jan 12 2026, 12:30 PM
Unknown Object (File)
Jan 12 2026, 11:59 AM
Unknown Object (File)
Jan 10 2026, 4:19 PM
Unknown Object (File)
Jan 10 2026, 4:28 AM
Unknown Object (File)
Jan 7 2026, 2:43 PM
Unknown Object (File)
Dec 23 2025, 3:37 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 8080
Build 8282: 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)