r15450: Change profiling data macros to use stack variables rather than
authorJames Peach <jpeach@samba.org>
Fri, 5 May 2006 07:15:45 +0000 (07:15 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:16:47 +0000 (11:16 -0500)
commit4d55a81958a67d5da3227d7af79a5c630f678424
tree7f442d39615b6a1893423355ec71184abe58384b
parentea069fcf0193cb359cec7e69548d08d069d641da
r15450: Change profiling data macros to use stack variables rather than
globals. This catches mismatched start/end calls and removes
the need for special nested profiling calls.
(This used to be commit ee750498812190edd3ec52ca3c750258f3b8a97a)
source3/include/includes.h
source3/include/smbprofile.h
source3/nmbd/nmbd_incomingdgrams.c
source3/profile/profile.c
source3/smbd/nttrans.c
source3/smbd/reply.c
source3/smbd/trans2.c
source3/smbd/vfs-wrap.c