Introduce kernel-probe locations
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Mon, 24 Aug 2020 19:50:49 +0000 (15:50 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 11 Sep 2020 15:19:27 +0000 (11:19 -0400)
commit808cb744a46310d2e5fbbe9ab025cd427bcfc0a8
treec9cf7fee5f25582dc24db5fc44d60d51e4ec9e9b
parent48c24aea283e0f749e844c2aecc1139b7560fff1
Introduce kernel-probe locations

Kernel probe can be configured by two type of location.

The first one is via address:
lttng_kernel_probe_location_address_create.

The second one is using a symbol name combined with an offset.

Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: Icd280e7a8403c761987472f0a416ef5188a2068d
.gitignore
include/Makefile.am
include/lttng/kernel-probe-internal.h [new file with mode: 0644]
include/lttng/kernel-probe.h [new file with mode: 0644]
src/common/Makefile.am
src/common/kernel-probe.c [new file with mode: 0644]
tests/unit/Makefile.am
tests/unit/test_kernel_probe.c [new file with mode: 0644]
This page took 0.026165 seconds and 4 git commands to generate.