From: Jonathan Rajotte Date: Wed, 8 Apr 2020 14:43:55 +0000 (-0400) Subject: ust-app: pass down trigger object instead of event-rule X-Git-Tag: v2.13.0-rc1~257 X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;h=267d66aaabfe8f520be83749fe75505ddf2d086f;hp=267d66aaabfe8f520be83749fe75505ddf2d086f;p=lttng-tools.git ust-app: pass down trigger object instead of event-rule This is necessary since the conditions can contain capture descriptor related to the event rule. The trigger object allows for access to both conditions and actions. Signed-off-by: Jonathan Rajotte Signed-off-by: Jérémie Galarneau Change-Id: I65452340145278b52d897c9d53c402b22b8941d8 Depends-on: lttng-ust: I5a800fc92e588c2a6a0e26282b0ad5f31c044479 ---