Rename "tsc" to "timestamp" master
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 2 May 2024 21:06:29 +0000 (17:06 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 3 May 2024 19:33:13 +0000 (15:33 -0400)
commit3a6d09342ff21074eea4a686f459d921ca46c628
tree03b368d69b0c3136ed3b4e06070adb53cd9bbf02
parentfb4b909790d4baf3e9971aca8e4ee8b3150098f6
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: I09437b0cf6db79600ed1a423d1f6df0344f5c9f7
12 files changed:
include/ringbuffer/backend_types.h
include/ringbuffer/config.h
include/ringbuffer/frontend_api.h
include/ringbuffer/frontend_internal.h
include/ringbuffer/frontend_types.h
include/wrapper/trace-clock.h
src/lib/ringbuffer/ring_buffer_backend.c
src/lib/ringbuffer/ring_buffer_frontend.c
src/lttng-ring-buffer-client.h
src/lttng-ring-buffer-event-notifier-client.h
src/lttng-ring-buffer-metadata-client.h
src/wrapper/trace-clock.c
This page took 0.027508 seconds and 4 git commands to generate.