summaryrefslogtreecommitdiff
path: root/source3/include/smbprofile.h
AgeCommit message (Expand)AuthorFilesLines
2023-06-16profiling: Factor out functions to read smbprofile.tdbVolker Lendecke1-0/+5
2023-06-16lib: Add a few required #includesVolker Lendecke1-0/+3
2023-06-14vfs: Remove vfs telldir/seekdir functionsVolker Lendecke1-2/+0
2023-06-01smbprofile: add smbprofile_active() helperStefan Metzmacher1-0/+10
2022-03-10vfs: Add SMB_VFS_FSTATATVolker Lendecke1-0/+1
2021-09-21profile: Remove syscall_kernel_flock profilingChristof Schmitt1-1/+0
2021-04-19s3: VFS: Remove SMB_VFS_NTIMES(), no longer usedSamuel Cabrero1-1/+0
2021-04-19VFS: Add SMB_VFS_FNTIMESSamuel Cabrero1-0/+1
2020-05-21vfs: add SMB_VFS_OPENAT()Ralph Boehme1-0/+1
2020-05-07s3: VFS: Add SMB_VFS_GET_NT_ACL_AT().Jeremy Allison1-0/+1
2019-11-13smbd: Remove write cacheVolker Lendecke1-21/+0
2019-10-15s3: VFS: Complete the removal of SMB_VFS_CHOWN()Jeremy Allison1-1/+0
2019-10-10s3: VFS: Complete the removal of SMB_VFS_RMDIR()Jeremy Allison1-1/+0
2019-10-08s3: VFS: Add SMB_VFS_FCNTLAnoop C S1-0/+1
2019-09-26s3: VFS: Complete the replacement of SMB_VFS_UNLINK() -> SMB_VFS_UNLINKAT().Jeremy Allison1-1/+0
2019-09-26s3: VFS: Add SMB_VFS_UNLINKAT().Jeremy Allison1-0/+1
2019-09-11s3: VFS: Complete the replacement of SMB_VFS_MKDIR() -> SMB_VFS_MKDIRAT().Jeremy Allison1-1/+0
2019-09-11s3: VFS: Add SMB_VFS_MKDIRAT().Jeremy Allison1-0/+1
2019-09-11s3: smbd: profile: Remove syscall_symlink entry now syscall is no longer used.Jeremy Allison1-1/+0
2019-09-03s3: VFS: Add SMB_VFS_SYMLINKAT().Jeremy Allison1-0/+1
2019-08-23s3: VFS: Complete the replacement of SMB_VFS_READLINK() -> SMB_VFS_READLINKAT().Jeremy Allison1-1/+0
2019-08-23s3: VFS: Add SMB_VFS_READLINKAT().Jeremy Allison1-0/+1
2019-08-22s3: VFS: Complete the replacement of SMB_VFS_MKNOD() -> SMB_VFS_MKNODAT().Jeremy Allison1-1/+0
2019-08-22s3: VFS: Add SMB_VFS_MKNODAT().Jeremy Allison1-0/+1
2019-08-20s3: VFS: Complete the replacement of SMB_VFS_LINK() -> SMB_VFS_LINKAT().Jeremy Allison1-1/+0
2019-08-20s3: VFS: Add SMB_VFS_LINKAT().Jeremy Allison1-0/+1
2019-08-16s3: VFS: Complete the replacement of SMB_VFS_RENAME() -> SMB_VFS_RENAMEAT().Jeremy Allison1-1/+0
2019-08-16s3: VFS: Add SMB_VFS_RENAMEAT().Jeremy Allison1-1/+1
2018-07-27s3: vfs: add SMB_VFS_GETXATTRAT_SEND/RECVRalph Boehme1-0/+1
2018-07-25vfs_default: fix async fsync idle/busy time profilingRalph Boehme1-1/+1
2018-05-25s3: VFS: Remove SMB_VFS_FCHMOD_ACL().Jeremy Allison1-1/+0
2018-05-25s3: VFS: Remove SMB_VFS_CHMOD_ACL().Jeremy Allison1-1/+0
2018-05-17s3: profile: Cleanup - we no longer use read/write/fsync syscalls.Jeremy Allison1-3/+0
2016-03-28s3-profile: add PROFILE_TIMESTAMP macroUri Simchoni1-0/+4
2016-03-28s3-profile: reduce dependencies of smbprofile.hUri Simchoni1-1/+2
2015-11-16smbprofile: Add dst pid to smbprofile_cleanupVolker Lendecke1-2/+2
2015-03-06s3:smbprofile: profile the system and user space cpu timeStefan Metzmacher1-0/+2
2015-03-06s3:smbprofile: Replace sysv shmem with tdbVolker Lendecke1-17/+99
2015-03-06s3:smbprofile: specify SMBPROFILE_STATS_SECTION_START() with name vs. display...Stefan Metzmacher1-10/+10
2014-11-19s3:smbprofile: profile async pread/pwrite/fsync syscallsStefan Metzmacher1-0/+3
2014-11-19s3:smbprofile: track connect_count and disconnect_countStefan Metzmacher1-0/+2
2014-11-19s3:smbprofile: remove unused {START,END}_PROFILE_STAMP()Stefan Metzmacher1-19/+0
2014-11-19s3:smbprofile: report idle state of 'idle_count' and 'idle_time'Stefan Metzmacher1-1/+1
2014-11-19s3:smbprofile: improve profiling for the security context switching.Stefan Metzmacher1-1/+4
2014-11-19s3:smbprofile: count all SMB1 and SMB2 requests as 'request_count'Stefan Metzmacher1-1/+1
2014-11-19s3:smb2_server: use async smbprofile macrosStefan Metzmacher1-19/+19
2014-11-19s3:smbprofile: rewrite the internal macrosStefan Metzmacher1-829/+467
2014-11-19s3:smbprofile: Make smbprofile.h includable on its ownVolker Lendecke1-0/+2
2014-11-19s3:smbd: improve writecache profilingStefan Metzmacher1-7/+15
2014-11-19s3:smbprofile: remove unused nmbd related countersStefan Metzmacher1-73/+0