Documentation
¶
Index ¶
- func MarshalFuncLog(buf []byte, f *types.FuncLog) int64
- func MarshalGoroutine(buf []byte, g *types.Goroutine) int64
- func MarshalRawFuncLog(buf []byte, r *types.RawFuncLog) int64
- func MarshalString(buf []byte, str string) int64
- func MarshalSymbolsData(sd *types.SymbolsData, buf []byte) int64
- func MarshalUint8(buf []byte, val uint8) int64
- func MarshalUint64(buf []byte, val uint64) int64
- func MarshalUintptr(buf []byte, ptr uintptr) int64
- func SizeFuncLog() int64
- func SizeGoroutine() int64
- func SizeRawFuncLog() int64
- func SizeSymbolsData(sd *types.SymbolsData) int64
- func UnmarshalFuncLog(buf []byte, f *types.FuncLog) int64
- func UnmarshalGoroutine(buf []byte, g *types.Goroutine) int64
- func UnmarshalRawFuncLog(buf []byte, r *types.RawFuncLog) int64
- func UnmarshalString(buf []byte) (string, int64)
- func UnmarshalSymbolsData(p *types.SymbolsData, buf []byte) int64
- func UnmarshalUint8(buf []byte) (uint8, int64)
- func UnmarshalUint64(buf []byte) (uint64, int64)
- func UnmarshalUintptr(buf []byte) (uintptr, int64)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MarshalRawFuncLog ¶
func MarshalRawFuncLog(buf []byte, r *types.RawFuncLog) int64
func MarshalString ¶
func MarshalSymbolsData ¶
func MarshalSymbolsData(sd *types.SymbolsData, buf []byte) int64
func MarshalUint8 ¶
func MarshalUint64 ¶
func MarshalUintptr ¶
func SizeFuncLog ¶
func SizeFuncLog() int64
func SizeGoroutine ¶
func SizeGoroutine() int64
func SizeRawFuncLog ¶
func SizeRawFuncLog() int64
func SizeSymbolsData ¶
func SizeSymbolsData(sd *types.SymbolsData) int64
func UnmarshalFuncLog ¶
fl.Frames には十分なサイズのバッファが容易されて無ければならない。
func UnmarshalRawFuncLog ¶
func UnmarshalRawFuncLog(buf []byte, r *types.RawFuncLog) int64
fl.Frames には十分なサイズのバッファが容易されて無ければならない。
func UnmarshalString ¶
func UnmarshalSymbolsData ¶
func UnmarshalSymbolsData(p *types.SymbolsData, buf []byte) int64
func UnmarshalUint8 ¶
func UnmarshalUint64 ¶
func UnmarshalUintptr ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.