After commit 65a4daeaf324 ("ktrace: log execve(2) arguments and
environment"), "a" and "e" are part of the default set of trace points.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 60645 Build 57529: arc lint + arc unit
Event Timeline
Comment Actions
Thank you.
Regarding these being the defaults, I don't have a strong opinion, but it seems natural for them to be enabled by default as they're effectively an extension of c. That is, they're pretty-printers for execve(2) arguments.
Comment Actions
You're welcome, and thank you for fixing the tests.
Regarding these being the defaults, I don't have a strong opinion, but it seems natural for them to be enabled by default as they're effectively an extension of c. That is, they're pretty-printers for execve(2) arguments.
Neither do I. Primarily motivated by fixing the tests without actually modifying them. Generally that will be my approach.