From: Francis Deslauriers Date: Fri, 29 Jun 2018 18:33:37 +0000 (-0400) Subject: Implement userspace probe location extraction and registration X-Git-Tag: v2.11.0-rc1~74 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=410b78a0be5045a1e0d85bdf3b3e0f2288825f0d;hp=410b78a0be5045a1e0d85bdf3b3e0f2288825f0d;p=lttng-tools.git Implement userspace probe location extraction and registration These functions use run_as commands to extract the offsets in the binary where the instrumentation should be placed and pass these offsets to the kernel tracer along with the FD to complete the registration of userspace probe events using the two-step registration process. Signed-off-by: Francis Deslauriers Signed-off-by: Jérémie Galarneau ---