MCPcopy Create free account
hub / github.com/rabbitstack/fibratus / IsStarted

Method IsStarted

internal/etw/trace.go:362–362  ·  view source on GitHub ↗

IsStarted indicates if the trace is started successfully.

()

Source from the content-addressed store, hash-verified

360
361// IsStarted indicates if the trace is started successfully.
362func (t *Trace) IsStarted() bool { return t.startHandle.IsValid() }
363
364// IsRunning determines if the current trace is running.
365func (t *Trace) IsRunning() bool { return etw.ControlTrace(0, t.Name, t.GUID, etw.Query) == nil }

Callers 2

CloseMethod · 0.80
TestStartTraceFunction · 0.80

Calls 1

IsValidMethod · 0.45

Tested by 1

TestStartTraceFunction · 0.64