Rename "tsc" to "timestamp" master
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 2 May 2024 21:22:14 +0000 (17:22 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 3 May 2024 19:32:50 +0000 (15:32 -0400)
commit373ea80ac0db5072e995140f1dbdbf4f0b1bdaad
tree89941bda0dd81deb8c63efef32bc0d569e3d2a21
parent5cc8729236a95d784e9561abbcb93a0fce90890c
Rename "tsc" to "timestamp"

Naming timestamps "TSC" or "tsc" is an historical artefact dating from
the implementation of libringbuffer, where the initial intent was to use
the x86 "rdtsc" instruction directly, which ended up not being what was
done in reality.

Rename uses of "TSC" and "tsc" to "timestamp" to clarify things and
don't require reviewers to be fluent in x86 instruction set.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I8e7e2ad9cd2d2427485fc6adbc340fccde14ca2f
src/common/ringbuffer-clients/metadata-template.h
src/common/ringbuffer-clients/template.h
src/common/ringbuffer/backend_types.h
src/common/ringbuffer/frontend_api.h
src/common/ringbuffer/frontend_internal.h
src/common/ringbuffer/frontend_types.h
src/common/ringbuffer/ring_buffer_backend.c
src/common/ringbuffer/ring_buffer_frontend.c
src/common/ringbuffer/ringbuffer-config.h
This page took 0.025524 seconds and 4 git commands to generate.