SoW-2020-0002: Trace Hit Counters: Implement key-addressed counters in shared memory... sow-2020-0002-rev1
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Fri, 16 Oct 2020 00:14:58 +0000 (20:14 -0400)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Fri, 16 Oct 2020 00:14:58 +0000 (20:14 -0400)
commit4e3b3630c981421cbafea211ef2b826f399ac7eb
tree65a086283e5aecfce34ab39cdc37e8c60dc3b1a2
parentcefef7a70a723c31ab6a0746c7611f145337dabe
SoW-2020-0002: Trace Hit Counters: Implement key-addressed counters in shared memory as a new LTTng-UST map for counter aggregation

Revision 1

Change-Id: I76122fd195c0f321bfbc5b99624dfcee16776590
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
63 files changed:
Makefile.am
configure.ac
do-not-commit.md [new file with mode: 0644]
include/Makefile.am
include/lttng/bitmap.h [new file with mode: 0644]
include/lttng/counter-config.h [new file with mode: 0644]
include/lttng/ust-abi.h
include/lttng/ust-ctl.h
include/lttng/ust-events.h
include/lttng/ust-tracepoint-event.h
include/share.h
include/ust-comm.h
libcounter/Makefile.am [new file with mode: 0644]
libcounter/counter-api.h [new file with mode: 0644]
libcounter/counter-internal.h [new file with mode: 0644]
libcounter/counter-types.h [new file with mode: 0644]
libcounter/counter.c [new file with mode: 0644]
libcounter/counter.h [new file with mode: 0644]
libcounter/shm.c [new file with mode: 0644]
libcounter/shm.h [new file with mode: 0644]
libcounter/shm_internal.h [new file with mode: 0644]
libcounter/shm_types.h [new file with mode: 0644]
libcounter/smp.c [new file with mode: 0644]
libcounter/smp.h [new file with mode: 0644]
liblttng-ust-comm/lttng-ust-comm.c
liblttng-ust-ctl/ustctl.c
liblttng-ust/Makefile.am
liblttng-ust/bytecode.h [new file with mode: 0644]
liblttng-ust/context-internal.h [new file with mode: 0644]
liblttng-ust/context-provider-internal.h [new file with mode: 0644]
liblttng-ust/filter-bytecode.h [deleted file]
liblttng-ust/lttng-bytecode-interpreter.c [new file with mode: 0644]
liblttng-ust/lttng-bytecode-specialize.c [new file with mode: 0644]
liblttng-ust/lttng-bytecode-validator.c [new file with mode: 0644]
liblttng-ust/lttng-bytecode.c [new file with mode: 0644]
liblttng-ust/lttng-bytecode.h [new file with mode: 0644]
liblttng-ust/lttng-context-provider.c
liblttng-ust/lttng-context.c
liblttng-ust/lttng-counter-client-percpu-32-modular.c [new file with mode: 0644]
liblttng-ust/lttng-counter-client-percpu-64-modular.c [new file with mode: 0644]
liblttng-ust/lttng-events.c
liblttng-ust/lttng-filter-interpreter.c [deleted file]
liblttng-ust/lttng-filter-specialize.c [deleted file]
liblttng-ust/lttng-filter-validator.c [deleted file]
liblttng-ust/lttng-filter.c [deleted file]
liblttng-ust/lttng-filter.h [deleted file]
liblttng-ust/lttng-probes.c
liblttng-ust/lttng-ust-abi.c
liblttng-ust/lttng-ust-comm.c
liblttng-ust/trigger-notification.c [new file with mode: 0644]
liblttng-ust/ust-core.c
liblttng-ust/ust-events-internal.h [new file with mode: 0644]
libmsgpack/Makefile.am [new file with mode: 0644]
libmsgpack/msgpack.c [new file with mode: 0644]
libmsgpack/msgpack.h [new file with mode: 0644]
snprintf/patient_write.c
tests/Makefile.am
tests/gcc-weak-hidden/main.c
tests/libmsgpack/Makefile.am [new file with mode: 0644]
tests/libmsgpack/test_msgpack.c [new file with mode: 0644]
tests/snprintf/snprintf.c
tests/test-app-ctx/hello.c
tests/ust-elf/ust-elf.c
This page took 0.028928 seconds and 5 git commands to generate.