[lttng-dev] babeltrace convert call_site addr to func/offset

2020-06-29 Thread changcheng.liu--- via lttng-dev
Hi all, I checked lttng-ust-cry-profile source code: https://github.com/lttng/lttng-ust/blob/master/liblttng-ust-cyg-profile/lttng-ust-cyg-profile.c It traced the runtime virtual-address(VA) of the 1) called function address 2) caller address The value of VA is different from t

Re: [lttng-dev] [PATCH] Fix: tracepoint.h: define SDT_USE_VARIADIC in pkg-config CFLAGS

2020-06-29 Thread Stefan Hajnoczi via lttng-dev
On Fri, Jun 26, 2020 at 05:02:00PM -0400, Michael Jeanson wrote: > I proposed a patch here[1] that addresses this problem in a generic way by > duplicating the macro and namespacing it under LTTNG_. Honestly this is more > of an sdt bug, the STAP_PROBEV should be in it's own include guard outside >

Re: [lttng-dev] [PATCH] Fix: tracepoint.h: define SDT_USE_VARIADIC in pkg-config CFLAGS

2020-06-29 Thread Michael Jeanson via lttng-dev
- On 29 Jun, 2020, at 12:26, Stefan Hajnoczi stefa...@redhat.com wrote: > On Fri, Jun 26, 2020 at 05:02:00PM -0400, Michael Jeanson wrote: >> I proposed a patch here[1] that addresses this problem in a generic way by >> duplicating the macro and namespacing it under LTTNG_. Honestly this is mo