summaryrefslogtreecommitdiff
path: root/source3/include/smbprofile.h
Commit message (Expand)AuthorAgeFilesLines
* s3: VFS: Complete the removal of SMB_VFS_CHOWN()Jeremy Allison2019-10-151-1/+0
* s3: VFS: Complete the removal of SMB_VFS_RMDIR()Jeremy Allison2019-10-101-1/+0
* s3: VFS: Add SMB_VFS_FCNTLAnoop C S2019-10-081-0/+1
* s3: VFS: Complete the replacement of SMB_VFS_UNLINK() -> SMB_VFS_UNLINKAT().Jeremy Allison2019-09-261-1/+0
* s3: VFS: Add SMB_VFS_UNLINKAT().Jeremy Allison2019-09-261-0/+1
* s3: VFS: Complete the replacement of SMB_VFS_MKDIR() -> SMB_VFS_MKDIRAT().Jeremy Allison2019-09-111-1/+0
* s3: VFS: Add SMB_VFS_MKDIRAT().Jeremy Allison2019-09-111-0/+1
* s3: smbd: profile: Remove syscall_symlink entry now syscall is no longer used.Jeremy Allison2019-09-111-1/+0
* s3: VFS: Add SMB_VFS_SYMLINKAT().Jeremy Allison2019-09-031-0/+1
* s3: VFS: Complete the replacement of SMB_VFS_READLINK() -> SMB_VFS_READLINKAT().Jeremy Allison2019-08-231-1/+0
* s3: VFS: Add SMB_VFS_READLINKAT().Jeremy Allison2019-08-231-0/+1
* s3: VFS: Complete the replacement of SMB_VFS_MKNOD() -> SMB_VFS_MKNODAT().Jeremy Allison2019-08-221-1/+0
* s3: VFS: Add SMB_VFS_MKNODAT().Jeremy Allison2019-08-221-0/+1
* s3: VFS: Complete the replacement of SMB_VFS_LINK() -> SMB_VFS_LINKAT().Jeremy Allison2019-08-201-1/+0
* s3: VFS: Add SMB_VFS_LINKAT().Jeremy Allison2019-08-201-0/+1
* s3: VFS: Complete the replacement of SMB_VFS_RENAME() -> SMB_VFS_RENAMEAT().Jeremy Allison2019-08-161-1/+0
* s3: VFS: Add SMB_VFS_RENAMEAT().Jeremy Allison2019-08-161-1/+1
* s3: vfs: add SMB_VFS_GETXATTRAT_SEND/RECVRalph Boehme2018-07-271-0/+1
* vfs_default: fix async fsync idle/busy time profilingRalph Boehme2018-07-251-1/+1
* s3: VFS: Remove SMB_VFS_FCHMOD_ACL().Jeremy Allison2018-05-251-1/+0
* s3: VFS: Remove SMB_VFS_CHMOD_ACL().Jeremy Allison2018-05-251-1/+0
* s3: profile: Cleanup - we no longer use read/write/fsync syscalls.Jeremy Allison2018-05-171-3/+0
* s3-profile: add PROFILE_TIMESTAMP macroUri Simchoni2016-03-281-0/+4
* s3-profile: reduce dependencies of smbprofile.hUri Simchoni2016-03-281-1/+2
* smbprofile: Add dst pid to smbprofile_cleanupVolker Lendecke2015-11-161-2/+2
* s3:smbprofile: profile the system and user space cpu timeStefan Metzmacher2015-03-061-0/+2
* s3:smbprofile: Replace sysv shmem with tdbVolker Lendecke2015-03-061-17/+99
* s3:smbprofile: specify SMBPROFILE_STATS_SECTION_START() with name vs. display...Stefan Metzmacher2015-03-061-10/+10
* s3:smbprofile: profile async pread/pwrite/fsync syscallsStefan Metzmacher2014-11-191-0/+3
* s3:smbprofile: track connect_count and disconnect_countStefan Metzmacher2014-11-191-0/+2
* s3:smbprofile: remove unused {START,END}_PROFILE_STAMP()Stefan Metzmacher2014-11-191-19/+0
* s3:smbprofile: report idle state of 'idle_count' and 'idle_time'Stefan Metzmacher2014-11-191-1/+1
* s3:smbprofile: improve profiling for the security context switching.Stefan Metzmacher2014-11-191-1/+4
* s3:smbprofile: count all SMB1 and SMB2 requests as 'request_count'Stefan Metzmacher2014-11-191-1/+1
* s3:smb2_server: use async smbprofile macrosStefan Metzmacher2014-11-191-19/+19
* s3:smbprofile: rewrite the internal macrosStefan Metzmacher2014-11-191-829/+467
* s3:smbprofile: Make smbprofile.h includable on its ownVolker Lendecke2014-11-191-0/+2
* s3:smbd: improve writecache profilingStefan Metzmacher2014-11-191-7/+15
* s3:smbprofile: remove unused nmbd related countersStefan Metzmacher2014-11-191-73/+0
* s3:smbprofile: add END_PROFILE_BYTES() marcoStefan Metzmacher2014-11-191-0/+4
* profiling: Make WITH_PROFILE span more in smbprofile.hVolker Lendecke2014-10-031-2/+3
* profiling: Fix a typoVolker Lendecke2014-10-031-1/+1
* profiling: Move some #defines to profile.cVolker Lendecke2014-10-031-4/+0
* profiling: Fix a typoVolker Lendecke2014-10-031-1/+1
* profiling: Make "struct profile_header" staticVolker Lendecke2014-10-031-7/+0
* Rename the profile enums with a SAMBA_ prefix to avoid conflict with system f...Jeremy Allison2013-11-221-1/+1
* s3:include remove non-blank line endingsChristian Ambach2013-05-161-3/+3
* s3:include bump profile memory area version numberChristian Ambach2013-03-201-1/+1
* s3: remove some dead code (for setdir command)Christian Ambach2013-03-121-5/+0
* s3:include: add START/END_PROFILE_STAMP()Stefan Metzmacher2012-06-201-7/+23