reverie-rs / reverie

trace and intercept linux syscalls.
Other
14 stars 5 forks source link

Rename/remove references to libdet & detsched #14

Closed rrnewton closed 5 years ago

rrnewton commented 5 years ago

Since systrace doesn't "know" what instrumentation purposes it is being put to, it shouldn't reference any higher-level components or naming conventions. Close this issue when git grep doesn't have any mentions of those.

(This includes removing the --detsched flag of course.)

This is related to the little rename request mentioned at the end of https://github.com/iu-parfunc/systrace/issues/8. (I.e. to remove ./libdet and instead include examples/echo and examples/count).

rrnewton commented 5 years ago

A small addendum would be to pick a different prefix and replace DET_ with SYSTRACE_ in variable names.

wangbj commented 5 years ago

fixed in commit 119f2f628e89b3c409d2f25d35b519f0c9577883