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)
Fri, Apr 24, 4:42 PM
Unknown Object (File)
Tue, Apr 21, 12:52 PM
Unknown Object (File)
Mon, Apr 20, 3:42 AM
Unknown Object (File)
Sun, Apr 19, 5:16 AM
Unknown Object (File)
Fri, Apr 17, 9:21 AM
Unknown Object (File)
Thu, Apr 16, 10:20 PM
Unknown Object (File)
Thu, Apr 16, 8:15 AM
Unknown Object (File)
Thu, Apr 16, 6:44 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)