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)
Thu, Jun 18, 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
Unknown Object (File)
May 14 2026, 9:56 PM
Unknown Object (File)
May 14 2026, 9:28 PM
Unknown Object (File)
May 14 2026, 9:14 PM
Unknown Object (File)
May 14 2026, 3:35 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)