summaryrefslogtreecommitdiff
path: root/source3/profile/profile.c
AgeCommit message (Expand)AuthorFilesLines
2026-04-07s3:smbprofile: make smbprofile.tdb none readable for othersRalph Wuerthner1-1/+1
2026-02-15profiling: Fix a commentVolker Lendecke1-1/+1
2025-09-02lib: Use talloc_realloc_zero() in a few obvious placesVolker Lendecke1-6/+4
2025-06-23profile: reset per-share countersShachar Sharon1-0/+23
2025-06-23profile: collect per-share counters from TDBShachar Sharon1-0/+12
2025-06-23profile: dynamic per-share in-memory countersShachar Sharon1-0/+187
2025-04-11profile: Add number of sessions, tcons and files to smbstatus -PVolker Lendecke1-2/+4
2025-04-11profile: Add sessions, tcons and files to profile dataVolker Lendecke1-0/+19
2025-04-11profile: Pass dummy smbd_server_connection to smbprofile_dump()Volker Lendecke1-2/+2
2025-04-11profile: Return number of workers from smbprofile_collect_tdb()Volker Lendecke1-0/+2
2023-12-19profile: Fix rusage reportingVolker Lendecke1-10/+10
2023-12-19profile: Fix a small memleakVolker Lendecke1-0/+1
2023-06-16profiling: Factor out functions to read smbprofile.tdbVolker Lendecke1-139/+5
2022-07-25s3:profile: make use of tevent_cached_getpid() in performance critical codeStefan Metzmacher1-1/+3
2022-01-18profile3: remove an unused includeVolker Lendecke1-1/+0
2019-07-09s3:profile: Allow profile subsystem to use SHA1 in FIPS modeAndreas Schneider1-0/+7
2019-07-09s3:profile: Use SHA1 for hashing in profiling functions.Andreas Schneider1-6/+5
2019-05-21s3:profile: Use GnuTLS MD5Andreas Schneider1-9/+23
2019-01-16profiling: stop smbprofile from growing unnecessarilyDylan Stephano-Shachter1-0/+5
2018-08-17lib: Pass mem_ctx to cache_path()Volker Lendecke1-1/+1
2016-03-28s3-profile: reduce dependencies of smbprofile.hUri Simchoni1-6/+6
2015-11-16smbprofile: Add dst pid to smbprofile_cleanupVolker Lendecke1-2/+2
2015-05-14Convert all uint32/16/8 to _t in a grab-bag of remaining files.Richard Sharpe1-1/+1
2015-03-06s3:smbprofile: profile the system and user space cpu timeStefan Metzmacher1-0/+22
2015-03-06s3:smbprofile: Replace sysv shmem with tdbVolker Lendecke1-80/+301
2014-11-19s3:smbprofile: rewrite the internal macrosStefan Metzmacher1-188/+1
2014-11-19s3:smbprofile: remove unused nmbd related countersStefan Metzmacher1-19/+1
2014-10-07smbd: Fix nonempty line endingsVolker Lendecke1-15/+14
2014-10-03profiling: Only compile profile/profile.c if profiling is enabledVolker Lendecke1-16/+1
2014-10-03profiling: Move some #defines to profile.cVolker Lendecke1-0/+4
2014-10-03profiling: Make "struct profile_header" staticVolker Lendecke1-1/+7
2013-03-12s3: remove some dead code (for setdir command)Christian Ambach1-1/+0
2011-04-15s3-build: fix the --with-profiling-data build on mac os x.Günther Deschner1-0/+1
2011-04-14s3: only include smb profiling where needed.Günther Deschner1-0/+1
2011-04-14s3: fix the build of --with-profiling-data.Günther Deschner1-0/+1
2011-03-30s3-messages: make ndr_messaging.h part of messages.h.Günther Deschner1-1/+0
2011-03-30s3-messages: only include messages.h where needed.Günther Deschner1-0/+1
2010-12-18Rename vfs operation posix_fallocate to just fallocate and add the vfs_falloc...Jeremy Allison1-1/+1
2010-12-02Move posix_fallocate into the VFS where it belongs.Jeremy Allison1-0/+1
2010-09-14s3/profile: remove the magical clock initialization from the profile codeBjörn Jacke1-56/+0
2010-09-14s3/profiling: don't use CLOCK_PROCESS_CPUTIME_IDBjörn Jacke1-18/+0
2010-08-31s3: we have clock_gettime everywhere, remove ifdefsBjörn Jacke1-7/+0
2010-07-07s3: Add SMB2 performance counters.Ira Cooper1-0/+19
2010-05-08s3: Fix the buildVolker Lendecke1-0/+1
2009-09-08s3:smbd: Fix bug 6690, wrong error checkAndrew Klosterman1-1/+1
2009-02-24S3: Add in profile counters for new vfs and syscall entries.todd stecher1-0/+7
2008-05-08Yay ! Remove a VFS entry. Removed the set_nt_acl() call,Jeremy Allison1-1/+0
2007-10-29Add in the recvfile entry to the VFS layer with a defaultJeremy Allison1-0/+1
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-5/+5
2007-10-10r24842: Fix build warning.Günther Deschner1-1/+1