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, Jan 12, 12:30 PM
Unknown Object (File)
Mon, Jan 12, 11:59 AM
Unknown Object (File)
Sat, Jan 10, 4:19 PM
Unknown Object (File)
Sat, Jan 10, 4:28 AM
Unknown Object (File)
Wed, Jan 7, 2:43 PM
Unknown Object (File)
Tue, Dec 23, 3:37 PM
Unknown Object (File)
Mon, Dec 22, 12:40 PM
Unknown Object (File)
Dec 16 2025, 8:21 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)