X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=gettime.c;h=d78cf6d0ba9281a36ec286c5e6e87843fb49e360;hp=136c02c15af797bc9057ea10a1511f1d79e856a4;hb=5ec10eaad3b09875b91e19a20bbdfa06f2117562;hpb=e8670ef8b26039573fbf835b4b95ba45a1039d83 diff --git a/gettime.c b/gettime.c index 136c02c1..d78cf6d0 100644 --- a/gettime.c +++ b/gettime.c @@ -9,7 +9,7 @@ #include "hash.h" -static int clock_gettime_works = 0; +static int clock_gettime_works; #ifdef FIO_DEBUG_TIME @@ -80,7 +80,8 @@ static void fio_exit fio_dump_gtod(void) list_for_each(entry, &hash[i]) { log = list_entry(entry, struct gtod_log, list); - printf("function %p, calls %lu\n", log->caller, log->calls); + printf("function %p, calls %lu\n", log->caller, + log->calls); total_calls += log->calls; } }