Documentation ¶
Overview ¶
Package sharedlibraries contains implementation for monitoring of shared libraries opened by other programs
Index ¶
Constants ¶
View Source
const (
LibPathMaxSize = 0x78
)
Variables ¶
View Source
var LibsetToLibSuffixes = map[Libset][]string{ LibsetCrypto: {"libssl", "crypto", "gnutls"}, LibsetGPU: {"libcudart"}, }
LibsetToLibSuffixes maps a libset to a list of regexes that match the shared libraries that belong to that libset. Should be the same as in the probes.h file
Functions ¶
func IsLibsetValid ¶
IsLibsetValid checks if the given libset is valid (i.e., it's in the LibsetToLibSuffixes map)
Types ¶
Click to show internal directories.
Click to hide internal directories.