Re: [lttng-dev] convert call_site to func/offset

2020-07-01 Thread Liu, Changcheng via lttng-dev
On 12:25 Wed 01 Jul, Francis Deslauriers wrote: >Hi Changcheng, >This is not currently supported by Babeltrace. It could probably be >done the same way we do it with the "ip" and "vpid" contexts in the >debug-info component class but it's not done yet. >Thanks, >Francis

Re: [lttng-dev] convert call_site to func/offset

2020-07-01 Thread Francis Deslauriers via lttng-dev
Hi Changcheng, This is not currently supported by Babeltrace. It could probably be done the same way we do it with the "ip" and "vpid" contexts in the debug-info component class but it's not done yet. Thanks, Francis Le mer. 1 juill. 2020, à 11 h 58, Liu, Changcheng via lttng-dev <

[lttng-dev] convert call_site to func/offset

2020-07-01 Thread Liu, Changcheng via lttng-dev
Hi all, I checked __cyg_profile_func_enter implementation. The caller address is recorded into call_site field. Does anyone know how to let babeltrace show the call_site into "func/offset" format instead of the running virtual address? B.R. Changcheng