summaryrefslogtreecommitdiff
path: root/examples/perfcounter
AgeCommit message (Collapse)AuthorFilesLines
2022-03-23lib/replace: Do not typedef int boolAndrew Bartlett1-1/+1
We need a genuine boolean type, as otherwise expressions like bool foo = (4 & 4); if (foo == true) { exit(1); } else { exit(2); } could evaluate differently on non-modern platforms, and that would be a real pain to debug. _Bool and bool are in C99 BUG: https://bugzilla.samba.org/show_bug.cgi?id=15028 Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Wed Mar 23 12:31:47 UTC 2022 on sn-devel-184
2016-03-30examples/perfcounter/perf_writer.c: fix memsetAurelien Aptel1-1/+1
Signed-off-by: Aurelien Aptel <aaptel@suse.com> Reviewed-by: Jeremy Allison <jra@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
2013-11-15examples: Fix scanf format in perf_writer_disk.Andreas Schneider1-4/+4
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
2012-01-04s3-perfcount: fix build for example perfcount daemonDavid Disseldorp1-1/+1
Signed-off-by: Günther Deschner <gd@samba.org>
2010-07-16s3-perfcount: make it possible to compile the example perfcount daemon.Günther Deschner1-0/+15
Guenther
2009-10-01s3: add perfcount idl and generated files.Günther Deschner2-5/+5
Guenther
2009-01-05examples: Avoid bashism in perfcount.init.Karolin Seeger1-3/+3
This fixes bug #6000. Thanks to the Debian Samba package maintainers for providing the patch! Remove trailing whitespaces. Karolin
2009-01-05Revert "examples: Avoid bashism in perfcount.init."Karolin Seeger1-1/+1
This reverts commit 73875cd344608b591fa884ab99b5f3a10550c149.
2009-01-05examples: Avoid bashism in perfcount.init.Karolin Seeger1-3/+3
This fixes bug #6000. Thanks to the Debian Samba package maintainers for providing the patch! Remove trailing whitespaces. Karolin
2007-10-10r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell9-18/+9
(This used to be commit 87c91e4362c51819032bfbebbb273c52e203b227)
2007-10-10r23780: Find and fix more GPL2 -> GPL3.Jeremy Allison2-2/+2
Jeremy. (This used to be commit c2f7ab1c175ecff0cf44d0bbc4763ba9f7d7803f)
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison7-7/+7
Jeremy. (This used to be commit 407e6e695b8366369b7c76af1ff76869b45347b3)
2007-10-10r19857: Make the perfcounter compile after tdb changesVolker Lendecke2-14/+7
(This used to be commit ab0a41c13ba3e76fea4368bc329641bbac8839b4)
2007-10-10r13677: patch from Max N. Boyarov <m.boyarov@sam-solutions.net>Gerald Carter1-1/+1
Prevent div/0 when sysconf(_SC_NPROCESSORS_ONLN) fails. (This used to be commit 9a335255529d0e93dabbb6b0910f10fa162f9d4a)
2007-10-10r11942: patch from Marcin to fix the mkdir() in perfcount daemonGerald Carter1-3/+3
(This used to be commit 3e05e88bb6c0618ecc460045b72d86e82929af01)
2007-10-10r11579: syncing up perf counter code cfrom trunkGerald Carter9-0/+1384
(This used to be commit 59c00924b67aa3d37a933731a56d03963ec7f1b5)