From: Mathieu Desnoyers Date: Thu, 22 Apr 2021 12:46:18 +0000 (-0400) Subject: API refactoring: introduce probe context X-Git-Tag: v2.13.0-rc1~24 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=b2e37d27accf5e32128b82392dbe1a9522c7dc20;hp=b2e37d27accf5e32128b82392dbe1a9522c7dc20;p=lttng-ust.git API refactoring: introduce probe context Introduce a "probe context" to allow passing the "ip" context from the probe function to the get_value callback used by the bytecode interpreter. This enables the "ip" context to be used from the filter bytecode and from the capture bytecode. Also fix signedness of the return type of the get_value context callbacks for cases where the type is unsigned. Signed-off-by: Mathieu Desnoyers Change-Id: I2cb40a9b3bb34c42392bb663368e5af360554dbb ---