diff options
-rw-r--r-- | source/include/profile.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source/include/profile.h b/source/include/profile.h index 5916614fb74..a8ffb963671 100644 --- a/source/include/profile.h +++ b/source/include/profile.h @@ -96,6 +96,10 @@ struct profile_stats { unsigned syscall_ftruncate_time; unsigned syscall_fcntl_lock_count; unsigned syscall_fcntl_lock_time; + unsigned syscall_readlink_count; + unsigned syscall_readlink_time; + unsigned syscall_symlink_count; + unsigned syscall_symlink_time; /* stat cache counters */ unsigned statcache_lookups; unsigned statcache_misses; |