diff options
Diffstat (limited to 'tapset/LKET/iosyscall.stp')
-rwxr-xr-x | tapset/LKET/iosyscall.stp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tapset/LKET/iosyscall.stp b/tapset/LKET/iosyscall.stp index bfc61131..4650cde7 100755 --- a/tapset/LKET/iosyscall.stp +++ b/tapset/LKET/iosyscall.stp @@ -482,6 +482,8 @@ probe _addevent.iosyscall.sync.return function log_iosyscall_sync(hookid:long) %{ + int GroupID = _GROUP_IOSYSCALL; + int hookID = _HOOKID_IOSYSCALL_SYNC_ENTRY; struct timeval tv; do_gettimeofday(&tv); #if defined(ASCII_TRACE) |