Rename lttng_event_rule_syscall to lttng_event_rule_kernel_syscall
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Tue, 18 May 2021 16:08:15 +0000 (12:08 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 2 Jun 2021 19:20:48 +0000 (15:20 -0400)
commit4f7da553ae57a6c947da2b9668c06418b2d50e99
tree562092eb914cfe1b60285e78aa67d6cacbdc0d96
parentf6a5af193de5e5f219111604382ec69b784a49c7
Rename lttng_event_rule_syscall to lttng_event_rule_kernel_syscall

Allow the usage of "kernel:syscall*" as the `--type` argument for add
trigger. A later patch remove the notion of domain.

Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: Ib5c87ec937bb0acf9c5133532961dcc31e533884
19 files changed:
include/Makefile.am
include/lttng/event-rule/event-rule.h
include/lttng/event-rule/kernel-syscall-internal.h [new file with mode: 0644]
include/lttng/event-rule/kernel-syscall.h [new file with mode: 0644]
include/lttng/event-rule/syscall-internal.h [deleted file]
include/lttng/event-rule/syscall.h [deleted file]
include/lttng/lttng.h
src/bin/lttng-sessiond/trace-kernel.c
src/bin/lttng/commands/add_trigger.c
src/bin/lttng/commands/list_triggers.c
src/common/Makefile.am
src/common/conditions/event-rule-matches.c
src/common/event-rule/event-rule.c
src/common/event-rule/kernel-syscall.c [new file with mode: 0644]
src/common/event-rule/syscall.c [deleted file]
tests/regression/tools/notification/notification.c
tests/regression/tools/trigger/test_add_trigger_cli
tests/regression/tools/trigger/test_list_triggers_cli
tests/unit/test_event_rule.c
This page took 0.026908 seconds and 4 git commands to generate.