do_profile_times 809 source3/include/smbprofile.h extern bool do_profile_times; do_profile_times 875 source3/include/smbprofile.h __profstamp_##x = do_profile_times ? profile_timestamp() : 0;\ do_profile_times 882 source3/include/smbprofile.h __profstamp_##x = do_profile_times ? profile_timestamp() : 0;\ do_profile_times 888 source3/include/smbprofile.h if (do_profile_times) { \ do_profile_times 41 source3/profile/profile.c bool do_profile_times = False; do_profile_times 52 source3/profile/profile.c do_profile_times = False; do_profile_times 58 source3/profile/profile.c do_profile_times = False; do_profile_times 67 source3/profile/profile.c do_profile_times = False; do_profile_times 77 source3/profile/profile.c do_profile_times = True; do_profile_times 126 source3/profile/profile.c level = 1 + (do_profile_flag?2:0) + (do_profile_times?4:0);