Implement Trace Hit Counters
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 17 May 2021 14:27:53 +0000 (10:27 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 12 Jul 2024 15:39:51 +0000 (11:39 -0400)
commitb187bcd5d99cde54dececee0e5028524d55aa314
tree8b3030fc86a8af38a1cb171678299bb8c4763c94
parent4f8afc535e77070f1ef00434674f0417c6f9ef69
Implement Trace Hit Counters

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: If1f29dd64538bc5979d3e89aa5cca3be4e41046f
23 files changed:
configure.ac
include/lttng/ust-abi.h
include/lttng/ust-ctl.h
include/lttng/ust-events.h
include/lttng/ust-tracepoint-event.h
src/common/core.c
src/common/counter-clients/percpu-32-modular.c
src/common/counter-clients/percpu-64-modular.c
src/common/counter/counter-types.h
src/common/counter/counter.c
src/common/counter/counter.h
src/common/events.h
src/common/macros.h
src/common/ringbuffer-clients/template.h
src/common/tracer.h
src/common/ustcomm.c
src/common/ustcomm.h
src/lib/lttng-ust-ctl/ustctl.c
src/lib/lttng-ust/event-notifier-notification.c
src/lib/lttng-ust/events.h
src/lib/lttng-ust/lttng-events.c
src/lib/lttng-ust/lttng-ust-abi.c
src/lib/lttng-ust/lttng-ust-comm.c
This page took 0.026777 seconds and 4 git commands to generate.