mac: fix for 10.12 having clockid_t
[fio.git] / gettime.c
2016-08-02 Jens AxboeMerge branch 'wip-traceinfo' of https://github.com...
2016-07-29 Jens Axboegettime: remove unneeded 'ret' in {utime,mtime}_since()
2016-07-29 YukiKitaFix overflow caused by signed long division by unsigned...
2015-11-21 Jens Axboegettime: get rid of the (unecessary) 10x scaling factor
2015-11-21 Jens Axboegettime: make cpuclock calibration more tolerant
2015-11-21 Jens Axboegettime: print first clock offset for CPU clock
2015-08-18 Jens AxboeMerge branch 'master' of git://github.com/DaveGlen/fio
2015-08-17 Jens Axboegettime: silence bogus gcc warnings
2015-05-06 Jens AxboeMerge branch 'master' of git://github.com/iuliur/fio
2015-05-01 Steven Noonangettime: add support for CLOCK_MONOTONIC_RAW
2015-03-20 Akash VermaCpu clock does not wrap if there is no CPU clock
2015-02-27 Christian Ehrhardtfio: fix cycles_start build issue
2015-01-29 Jens Axboegettime: remember to tear down clock cpumask on normal...
2015-01-29 Jens Axboegettime: fix unitialized variable on Solaris
2015-01-28 Jens Axboegettime: initialize cpusets properly
2015-01-28 Jens Axboegettime: if setaffinity fails, print the errno error
2015-01-06 Jens Axboegettime: include min/max cycle counts for CPU clock
2014-12-23 Jens Axboegettime: add basic init cpuclock test
2014-12-17 Jens Axboegettime: fix compile warning for !ARCH_HAVE_CPU_CLOCK
2014-12-17 Jens Axboegettime: offset CPU cycle counter by initial value
2014-12-17 Jens Axboegettime: cleanup for FIO_DEBUG_TIME
2014-12-17 Jens Axboegettime: fix overflow in cycle to usec conversion
2014-12-17 Jens Axboegettime: improve gettimeofday() offload support
2014-12-16 Jens Axboegettime: limit warning on CPU clock
2014-12-16 Jens Axboegettime: don't attempt to fixup what looks like a backw...
2014-11-06 Jens AxboeMake fio -Wshadow clean
2014-10-03 Jens AxboeMerge branch 'expression-parser'
2014-09-30 Jens AxboeConstify a few more hot paths
2014-09-24 Jens AxboeFix compile for FIO_INC_DEBUG not set
2014-05-19 Jens AxboeMerge branch 'master' of git://github.com/cvubrugier/fio
2014-05-19 Jens AxboeMerge branch 'master' of git://github.com/rootfs/fio
2014-04-14 Jens Axboegettime: init 'failed' before use
2014-04-14 Jens Axboegettime: handle pthread_create() failure
2014-04-14 Jens Axboegettime: use unsigned loop counter
2014-04-08 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2014-04-08 Christian Ehrhardtfio: fix s390 time accounting
2014-04-02 Jens AxboeMerge branch 'erwan/clang' of https://github.com/enovan...
2014-04-02 Jens AxboeMerge branch 'erwan/nobasename' of https://github.com...
2014-04-02 Jens AxboeCleanup symbols that should be static
2014-02-26 Jens AxboeBranch and cache miss speedups
2013-12-06 Jens AxboeCalloc() cleanup
2013-04-15 Jens AxboeFixup bad logging types
2013-04-11 Jens AxboeFix a few 4.8 extra anal warnings
2013-03-04 Jens AxboeMerge branch 'master' into gfio
2013-02-26 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2013-02-26 Jens Axboegettime: print 64-bit variable with ULL
2013-02-25 Jens Axboegettime: use 32-bit atomic sequences
2013-02-25 Jens AxboeFixup wrong types for dprint()
2013-02-24 Jens Axboegettime: add some sanity checks to platform clock
2013-02-21 Jens AxboeMerge branch 'master' into gfio
2013-02-21 Bruce CranDeclare 'prev' and 'this' outside the loop to avoid...
2013-02-03 Jens Axboegettime: fixup AMD constant TSC detection
2013-02-02 Jens Axboeclock: hardwire tsc as unreliable on Solaris for now
2013-01-24 Jens AxboeMerge branch 'master' into gfio
2013-01-21 Jens Axboegettime: use proper uint64_t types where needed
2013-01-18 Jens AxboeAdd info log on whether tsc is reliable or not for...
2013-01-10 Jens AxboeAdd configure script
2013-01-09 Jens AxboeMerge branch 'master' into gfio
2013-01-04 Jens Axboetime: convert to uint64_t
2013-01-01 Jens Axboegettime: even rounding, don't always round up
2013-01-01 Jens AxboeMove 'tsc_reliable' outside of ARCH_HAVE_CPU_CLOCK
2012-12-21 Jens Axboeclock: turn expensive division into multiply + cheap...
2012-12-20 Jens AxboeUse clock_gettime() for CPU clock calibration
2012-12-18 Jens Axboegettime: make last_cycles thread local too
2012-12-18 Jens Axboegettime: use pthread_{set,get}specific() for TLS
2012-12-18 Jens Axboegettime: fix race/bug with threads and time keeping
2012-12-17 Jens Axboegettime: include per-cpu clock calibration in cpu clock...
2012-12-17 Jens Axboegettime: locking fix and debug check for identical...
2012-12-17 Jens Axboecpu clock: add independent test for monotonic/sane TSC
2012-12-14 Jens AxboeMerge branch 'master' into gfio
2012-12-14 Jens Axboeclock: ensure that we re-init if the clocksource change...
2012-12-11 Jens AxboeMerge branch 'master' into gfio
2012-12-10 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2012-12-10 Jens Axboecpu clock: round up when dividing by samples
2012-12-10 Jens Axboegettime: fix CPU calibration reported mean
2012-12-10 Jens Axboegettime: calibration rounding error
2012-12-10 Jens AxboeIncrease CPU clock calibration accuracy
2012-12-09 Jens AxboeAdd check for invariant TSC on x86 and use TSC is defau...
2012-11-14 Jens AxboeMerge branch 'master' into gfio
2012-11-07 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2012-11-06 Jens AxboeMove code around to satisfy t/stest linkage
2012-08-21 Jens AxboeMerge branch 'master' into gfio
2012-08-02 Jens Axboemutex: make 0/1 FIO_MUTEX_LOCKED and FIO_MUTEX_UNLOCKED
2012-02-20 Bruce CranAdd FIO_PREFERRED_CLOCK_SOURCE to allow selection of...
2012-02-09 Jens AxboeAdd gettime.h
2012-02-09 Jens AxboeMove gtod thread to gettime.c
2012-02-06 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2012-02-03 Jens AxboeUse CLOCK_MONOTONIC if we can
2011-01-10 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2011-01-10 Jens AxboeMerge branch 'winfio'
2011-01-02 Bruce CranFirst snapshot of FIO for Windows
2010-08-15 Jens AxboeFixup misuse of get_cpu_clock()
2010-03-24 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2010-03-24 Jens AxboeAdd support for specific clock sources
2009-12-09 Radha RamachandranFix rate option with iodepth > 1
2009-12-04 Jens AxboeMove back to realtime clock
2008-12-08 Jens AxboeAdd gtod_cpu option for pinning gettimeofday() to a...
2008-11-13 Jens AxboeFix backwards clock on tsc source with Linux
2008-06-02 Jens AxboeRename list_* function and file to flist_ to avoid...
2008-03-06 Jens AxboeStyle fixups
next