Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documenting "porting old to new" examples #81

Open
thesamesam opened this issue Aug 19, 2024 · 0 comments
Open

Documenting "porting old to new" examples #81

thesamesam opened this issue Aug 19, 2024 · 0 comments

Comments

@thesamesam
Copy link

thesamesam commented Aug 19, 2024

There's a bunch of one-liners and small scripts on the internet which almost work with DTrace 2.0 but need a little bit of porting.

@kvanhees has answered my questions on a bunch of them and I've tried to document common issues so far at https://wiki.gentoo.org/wiki/DTrace#Online_examples_not_working. One of them was #79 (comment).

So far, we have:

  • execveat_common which should be replaced with the more generic entrypoint proc:::exec
  • open being vulnerable to libc implementation details

We should document other known cases which are known (but not to me) and list the new, idiomatic way of doing the $THING.

(Or maybe it really is just those I listed on the Gentoo wiki and I'm extrapolating too far?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant