From: Jonathan Rajotte Date: Fri, 24 Jan 2020 22:37:54 +0000 (-0500) Subject: sessiond: defer tracer notification jobs to the action executor X-Git-Tag: v2.13.0-rc1~333 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=f14461318ba4a0c44bb7ed7a9c320c7d7b903052;hp=f14461318ba4a0c44bb7ed7a9c320c7d7b903052 sessiond: defer tracer notification jobs to the action executor Create an event rule evaluation and enqueue a job to execute the actions associated with the corresponding trigger on the action executor work queue. Clients are notified that a notification was dropped if the action executor queue is full at the time of invocation. Signed-off-by: Jonathan Rajotte Signed-off-by: Jérémie Galarneau Change-Id: I7b36af2553a4ca9404b58f185e9a12f3900a1d35 Depends-on: lttng-ust: I5a800fc92e588c2a6a0e26282b0ad5f31c044479 ---