File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,8 @@ let debug = Option.is_some (Unix.getenv "MAGIC_TRACE_DEBUG")
21
21
features of magic-trace. *)
22
22
let experimental = Option. is_some (Unix. getenv " MAGIC_TRACE_EXPERIMENTAL" )
23
23
24
- (* magic-trace's dlfilter integration is busted right now, see #246. Also:
25
-
26
- When tracing the kernel on certain systems, perf only has root access when
24
+ (* When tracing the kernel on certain systems, perf only has root access when
27
25
being run with a specific set of flags. Since this does not include
28
26
[--dlfilter], this environment variable allows the user to forcibly disable
29
27
filtering. *)
30
- let no_dlfilter = Option. is_none (Unix. getenv " MAGIC_TRACE_ENABLE_DLFILTER " )
28
+ let no_dlfilter = Option. is_some (Unix. getenv " MAGIC_TRACE_NO_DLFILTER " )
You can’t perform that action at this time.
0 commit comments