Documentation
¶
Index ¶
Constants ¶
View Source
const ( Unspec int = iota TSDBase TSDElementBase TSDIndex TSDValue TSDConstant )
Variables ¶
This section is empty.
Functions ¶
func IsPotentialTSDDSO ¶
IsPotentialTSDDSO determines if the DSO filename potentially contains pthread code
Types ¶
type Analyzer ¶
type Analyzer struct {
// FunctionName is the kernel function which can be analyzed
FunctionName string
// Analyze can inspect the kernel function mentioned above for the Thread Pointer Base
Analyze func([]byte) (uint32, error)
}
func GetTpBaseAnalyzers ¶
Click to show internal directories.
Click to hide internal directories.