summaryrefslogtreecommitdiff
path: root/source3/profile
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r23891: fix compiler warningStefan Metzmacher1-1/+2
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r22900: Convert profile/ to messaging_send_pid/messaging_registerVolker Lendecke1-10/+26
2007-10-10r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p...Volker Lendecke1-3/+4
2007-10-10r22395: allow profiling level to be set on startupHerb Lewis1-6/+13
2007-10-10r21714: Change the VFS interface to use struct timespecJeremy Allison1-1/+1
2007-10-10r21543: Fix 64bit build warning.Günther Deschner1-1/+1
2007-10-10r21324: Add linux setlease to the vfs layer. Next round, as Volker points out,Jim McDonough1-0/+1
2007-10-10r21064: The core of this patch isVolker Lendecke1-4/+5
2007-10-10r20744: Fix the build (I missed some chkpth -> checkpath renames).Jeremy Allison1-1/+1
2007-10-10r19647: Add some GPFS support in a vfs mod. Also adds the kernel flock op toJim McDonough1-0/+1
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-1/+180
2007-10-10r16116: Hoist the slow CLOCK_REALTIME message inside the branch so we neverJames Peach1-5/+5
2007-10-10r16111: Patch from Björn JACKE <samba@j3e.de>.James Peach1-16/+76
2007-10-10r15529: Initialise our saved uid and gid so that we can tell whenJames Peach1-2/+6
2007-10-10r15508: Use clock_gettime for profiling timstamps if it is available. UseJames Peach1-0/+21
2007-10-10r15450: Change profiling data macros to use stack variables rather thanJames Peach1-5/+0
2007-10-10r12475: Actually configure with profile support this time ...Volker Lendecke1-4/+4
2007-10-10r12474: Fix a warningVolker Lendecke1-5/+9
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-2/+4
2007-10-10r4268: Merge fix for bugzilla #2150.Tim Potter1-1/+1
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-0/+10
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-3/+0
2001-09-15Restore the profiling data shmem parinoia. This whole area needs to beAndrew Bartlett1-4/+2
2001-07-18don't test for root ownership of profile shared memory segmentHerb Lewis1-0/+2
2001-05-03Fixed SHM_R/SHM_W warnings by moving sys/ipc.h and sys/shm.h into includes.hJeremy Allison1-2/+0
2001-04-27More %d (uid_t) stuff...Jeremy Allison1-1/+1
2000-11-16Fix for a problem with the new messaging system. If a sender is using theJeremy Allison1-1/+1
2000-11-11Merge of Herb's profiling code.Jeremy Allison1-0/+17