summaryrefslogtreecommitdiffstats
path: root/source3/profile
Commit message (Expand)AuthorAgeFilesLines
* s3: remove some dead code (for setdir command)Christian Ambach2013-03-121-1/+0
* s3-build: fix the --with-profiling-data build on mac os x.Günther Deschner2011-04-151-0/+1
* s3: only include smb profiling where needed.Günther Deschner2011-04-141-0/+1
* s3: fix the build of --with-profiling-data.Günther Deschner2011-04-141-0/+1
* s3-messages: make ndr_messaging.h part of messages.h.Günther Deschner2011-03-301-1/+0
* s3-messages: only include messages.h where needed.Günther Deschner2011-03-301-0/+1
* Rename vfs operation posix_fallocate to just fallocate and add the vfs_falloc...Jeremy Allison2010-12-181-1/+1
* Move posix_fallocate into the VFS where it belongs.Jeremy Allison2010-12-021-0/+1
* s3/profile: remove the magical clock initialization from the profile codeBjörn Jacke2010-09-141-56/+0
* s3/profiling: don't use CLOCK_PROCESS_CPUTIME_IDBjörn Jacke2010-09-141-18/+0
* s3: we have clock_gettime everywhere, remove ifdefsBjörn Jacke2010-08-311-7/+0
* s3: Add SMB2 performance counters.Ira Cooper2010-07-071-0/+19
* s3: Fix the buildVolker Lendecke2010-05-081-0/+1
* s3:smbd: Fix bug 6690, wrong error checkAndrew Klosterman2009-09-081-1/+1
* S3: Add in profile counters for new vfs and syscall entries.todd stecher2009-02-241-0/+7
* Yay ! Remove a VFS entry. Removed the set_nt_acl() call,Jeremy Allison2008-05-081-1/+0
* Add in the recvfile entry to the VFS layer with a defaultJeremy Allison2007-10-291-0/+1
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-5/+5
* r24842: Fix build warning.Günther Deschner2007-10-101-1/+1
* r23891: fix compiler warningStefan Metzmacher2007-10-101-1/+2
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r22900: Convert profile/ to messaging_send_pid/messaging_registerVolker Lendecke2007-10-101-10/+26
* r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p...Volker Lendecke2007-10-101-3/+4
* r22395: allow profiling level to be set on startupHerb Lewis2007-10-101-6/+13
* r21714: Change the VFS interface to use struct timespecJeremy Allison2007-10-101-1/+1
* r21543: Fix 64bit build warning.Günther Deschner2007-10-101-1/+1
* r21324: Add linux setlease to the vfs layer. Next round, as Volker points out,Jim McDonough2007-10-101-0/+1
* r21064: The core of this patch isVolker Lendecke2007-10-101-4/+5
* r20744: Fix the build (I missed some chkpth -> checkpath renames).Jeremy Allison2007-10-101-1/+1
* r19647: Add some GPFS support in a vfs mod. Also adds the kernel flock op toJim McDonough2007-10-101-0/+1
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-1/+180
* r16116: Hoist the slow CLOCK_REALTIME message inside the branch so we neverJames Peach2007-10-101-5/+5
* r16111: Patch from Björn JACKE <samba@j3e.de>.James Peach2007-10-101-16/+76
* r15529: Initialise our saved uid and gid so that we can tell whenJames Peach2007-10-101-2/+6
* r15508: Use clock_gettime for profiling timstamps if it is available. UseJames Peach2007-10-101-0/+21
* r15450: Change profiling data macros to use stack variables rather thanJames Peach2007-10-101-5/+0
* r12475: Actually configure with profile support this time ...Volker Lendecke2007-10-101-4/+4
* r12474: Fix a warningVolker Lendecke2007-10-101-5/+9
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-2/+4
* r4268: Merge fix for bugzilla #2150.Tim Potter2007-10-101-1/+1
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-0/+10
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-3/+0
* Restore the profiling data shmem parinoia. This whole area needs to beAndrew Bartlett2001-09-151-4/+2
* don't test for root ownership of profile shared memory segmentHerb Lewis2001-07-181-0/+2
* Fixed SHM_R/SHM_W warnings by moving sys/ipc.h and sys/shm.h into includes.hJeremy Allison2001-05-031-2/+0
* More %d (uid_t) stuff...Jeremy Allison2001-04-271-1/+1
* Fix for a problem with the new messaging system. If a sender is using theJeremy Allison2000-11-161-1/+1
* Merge of Herb's profiling code.Jeremy Allison2000-11-111-0/+17