Rename firing policy to rate policy
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Thu, 15 Apr 2021 03:18:25 +0000 (23:18 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sun, 18 Apr 2021 23:28:57 +0000 (19:28 -0400)
commit7f4d5b07cf7be895b38b69073389a4fcc318ec29
tree13bb09e4bb7a1ac87f5a1a79e49d47892c81ad2a
parent72365501d3148ca977a09bad8de0ec51b427bdd8
Rename firing policy to rate policy

This is necessary since that now that the policy is moved to the actions
it is a bit weird to use the term "firing".

CLI change is done in a later patch.

Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: Id6940a49cd0640a8fa7145dab5b805fcfa515f40
34 files changed:
.gitignore
configure.ac
include/Makefile.am
include/lttng/action/action-internal.h
include/lttng/action/notify-internal.h
include/lttng/action/notify.h
include/lttng/action/rate-policy-internal.h [new file with mode: 0644]
include/lttng/action/rate-policy.h [new file with mode: 0644]
include/lttng/action/rotate-session.h
include/lttng/action/snapshot-session.h
include/lttng/action/start-session.h
include/lttng/action/stop-session.h
include/lttng/lttng.h
src/bin/lttng/commands/add_trigger.c
src/bin/lttng/commands/list_triggers.c
src/common/Makefile.am
src/common/actions/action.c
src/common/actions/notify.c
src/common/actions/rate-policy.c [new file with mode: 0644]
src/common/actions/rotate-session.c
src/common/actions/snapshot-session.c
src/common/actions/start-session.c
src/common/actions/stop-session.c
tests/regression/Makefile.am
tests/regression/tools/trigger/Makefile.am
tests/regression/tools/trigger/firing-policy/Makefile.am [deleted file]
tests/regression/tools/trigger/firing-policy/test_ust_firing_policy [deleted file]
tests/regression/tools/trigger/rate-policy/Makefile.am [new file with mode: 0644]
tests/regression/tools/trigger/rate-policy/test_ust_rate_policy [new file with mode: 0755]
tests/regression/tools/trigger/test_list_triggers_cli
tests/unit/Makefile.am
tests/unit/test_action.c
tests/unit/test_firing_policy.c [deleted file]
tests/unit/test_rate_policy.c [new file with mode: 0644]
This page took 0.027474 seconds and 4 git commands to generate.