Documentation ¶
Index ¶
- func ConciseEventString(e *dara.Event) string
- func ConciseRoutineInfoString(prefix string, ri dara.RoutineInfo) string
- func ConciseScheduleString(events *[]dara.Event) string
- func ConciseSyscallString(syscall dara.GeneralSyscall) string
- func CoverageString(event *dara.CoverageEvent) string
- func EncEventString(e *dara.EncEvent) string
- func EncLogEntryString(ele *dara.EncLogEntry) string
- func EncNameValuePairString(encp *dara.EncNameValuePair) string
- func EncodedMessageString(em *dara.EncodedMessage) string
- func EventString(e *dara.Event) string
- func EventTypeString(eventType int) string
- func GeneralSyscallString(gs *dara.GeneralSyscall) string
- func GeneralTypeString(gt *dara.GeneralType) string
- func GetEventTypes() []string
- func GoRoutineNameString(ProcID int, ri dara.RoutineInfo) string
- func LogEntryString(le *dara.LogEntry) string
- func MessageString(m *dara.Message) string
- func NameValuePairString(nvp *dara.NameValuePair) string
- func PropCheckString(event *dara.PropCheckEvent) string
- func PropFailureString(event *dara.FailedPropertyEvent) string
- func ReadSchedule(filename string) (*dara.Schedule, error)
- func RoutineInfoString(ri *dara.RoutineInfo) string
- func ScheduleString(events *[]dara.Event) string
- func SyscallNameString(syscallNum int) string
- func ValueString(val interface{}) string
- type Message
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConciseEventString ¶
func ConciseRoutineInfoString ¶
func ConciseRoutineInfoString(prefix string, ri dara.RoutineInfo) string
func ConciseScheduleString ¶
func ConciseSyscallString ¶
func ConciseSyscallString(syscall dara.GeneralSyscall) string
func CoverageString ¶
func CoverageString(event *dara.CoverageEvent) string
func EncEventString ¶
func EncLogEntryString ¶
func EncLogEntryString(ele *dara.EncLogEntry) string
func EncNameValuePairString ¶
func EncNameValuePairString(encp *dara.EncNameValuePair) string
func EncodedMessageString ¶
func EncodedMessageString(em *dara.EncodedMessage) string
func EventString ¶
func EventTypeString ¶
func GeneralSyscallString ¶
func GeneralSyscallString(gs *dara.GeneralSyscall) string
func GeneralTypeString ¶
func GeneralTypeString(gt *dara.GeneralType) string
func GetEventTypes ¶
func GetEventTypes() []string
func GoRoutineNameString ¶
func GoRoutineNameString(ProcID int, ri dara.RoutineInfo) string
func LogEntryString ¶
func MessageString ¶
func NameValuePairString ¶
func NameValuePairString(nvp *dara.NameValuePair) string
String representation of a name value pair
func PropCheckString ¶
func PropCheckString(event *dara.PropCheckEvent) string
func PropFailureString ¶
func PropFailureString(event *dara.FailedPropertyEvent) string
func RoutineInfoString ¶
func RoutineInfoString(ri *dara.RoutineInfo) string
func ScheduleString ¶
func SyscallNameString ¶
func ValueString ¶
func ValueString(val interface{}) string
returns the value of the Name value pair as a string TODO catch and print all possible reflected types
Types ¶
Click to show internal directories.
Click to hide internal directories.