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

Method Stop

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

Stop stops the event tracing session.

()

Source from the content-addressed store, hash-verified

371
372// Stop stops the event tracing session.
373func (t *Trace) Stop() error {
374 return etw.StopTrace(t.Name, t.GUID)
375}
376
377// Flush causes an event tracing session to immediately deliver
378// buffered events for the specified session. By default, an event

Callers 5

OpenMethod · 0.45
CloseMethod · 0.45
TestStartTraceFunction · 0.45
ShutdownMethod · 0.45
captureFunction · 0.45

Calls 1

StopTraceFunction · 0.92

Tested by 1

TestStartTraceFunction · 0.36