IsKernelTrace determines if this is the system logger trace.
()
| 459 | |
| 460 | // IsKernelTrace determines if this is the system logger trace. |
| 461 | func (t *Trace) IsKernelTrace() bool { return t.GUID == etw.KernelTraceControlGUID } |
| 462 | |
| 463 | // enableFlagsDynamically crafts the system logger event mask |
| 464 | // depending on the compiled rules result or the config state. |
no outgoing calls