2 * Copyright 2013, Rene Gollent, rene@gollent.com.
3 * Distributed under the terms of the MIT License.
14 SyscallInfo(const SyscallInfo
& other
);
15 SyscallInfo(bigtime_t startTime
,
21 void SetTo(bigtime_t startTime
,
27 bigtime_t
StartTime() const { return fStartTime
; }
28 bigtime_t
EndTime() const { return fEndTime
; }
29 uint64
ReturnValue() const { return fReturnValue
; }
30 uint32
Syscall() const { return fSyscall
; }
32 const uint8
* Arguments() const { return fArguments
; }
39 uint8 fArguments
[128];
43 #endif // SYSCALL_INFO_H