Documentation
¶
Index ¶
- type KernelObjectID
- type Thread
- type Writer
- func (w *Writer) AddInitializationRecord(numTicksPerSecond uint64) error
- func (w *Writer) AddProviderEventRecord(providerId uint32, eventType providerEventType) error
- func (w *Writer) AddProviderInfoRecord(providerId uint32, providerName string) error
- func (w *Writer) AddProviderSectionRecord(providerId uint32) error
- func (w *Writer) Close() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KernelObjectID ¶
type KernelObjectID uint64
type Thread ¶
type Thread struct {
ProcessId KernelObjectID
ThreadId KernelObjectID
}
type Writer ¶
type Writer struct {
// contains filtered or unexported fields
}
func (*Writer) AddInitializationRecord ¶
func (*Writer) AddProviderEventRecord ¶
func (*Writer) AddProviderInfoRecord ¶
func (*Writer) AddProviderSectionRecord ¶
Click to show internal directories.
Click to hide internal directories.