[lttng-dev] [PATCH 1/2] Base-address tracing for dlopen and dlclose

Woegerer, Paul Paul_Woegerer at mentor.com
Wed Nov 13 08:46:56 EST 2013


Hi Mathieu,

Thanks for the review.
Comments see below:

On 11/13/2013 02:25 PM, Mathieu Desnoyers wrote:
> ----- Original Message -----
>> Provide an LD_PRELOAD library to allow tracing of calls to dlopen and
>> dlclose.  Tracing the lttng-ust internal use of dlopen and dlclose is
>> prevented.
> Why do we need to prevent tracing lttng-ust internal use of dlopen/dlclose ?

I assumed this would be beneficial to have (less noise in  the trace
data). But if you don't like that we can also leave it out. You will see
lots of

ust_baddr:push: { cpu_id = X }, { baddr = 0xXXXXXXXX, sopath =
"/.../liblttng-ust-tracepoint.so.0.0.0", size = A, mtime = B }

events in the trace though (I attached a sample to demonstrate this).

>> +void *dlopen(const char *filename, int flag)
>> +{
>> +	void *handle = _lttng_ust_dl_libc_dlopen(filename, flag);
>> +	if (handle) {
>> +		struct link_map *p = NULL;
>> +		if (dlinfo(handle, RTLD_DI_LINKMAP, &p) != -1 && p != NULL
>> +			&& p->l_addr != 0)
> Maybe add one extra tab above for readability.

No problem. I can do that.

Do you want me to resend the patch without lttng_ust_dlopen/close handling ?

--
Paul

> Same here.
>
> Thanks,
>
> Mathieu
>
>> +			lttng_ust_baddr_pop((void *) p->l_addr);
>> +	}
>> +	return _lttng_ust_dl_libc_dlclose(handle);
>> +}
>> +
>> +static void __attribute__((destructor))
>> +lttng_ust_baddr_handle_fini(void);
>> +static void
>> +lttng_ust_baddr_handle_fini(void)
>> +{
>> +	if (__lttng_ust_baddr_handle) {
>> +		int ret = _lttng_ust_dl_libc_dlclose(__lttng_ust_baddr_handle);
>> +		if (ret)
>> +			fprintf(stderr, "%s\n", dlerror());
>> +	}
>> +}
>> --
>> 1.8.4.2
>>
>>


-- 
Paul Woegerer, SW Development Engineer
Sourcery Analyzer <http://go.mentor.com/sourceryanalyzer>
Mentor Graphics, Embedded Software Division

-------------- next part --------------
[14:30:27.730734832] (+?.?????????) atv-pwoegere-l3.atv.mentorg.com:server_sample:22844 ust_baddr:push: { cpu_id = 6 }, { baddr = 0x7FA4E4F85000, sopath = "/home/pwoegere/MGC/lttng2_stack_latest_install/lib64/liblttng-ust-baddr.so.0.0.0", size = 76664, mtime = 1384349413 }
[14:30:27.730756922] (+0.000022090) atv-pwoegere-l3.atv.mentorg.com:server_sample:22844 ust_baddr_statedump:soinfo: { cpu_id = 6 }, { baddr = 0x400000, sopath = "/home/pwoegere/MGC/SA/git-trunk/source/systems/ust/features/com.mentor.embedded.profiler.feature.system.ust.samples/server_sample/server_sample", size = 162202, mtime = 1384349418 }
[14:30:27.730764542] (+0.000007620) atv-pwoegere-l3.atv.mentorg.com:server_sample:22844 ust_baddr_statedump:soinfo: { cpu_id = 6 }, { baddr = 0x7FFF173FE000, sopath = "[linux-vdso.so.1]", size = 0, mtime = -1 }
[14:30:27.730771237] (+0.000006695) atv-pwoegere-l3.atv.mentorg.com:server_sample:22844 ust_baddr_statedump:soinfo: { cpu_id = 6 }, { baddr = 0x7FA4E7BE5000, sopath = "/home/pwoegere/MGC/lttng2_stack_latest_install/lib64/liblttng-ust-fork.so.0.0.0", size = 20700, mtime = 1384349413 }
[14:30:27.730777713] (+0.000006476) atv-pwoegere-l3.atv.mentorg.com:server_sample:22844 ust_baddr_statedump:soinfo: { cpu_id = 6 }, { baddr = 0x7FA4E79E1000, sopath = "/home/pwoegere/MGC/lttng2_stack_latest_install/lib64/liblttng-ust-cyg-profile.so.0.0.0", size = 44808, mtime = 1384349414 }
[14:30:27.730783951] (+0.000006238) atv-pwoegere-l3.atv.mentorg.com:server_sample:22844 ust_baddr_statedump:soinfo: { cpu_id = 6 }, { baddr = 0x7FA4E77DE000, sopath = "/home/pwoegere/MGC/lttng2_stack_latest_install/lib64/liblttng-ust-dl.so.0.0.0", size = 21500, mtime = 1384349414 }
[14:30:27.730793199] (+0.000009248) atv-pwoegere-l3.atv.mentorg.com:server_sample:22844 ust_baddr_statedump:soinfo: { cpu_id = 6 }, { baddr = 0x7FA4E75D9000, sopath = "/home/pwoegere/MGC/SA/git-trunk/source/systems/ust/features/com.mentor.embedded.profiler.feature.system.ust.samples/server_sample/libtrace_requests.so", size = 164519, mtime = 1384349418 }
[14:30:27.730799561] (+0.000006362) atv-pwoegere-l3.atv.mentorg.com:server_sample:22844 ust_baddr_statedump:soinfo: { cpu_id = 6 }, { baddr = 0x7FA4E7390000, sopath = "/home/pwoegere/MGC/lttng2_stack_latest_install/lib64/liblttng-ust.so.0.0.0", size = 1611481, mtime = 1384349413 }
[14:30:27.730803465] (+0.000003904) atv-pwoegere-l3.atv.mentorg.com:server_sample:22844 ust_baddr_statedump:soinfo: { cpu_id = 6 }, { baddr = 0x7FA4E718C000, sopath = "/lib64/libdl-2.17.so", size = 19016, mtime = 1379513990 }
[14:30:27.730806834] (+0.000003369) atv-pwoegere-l3.atv.mentorg.com:server_sample:22844 ust_baddr_statedump:soinfo: { cpu_id = 6 }, { baddr = 0x7FA4E6DDE000, sopath = "/lib64/libc-2.17.so", size = 1996294, mtime = 1379513989 }
[14:30:27.730812156] (+0.000005322) atv-pwoegere-l3.atv.mentorg.com:server_sample:22844 ust_baddr_statedump:soinfo: { cpu_id = 6 }, { baddr = 0x7FA4E6BC4000, sopath = "/home/pwoegere/MGC/lttng2_stack_latest_install/lib64/liblttng-ust-tracepoint.so.0.0.0", size = 138864, mtime = 1384349413 }
[14:30:27.730815689] (+0.000003533) atv-pwoegere-l3.atv.mentorg.com:server_sample:22844 ust_baddr_statedump:soinfo: { cpu_id = 6 }, { baddr = 0x7FA4E69BC000, sopath = "/lib64/librt-2.17.so", size = 42706, mtime = 1379513990 }
[14:30:27.730821705] (+0.000006016) atv-pwoegere-l3.atv.mentorg.com:server_sample:22844 ust_baddr_statedump:soinfo: { cpu_id = 6 }, { baddr = 0x7FA4E67B5000, sopath = "/home/pwoegere/MGC/lttng2_stack_latest_install/lib64/liburcu-bp.so.2.0.0", size = 108574, mtime = 1381992197 }
[14:30:27.730827619] (+0.000005914) atv-pwoegere-l3.atv.mentorg.com:server_sample:22844 ust_baddr_statedump:soinfo: { cpu_id = 6 }, { baddr = 0x7FA4E65AD000, sopath = "/home/pwoegere/MGC/lttng2_stack_latest_install/lib64/liburcu-cds.so.2.0.0", size = 162940, mtime = 1381992197 }
[14:30:27.730833773] (+0.000006154) atv-pwoegere-l3.atv.mentorg.com:server_sample:22844 ust_baddr_statedump:soinfo: { cpu_id = 6 }, { baddr = 0x7FA4E63A9000, sopath = "/home/pwoegere/MGC/lttng2_stack_latest_install/lib64/liburcu-common.so.2.0.0", size = 86456, mtime = 1381992197 }
[14:30:27.730837148] (+0.000003375) atv-pwoegere-l3.atv.mentorg.com:server_sample:22844 ust_baddr_statedump:soinfo: { cpu_id = 6 }, { baddr = 0x7FA4E618D000, sopath = "/lib64/libpthread-2.17.so", size = 131133, mtime = 1379513990 }
[14:30:27.730840421] (+0.000003273) atv-pwoegere-l3.atv.mentorg.com:server_sample:22844 ust_baddr_statedump:soinfo: { cpu_id = 6 }, { baddr = 0x7FA4E7DE8000, sopath = "/lib64/ld-2.17.so", size = 163493, mtime = 1379513989 }
[14:30:27.730845590] (+0.000005169) atv-pwoegere-l3.atv.mentorg.com:server_sample:22844 ust_baddr_statedump:soinfo: { cpu_id = 6 }, { baddr = 0x7FA4E4F85000, sopath = "/home/pwoegere/MGC/lttng2_stack_latest_install/lib64/liblttng-ust-baddr.so.0.0.0", size = 76664, mtime = 1384349413 }
[14:30:27.730958476] (+0.000112886) atv-pwoegere-l3.atv.mentorg.com:server_sample:22844 ust_baddr:push: { cpu_id = 7 }, { baddr = 0x7FA4E6BC4000, sopath = "/home/pwoegere/MGC/lttng2_stack_latest_install/lib64/liblttng-ust-tracepoint.so.0.0.0", size = 138864, mtime = 1384349413 }
[14:30:27.731227493] (+0.000269017) atv-pwoegere-l3.atv.mentorg.com:server_sample:22844 ust_baddr:push: { cpu_id = 7 }, { baddr = 0x7FA4E6BC4000, sopath = "/home/pwoegere/MGC/lttng2_stack_latest_install/lib64/liblttng-ust-tracepoint.so.0.0.0", size = 138864, mtime = 1384349413 }
[14:30:27.731294992] (+0.000067499) atv-pwoegere-l3.atv.mentorg.com:server_sample:22844 ust_baddr:push: { cpu_id = 7 }, { baddr = 0x7FA4E6BC4000, sopath = "/home/pwoegere/MGC/lttng2_stack_latest_install/lib64/liblttng-ust-tracepoint.so.0.0.0", size = 138864, mtime = 1384349413 }
[14:30:27.731304592] (+0.000009600) atv-pwoegere-l3.atv.mentorg.com:server_sample:22844 lttng_ust_cyg_profile:func_entry: { cpu_id = 7 }, { vtid = 22844 }, { addr = 0x401D98, call_site = 0x7FA4E6DFFA15 }
[14:30:27.731310807] (+0.000006215) atv-pwoegere-l3.atv.mentorg.com:server_sample:22844 lttng_ust_cyg_profile:func_entry: { cpu_id = 7 }, { vtid = 22844 }, { addr = 0x402D12, call_site = 0x401DEC }
[14:30:27.731326261] (+0.000015454) atv-pwoegere-l3.atv.mentorg.com:server_sample:22844 lttng_ust_cyg_profile:func_entry: { cpu_id = 7 }, { vtid = 22844 }, { addr = 0x402CD2, call_site = 0x402D8B }
[14:30:27.731328041] (+0.000001780) atv-pwoegere-l3.atv.mentorg.com:server_sample:22844 lttng_ust_cyg_profile:func_exit: { cpu_id = 7 }, { vtid = 22844 }, { addr = 0x402CD2, call_site = 0x402D8B }
[14:30:27.731329258] (+0.000001217) atv-pwoegere-l3.atv.mentorg.com:server_sample:22844 lttng_ust_cyg_profile:func_exit: { cpu_id = 7 }, { vtid = 22844 }, { addr = 0x402D12, call_site = 0x401DEC }
[14:30:27.731336640] (+0.000007382) atv-pwoegere-l3.atv.mentorg.com:server_sample:22844 lttng_ust_cyg_profile:func_entry: { cpu_id = 7 }, { vtid = 22844 }, { addr = 0x402462, call_site = 0x402082 }
[14:30:37.070733177] (+9.339396537) atv-pwoegere-l3.atv.mentorg.com:server_sample:22969 ust_baddr_statedump:soinfo: { cpu_id = 5 }, { baddr = 0x400000, sopath = "/home/pwoegere/MGC/SA/git-trunk/source/systems/ust/features/com.mentor.embedded.profiler.feature.system.ust.samples/server_sample/server_sample", size = 162202, mtime = 1384349418 }
[14:30:37.070745432] (+0.000012255) atv-pwoegere-l3.atv.mentorg.com:server_sample:22969 ust_baddr_statedump:soinfo: { cpu_id = 5 }, { baddr = 0x7FFF173FE000, sopath = "[linux-vdso.so.1]", size = 0, mtime = -1 }
[14:30:37.070759666] (+0.000014234) atv-pwoegere-l3.atv.mentorg.com:server_sample:22969 ust_baddr_statedump:soinfo: { cpu_id = 5 }, { baddr = 0x7FA4E7BE5000, sopath = "/home/pwoegere/MGC/lttng2_stack_latest_install/lib64/liblttng-ust-fork.so.0.0.0", size = 20700, mtime = 1384349413 }
[14:30:37.070767724] (+0.000008058) atv-pwoegere-l3.atv.mentorg.com:server_sample:22969 ust_baddr_statedump:soinfo: { cpu_id = 5 }, { baddr = 0x7FA4E79E1000, sopath = "/home/pwoegere/MGC/lttng2_stack_latest_install/lib64/liblttng-ust-cyg-profile.so.0.0.0", size = 44808, mtime = 1384349414 }
[14:30:37.070775031] (+0.000007307) atv-pwoegere-l3.atv.mentorg.com:server_sample:22969 ust_baddr_statedump:soinfo: { cpu_id = 5 }, { baddr = 0x7FA4E77DE000, sopath = "/home/pwoegere/MGC/lttng2_stack_latest_install/lib64/liblttng-ust-dl.so.0.0.0", size = 21500, mtime = 1384349414 }
[14:30:37.070786243] (+0.000011212) atv-pwoegere-l3.atv.mentorg.com:server_sample:22969 ust_baddr_statedump:soinfo: { cpu_id = 5 }, { baddr = 0x7FA4E75D9000, sopath = "/home/pwoegere/MGC/SA/git-trunk/source/systems/ust/features/com.mentor.embedded.profiler.feature.system.ust.samples/server_sample/libtrace_requests.so", size = 164519, mtime = 1384349418 }
[14:30:37.070793929] (+0.000007686) atv-pwoegere-l3.atv.mentorg.com:server_sample:22969 ust_baddr_statedump:soinfo: { cpu_id = 5 }, { baddr = 0x7FA4E7390000, sopath = "/home/pwoegere/MGC/lttng2_stack_latest_install/lib64/liblttng-ust.so.0.0.0", size = 1611481, mtime = 1384349413 }
[14:30:37.070798603] (+0.000004674) atv-pwoegere-l3.atv.mentorg.com:server_sample:22969 ust_baddr_statedump:soinfo: { cpu_id = 5 }, { baddr = 0x7FA4E718C000, sopath = "/lib64/libdl-2.17.so", size = 19016, mtime = 1379513990 }
[14:30:37.070802526] (+0.000003923) atv-pwoegere-l3.atv.mentorg.com:server_sample:22969 ust_baddr_statedump:soinfo: { cpu_id = 5 }, { baddr = 0x7FA4E6DDE000, sopath = "/lib64/libc-2.17.so", size = 1996294, mtime = 1379513989 }
[14:30:37.070809745] (+0.000007219) atv-pwoegere-l3.atv.mentorg.com:server_sample:22969 ust_baddr_statedump:soinfo: { cpu_id = 5 }, { baddr = 0x7FA4E6BC4000, sopath = "/home/pwoegere/MGC/lttng2_stack_latest_install/lib64/liblttng-ust-tracepoint.so.0.0.0", size = 138864, mtime = 1384349413 }
[14:30:37.070813835] (+0.000004090) atv-pwoegere-l3.atv.mentorg.com:server_sample:22969 ust_baddr_statedump:soinfo: { cpu_id = 5 }, { baddr = 0x7FA4E69BC000, sopath = "/lib64/librt-2.17.so", size = 42706, mtime = 1379513990 }
[14:30:37.070820851] (+0.000007016) atv-pwoegere-l3.atv.mentorg.com:server_sample:22969 ust_baddr_statedump:soinfo: { cpu_id = 5 }, { baddr = 0x7FA4E67B5000, sopath = "/home/pwoegere/MGC/lttng2_stack_latest_install/lib64/liburcu-bp.so.2.0.0", size = 108574, mtime = 1381992197 }
[14:30:37.070827882] (+0.000007031) atv-pwoegere-l3.atv.mentorg.com:server_sample:22969 ust_baddr_statedump:soinfo: { cpu_id = 5 }, { baddr = 0x7FA4E65AD000, sopath = "/home/pwoegere/MGC/lttng2_stack_latest_install/lib64/liburcu-cds.so.2.0.0", size = 162940, mtime = 1381992197 }
[14:30:37.070835093] (+0.000007211) atv-pwoegere-l3.atv.mentorg.com:server_sample:22969 ust_baddr_statedump:soinfo: { cpu_id = 5 }, { baddr = 0x7FA4E63A9000, sopath = "/home/pwoegere/MGC/lttng2_stack_latest_install/lib64/liburcu-common.so.2.0.0", size = 86456, mtime = 1381992197 }
[14:30:37.070839172] (+0.000004079) atv-pwoegere-l3.atv.mentorg.com:server_sample:22969 ust_baddr_statedump:soinfo: { cpu_id = 5 }, { baddr = 0x7FA4E618D000, sopath = "/lib64/libpthread-2.17.so", size = 131133, mtime = 1379513990 }
[14:30:37.070843200] (+0.000004028) atv-pwoegere-l3.atv.mentorg.com:server_sample:22969 ust_baddr_statedump:soinfo: { cpu_id = 5 }, { baddr = 0x7FA4E7DE8000, sopath = "/lib64/ld-2.17.so", size = 163493, mtime = 1379513989 }
[14:30:37.070851736] (+0.000008536) atv-pwoegere-l3.atv.mentorg.com:server_sample:22969 ust_baddr_statedump:soinfo: { cpu_id = 5 }, { baddr = 0x7FA4E4F85000, sopath = "/home/pwoegere/MGC/lttng2_stack_latest_install/lib64/liblttng-ust-baddr.so.0.0.0", size = 76664, mtime = 1384349413 }
[14:30:37.070899535] (+0.000047799) atv-pwoegere-l3.atv.mentorg.com:server_sample:22969 lttng_ust_cyg_profile:func_entry: { cpu_id = 4 }, { vtid = 22969 }, { addr = 0x402295, call_site = 0x402689 }
[14:30:37.070929059] (+0.000029524) atv-pwoegere-l3.atv.mentorg.com:server_sample:22969 lttng_ust_cyg_profile:func_entry: { cpu_id = 4 }, { vtid = 22969 }, { addr = 0x4020B0, call_site = 0x402431 }
[14:30:37.070934320] (+0.000005261) atv-pwoegere-l3.atv.mentorg.com:server_sample:22969 server_request:start: { cpu_id = 4 }, { ip = 0x40213E }, { url = "/run_time" }
[14:30:37.070942209] (+0.000007889) atv-pwoegere-l3.atv.mentorg.com:server_sample:22969 lttng_ust_cyg_profile:func_entry: { cpu_id = 4 }, { vtid = 22969 }, { addr = 0x4029A6, call_site = 0x4021B9 }
[14:30:37.070943151] (+0.000000942) atv-pwoegere-l3.atv.mentorg.com:server_sample:22969 server_request:module_open: { cpu_id = 4 }, { ip = 0x402A17 }, { soname = "run_time.so" }
[14:30:37.070944087] (+0.000000936) atv-pwoegere-l3.atv.mentorg.com:server_sample:22969 lttng_ust_cyg_profile:func_entry: { cpu_id = 4 }, { vtid = 22969 }, { addr = 0x402CD2, call_site = 0x402A64 }
[14:30:37.070945948] (+0.000001861) atv-pwoegere-l3.atv.mentorg.com:server_sample:22969 lttng_ust_cyg_profile:func_exit: { cpu_id = 4 }, { vtid = 22969 }, { addr = 0x402CD2, call_site = 0x402A64 }
[14:30:37.071080174] (+0.000134226) atv-pwoegere-l3.atv.mentorg.com:server_sample:22969 ust_baddr:push: { cpu_id = 4 }, { baddr = 0x7FA4E6BC4000, sopath = "/home/pwoegere/MGC/lttng2_stack_latest_install/lib64/liblttng-ust-tracepoint.so.0.0.0", size = 138864, mtime = 1384349413 }
[14:30:37.071124964] (+0.000044790) atv-pwoegere-l3.atv.mentorg.com:server_sample:22969 ust_baddr:push: { cpu_id = 4 }, { baddr = 0x7FA4E4D82000, sopath = "/home/pwoegere/MGC/SA/git-trunk/source/systems/ust/features/com.mentor.embedded.profiler.feature.system.ust.samples/server_sample/run_time.so", size = 89805, mtime = 1384349418 }
[14:30:37.071127527] (+0.000002563) atv-pwoegere-l3.atv.mentorg.com:server_sample:22969 server_request:module_open_success: { cpu_id = 4 }, { ip = 0x402ADF }, { soname = "run_time.so" }
[14:30:37.071129146] (+0.000001619) atv-pwoegere-l3.atv.mentorg.com:server_sample:22969 lttng_ust_cyg_profile:func_entry: { cpu_id = 4 }, { vtid = 22969 }, { addr = 0x402CD2, call_site = 0x402B28 }
[14:30:37.071130036] (+0.000000890) atv-pwoegere-l3.atv.mentorg.com:server_sample:22969 lttng_ust_cyg_profile:func_exit: { cpu_id = 4 }, { vtid = 22969 }, { addr = 0x402CD2, call_site = 0x402B28 }
[14:30:37.071130529] (+0.000000493) atv-pwoegere-l3.atv.mentorg.com:server_sample:22969 lttng_ust_cyg_profile:func_entry: { cpu_id = 4 }, { vtid = 22969 }, { addr = 0x402C32, call_site = 0x402B36 }
[14:30:37.071132188] (+0.000001659) atv-pwoegere-l3.atv.mentorg.com:server_sample:22969 lttng_ust_cyg_profile:func_exit: { cpu_id = 4 }, { vtid = 22969 }, { addr = 0x402C32, call_site = 0x402B36 }
[14:30:37.071132596] (+0.000000408) atv-pwoegere-l3.atv.mentorg.com:server_sample:22969 lttng_ust_cyg_profile:func_exit: { cpu_id = 4 }, { vtid = 22969 }, { addr = 0x4029A6, call_site = 0x4021B9 }
[14:30:37.071174022] (+0.000041426) atv-pwoegere-l3.atv.mentorg.com:server_sample:22969 lttng_ust_cyg_profile:func_entry: { cpu_id = 4 }, { vtid = 22969 }, { addr = 0x7FA4E4D831A0, call_site = 0x402223 }
[14:30:37.071234731] (+0.000060709) atv-pwoegere-l3.atv.mentorg.com:server_sample:22969 server_request:send_response: { cpu_id = 4 }, { ip = 0x7FA4E4D8326C }, { options = "" }
[14:30:37.071250532] (+0.000015801) atv-pwoegere-l3.atv.mentorg.com:server_sample:22969 server_request:send_response_done: { cpu_id = 4 }, { ip = 0x7FA4E4D832DD }, { }
[14:30:37.071251238] (+0.000000706) atv-pwoegere-l3.atv.mentorg.com:server_sample:22969 lttng_ust_cyg_profile:func_exit: { cpu_id = 4 }, { vtid = 22969 }, { addr = 0x7FA4E4D831A0, call_site = 0x402223 }
[14:30:37.071251906] (+0.000000668) atv-pwoegere-l3.atv.mentorg.com:server_sample:22969 lttng_ust_cyg_profile:func_entry: { cpu_id = 4 }, { vtid = 22969 }, { addr = 0x40294C, call_site = 0x40222B }
[14:30:37.071258129] (+0.000006223) atv-pwoegere-l3.atv.mentorg.com:server_sample:22969 ust_baddr:pop: { cpu_id = 4 }, { baddr = 0x7FA4E4D82000 }
[14:30:37.071269210] (+0.000011081) atv-pwoegere-l3.atv.mentorg.com:server_sample:22969 ust_baddr:pop: { cpu_id = 4 }, { baddr = 0x7FA4E6BC4000 }
[14:30:37.071284174] (+0.000014964) atv-pwoegere-l3.atv.mentorg.com:server_sample:22969 lttng_ust_cyg_profile:func_exit: { cpu_id = 4 }, { vtid = 22969 }, { addr = 0x40294C, call_site = 0x40222B }
[14:30:37.071284982] (+0.000000808) atv-pwoegere-l3.atv.mentorg.com:server_sample:22969 lttng_ust_cyg_profile:func_exit: { cpu_id = 4 }, { vtid = 22969 }, { addr = 0x4020B0, call_site = 0x402431 }
[14:30:37.071285389] (+0.000000407) atv-pwoegere-l3.atv.mentorg.com:server_sample:22969 lttng_ust_cyg_profile:func_exit: { cpu_id = 4 }, { vtid = 22969 }, { addr = 0x402295, call_site = 0x402689 }
[14:30:37.071307281] (+0.000021892) atv-pwoegere-l3.atv.mentorg.com:server_sample:22969 ust_baddr:pop: { cpu_id = 4 }, { baddr = 0x7FA4E6BC4000 }
[14:30:37.071315751] (+0.000008470) atv-pwoegere-l3.atv.mentorg.com:server_sample:22969 ust_baddr:pop: { cpu_id = 4 }, { baddr = 0x7FA4E6BC4000 }
[14:30:37.071320041] (+0.000004290) atv-pwoegere-l3.atv.mentorg.com:server_sample:22969 ust_baddr:pop: { cpu_id = 4 }, { baddr = 0x7FA4E6BC4000 }
[14:30:37.071325136] (+0.000005095) atv-pwoegere-l3.atv.mentorg.com:server_sample:22969 ust_baddr:pop: { cpu_id = 4 }, { baddr = 0x7FA4E6BC4000 }
[14:30:37.071853595] (+0.000528459) atv-pwoegere-l3.atv.mentorg.com:server_sample:22844 lttng_ust_cyg_profile:func_entry: { cpu_id = 7 }, { vtid = 22844 }, { addr = 0x4026BB, call_site = 0x7FA4E6E13450 }
[14:30:37.071868407] (+0.000014812) atv-pwoegere-l3.atv.mentorg.com:server_sample:22844 lttng_ust_cyg_profile:func_exit: { cpu_id = 7 }, { vtid = 22844 }, { addr = 0x4026BB, call_site = 0x7FA4E6E13450 }
[14:30:41.657603518] (+4.585735111) atv-pwoegere-l3.atv.mentorg.com:server_sample:23054 ust_baddr_statedump:soinfo: { cpu_id = 5 }, { baddr = 0x400000, sopath = "/home/pwoegere/MGC/SA/git-trunk/source/systems/ust/features/com.mentor.embedded.profiler.feature.system.ust.samples/server_sample/server_sample", size = 162202, mtime = 1384349418 }
[14:30:41.657617422] (+0.000013904) atv-pwoegere-l3.atv.mentorg.com:server_sample:23054 ust_baddr_statedump:soinfo: { cpu_id = 5 }, { baddr = 0x7FFF173FE000, sopath = "[linux-vdso.so.1]", size = 0, mtime = -1 }
[14:30:41.657633736] (+0.000016314) atv-pwoegere-l3.atv.mentorg.com:server_sample:23054 ust_baddr_statedump:soinfo: { cpu_id = 5 }, { baddr = 0x7FA4E7BE5000, sopath = "/home/pwoegere/MGC/lttng2_stack_latest_install/lib64/liblttng-ust-fork.so.0.0.0", size = 20700, mtime = 1384349413 }
[14:30:41.657642949] (+0.000009213) atv-pwoegere-l3.atv.mentorg.com:server_sample:23054 ust_baddr_statedump:soinfo: { cpu_id = 5 }, { baddr = 0x7FA4E79E1000, sopath = "/home/pwoegere/MGC/lttng2_stack_latest_install/lib64/liblttng-ust-cyg-profile.so.0.0.0", size = 44808, mtime = 1384349414 }
[14:30:41.657651290] (+0.000008341) atv-pwoegere-l3.atv.mentorg.com:server_sample:23054 ust_baddr_statedump:soinfo: { cpu_id = 5 }, { baddr = 0x7FA4E77DE000, sopath = "/home/pwoegere/MGC/lttng2_stack_latest_install/lib64/liblttng-ust-dl.so.0.0.0", size = 21500, mtime = 1384349414 }
[14:30:41.657663949] (+0.000012659) atv-pwoegere-l3.atv.mentorg.com:server_sample:23054 ust_baddr_statedump:soinfo: { cpu_id = 5 }, { baddr = 0x7FA4E75D9000, sopath = "/home/pwoegere/MGC/SA/git-trunk/source/systems/ust/features/com.mentor.embedded.profiler.feature.system.ust.samples/server_sample/libtrace_requests.so", size = 164519, mtime = 1384349418 }
[14:30:41.657672782] (+0.000008833) atv-pwoegere-l3.atv.mentorg.com:server_sample:23054 ust_baddr_statedump:soinfo: { cpu_id = 5 }, { baddr = 0x7FA4E7390000, sopath = "/home/pwoegere/MGC/lttng2_stack_latest_install/lib64/liblttng-ust.so.0.0.0", size = 1611481, mtime = 1384349413 }
[14:30:41.657677957] (+0.000005175) atv-pwoegere-l3.atv.mentorg.com:server_sample:23054 ust_baddr_statedump:soinfo: { cpu_id = 5 }, { baddr = 0x7FA4E718C000, sopath = "/lib64/libdl-2.17.so", size = 19016, mtime = 1379513990 }
[14:30:41.657682455] (+0.000004498) atv-pwoegere-l3.atv.mentorg.com:server_sample:23054 ust_baddr_statedump:soinfo: { cpu_id = 5 }, { baddr = 0x7FA4E6DDE000, sopath = "/lib64/libc-2.17.so", size = 1996294, mtime = 1379513989 }
[14:30:41.657690738] (+0.000008283) atv-pwoegere-l3.atv.mentorg.com:server_sample:23054 ust_baddr_statedump:soinfo: { cpu_id = 5 }, { baddr = 0x7FA4E6BC4000, sopath = "/home/pwoegere/MGC/lttng2_stack_latest_install/lib64/liblttng-ust-tracepoint.so.0.0.0", size = 138864, mtime = 1384349413 }
[14:30:41.657695328] (+0.000004590) atv-pwoegere-l3.atv.mentorg.com:server_sample:23054 ust_baddr_statedump:soinfo: { cpu_id = 5 }, { baddr = 0x7FA4E69BC000, sopath = "/lib64/librt-2.17.so", size = 42706, mtime = 1379513990 }
[14:30:41.657703372] (+0.000008044) atv-pwoegere-l3.atv.mentorg.com:server_sample:23054 ust_baddr_statedump:soinfo: { cpu_id = 5 }, { baddr = 0x7FA4E67B5000, sopath = "/home/pwoegere/MGC/lttng2_stack_latest_install/lib64/liburcu-bp.so.2.0.0", size = 108574, mtime = 1381992197 }
[14:30:41.657711371] (+0.000007999) atv-pwoegere-l3.atv.mentorg.com:server_sample:23054 ust_baddr_statedump:soinfo: { cpu_id = 5 }, { baddr = 0x7FA4E65AD000, sopath = "/home/pwoegere/MGC/lttng2_stack_latest_install/lib64/liburcu-cds.so.2.0.0", size = 162940, mtime = 1381992197 }
[14:30:41.657719294] (+0.000007923) atv-pwoegere-l3.atv.mentorg.com:server_sample:23054 ust_baddr_statedump:soinfo: { cpu_id = 5 }, { baddr = 0x7FA4E63A9000, sopath = "/home/pwoegere/MGC/lttng2_stack_latest_install/lib64/liburcu-common.so.2.0.0", size = 86456, mtime = 1381992197 }
[14:30:41.657723778] (+0.000004484) atv-pwoegere-l3.atv.mentorg.com:server_sample:23054 ust_baddr_statedump:soinfo: { cpu_id = 5 }, { baddr = 0x7FA4E618D000, sopath = "/lib64/libpthread-2.17.so", size = 131133, mtime = 1379513990 }
[14:30:41.657728118] (+0.000004340) atv-pwoegere-l3.atv.mentorg.com:server_sample:23054 ust_baddr_statedump:soinfo: { cpu_id = 5 }, { baddr = 0x7FA4E7DE8000, sopath = "/lib64/ld-2.17.so", size = 163493, mtime = 1379513989 }
[14:30:41.657737433] (+0.000009315) atv-pwoegere-l3.atv.mentorg.com:server_sample:23054 ust_baddr_statedump:soinfo: { cpu_id = 5 }, { baddr = 0x7FA4E4F85000, sopath = "/home/pwoegere/MGC/lttng2_stack_latest_install/lib64/liblttng-ust-baddr.so.0.0.0", size = 76664, mtime = 1384349413 }
[14:30:41.657805542] (+0.000068109) atv-pwoegere-l3.atv.mentorg.com:server_sample:23054 lttng_ust_cyg_profile:func_entry: { cpu_id = 4 }, { vtid = 23054 }, { addr = 0x402295, call_site = 0x402689 }
[14:30:41.657843147] (+0.000037605) atv-pwoegere-l3.atv.mentorg.com:server_sample:23054 lttng_ust_cyg_profile:func_entry: { cpu_id = 4 }, { vtid = 23054 }, { addr = 0x4020B0, call_site = 0x402431 }
[14:30:41.657849162] (+0.000006015) atv-pwoegere-l3.atv.mentorg.com:server_sample:23054 server_request:start: { cpu_id = 4 }, { ip = 0x40213E }, { url = "/run_cmd?/usr/bin/df" }
[14:30:41.657859368] (+0.000010206) atv-pwoegere-l3.atv.mentorg.com:server_sample:23054 lttng_ust_cyg_profile:func_entry: { cpu_id = 4 }, { vtid = 23054 }, { addr = 0x4029A6, call_site = 0x4021B9 }
[14:30:41.657860497] (+0.000001129) atv-pwoegere-l3.atv.mentorg.com:server_sample:23054 server_request:module_open: { cpu_id = 4 }, { ip = 0x402A17 }, { soname = "run_cmd.so" }
[14:30:41.657861589] (+0.000001092) atv-pwoegere-l3.atv.mentorg.com:server_sample:23054 lttng_ust_cyg_profile:func_entry: { cpu_id = 4 }, { vtid = 23054 }, { addr = 0x402CD2, call_site = 0x402A64 }
[14:30:41.657863617] (+0.000002028) atv-pwoegere-l3.atv.mentorg.com:server_sample:23054 lttng_ust_cyg_profile:func_exit: { cpu_id = 4 }, { vtid = 23054 }, { addr = 0x402CD2, call_site = 0x402A64 }
[14:30:41.658006483] (+0.000142866) atv-pwoegere-l3.atv.mentorg.com:server_sample:23054 ust_baddr:push: { cpu_id = 4 }, { baddr = 0x7FA4E6BC4000, sopath = "/home/pwoegere/MGC/lttng2_stack_latest_install/lib64/liblttng-ust-tracepoint.so.0.0.0", size = 138864, mtime = 1384349413 }
[14:30:41.658047264] (+0.000040781) atv-pwoegere-l3.atv.mentorg.com:server_sample:23054 ust_baddr:push: { cpu_id = 4 }, { baddr = 0x7FA4E4D82000, sopath = "/home/pwoegere/MGC/SA/git-trunk/source/systems/ust/features/com.mentor.embedded.profiler.feature.system.ust.samples/server_sample/run_cmd.so", size = 89969, mtime = 1384349418 }
[14:30:41.658050410] (+0.000003146) atv-pwoegere-l3.atv.mentorg.com:server_sample:23054 server_request:module_open_success: { cpu_id = 4 }, { ip = 0x402ADF }, { soname = "run_cmd.so" }
[14:30:41.658052347] (+0.000001937) atv-pwoegere-l3.atv.mentorg.com:server_sample:23054 lttng_ust_cyg_profile:func_entry: { cpu_id = 4 }, { vtid = 23054 }, { addr = 0x402CD2, call_site = 0x402B28 }
[14:30:41.658053378] (+0.000001031) atv-pwoegere-l3.atv.mentorg.com:server_sample:23054 lttng_ust_cyg_profile:func_exit: { cpu_id = 4 }, { vtid = 23054 }, { addr = 0x402CD2, call_site = 0x402B28 }
[14:30:41.658053951] (+0.000000573) atv-pwoegere-l3.atv.mentorg.com:server_sample:23054 lttng_ust_cyg_profile:func_entry: { cpu_id = 4 }, { vtid = 23054 }, { addr = 0x402C32, call_site = 0x402B36 }
[14:30:41.658055622] (+0.000001671) atv-pwoegere-l3.atv.mentorg.com:server_sample:23054 lttng_ust_cyg_profile:func_exit: { cpu_id = 4 }, { vtid = 23054 }, { addr = 0x402C32, call_site = 0x402B36 }
[14:30:41.658056154] (+0.000000532) atv-pwoegere-l3.atv.mentorg.com:server_sample:23054 lttng_ust_cyg_profile:func_exit: { cpu_id = 4 }, { vtid = 23054 }, { addr = 0x4029A6, call_site = 0x4021B9 }
[14:30:41.658121741] (+0.000065587) atv-pwoegere-l3.atv.mentorg.com:server_sample:23054 lttng_ust_cyg_profile:func_entry: { cpu_id = 4 }, { vtid = 23054 }, { addr = 0x7FA4E4D83350, call_site = 0x402223 }
[14:30:41.658123276] (+0.000001535) atv-pwoegere-l3.atv.mentorg.com:server_sample:23054 server_request:send_response: { cpu_id = 4 }, { ip = 0x7FA4E4D833B4 }, { options = "/usr/bin/df" }
[14:30:41.716574179] (+0.058450903) atv-pwoegere-l3.atv.mentorg.com:server_sample:23135 ust_baddr_statedump:soinfo: { cpu_id = 6 }, { baddr = 0x400000, sopath = "/home/pwoegere/MGC/SA/git-trunk/source/systems/ust/features/com.mentor.embedded.profiler.feature.system.ust.samples/server_sample/server_sample", size = 162202, mtime = 1384349418 }
[14:30:41.716586097] (+0.000011918) atv-pwoegere-l3.atv.mentorg.com:server_sample:23135 ust_baddr_statedump:soinfo: { cpu_id = 6 }, { baddr = 0x7FFF173FE000, sopath = "[linux-vdso.so.1]", size = 0, mtime = -1 }
[14:30:41.716600933] (+0.000014836) atv-pwoegere-l3.atv.mentorg.com:server_sample:23135 ust_baddr_statedump:soinfo: { cpu_id = 6 }, { baddr = 0x7FA4E7BE5000, sopath = "/home/pwoegere/MGC/lttng2_stack_latest_install/lib64/liblttng-ust-fork.so.0.0.0", size = 20700, mtime = 1384349413 }
[14:30:41.716609636] (+0.000008703) atv-pwoegere-l3.atv.mentorg.com:server_sample:23135 ust_baddr_statedump:soinfo: { cpu_id = 6 }, { baddr = 0x7FA4E79E1000, sopath = "/home/pwoegere/MGC/lttng2_stack_latest_install/lib64/liblttng-ust-cyg-profile.so.0.0.0", size = 44808, mtime = 1384349414 }
[14:30:41.716617798] (+0.000008162) atv-pwoegere-l3.atv.mentorg.com:server_sample:23135 ust_baddr_statedump:soinfo: { cpu_id = 6 }, { baddr = 0x7FA4E77DE000, sopath = "/home/pwoegere/MGC/lttng2_stack_latest_install/lib64/liblttng-ust-dl.so.0.0.0", size = 21500, mtime = 1384349414 }
[14:30:41.716629079] (+0.000011281) atv-pwoegere-l3.atv.mentorg.com:server_sample:23135 ust_baddr_statedump:soinfo: { cpu_id = 6 }, { baddr = 0x7FA4E75D9000, sopath = "/home/pwoegere/MGC/SA/git-trunk/source/systems/ust/features/com.mentor.embedded.profiler.feature.system.ust.samples/server_sample/libtrace_requests.so", size = 164519, mtime = 1384349418 }
[14:30:41.716636627] (+0.000007548) atv-pwoegere-l3.atv.mentorg.com:server_sample:23135 ust_baddr_statedump:soinfo: { cpu_id = 6 }, { baddr = 0x7FA4E7390000, sopath = "/home/pwoegere/MGC/lttng2_stack_latest_install/lib64/liblttng-ust.so.0.0.0", size = 1611481, mtime = 1384349413 }
[14:30:41.716641115] (+0.000004488) atv-pwoegere-l3.atv.mentorg.com:server_sample:23135 ust_baddr_statedump:soinfo: { cpu_id = 6 }, { baddr = 0x7FA4E718C000, sopath = "/lib64/libdl-2.17.so", size = 19016, mtime = 1379513990 }
[14:30:41.716645553] (+0.000004438) atv-pwoegere-l3.atv.mentorg.com:server_sample:23135 ust_baddr_statedump:soinfo: { cpu_id = 6 }, { baddr = 0x7FA4E6DDE000, sopath = "/lib64/libc-2.17.so", size = 1996294, mtime = 1379513989 }
[14:30:41.716653492] (+0.000007939) atv-pwoegere-l3.atv.mentorg.com:server_sample:23135 ust_baddr_statedump:soinfo: { cpu_id = 6 }, { baddr = 0x7FA4E6BC4000, sopath = "/home/pwoegere/MGC/lttng2_stack_latest_install/lib64/liblttng-ust-tracepoint.so.0.0.0", size = 138864, mtime = 1384349413 }
[14:30:41.716658129] (+0.000004637) atv-pwoegere-l3.atv.mentorg.com:server_sample:23135 ust_baddr_statedump:soinfo: { cpu_id = 6 }, { baddr = 0x7FA4E69BC000, sopath = "/lib64/librt-2.17.so", size = 42706, mtime = 1379513990 }
[14:30:41.716665334] (+0.000007205) atv-pwoegere-l3.atv.mentorg.com:server_sample:23135 ust_baddr_statedump:soinfo: { cpu_id = 6 }, { baddr = 0x7FA4E67B5000, sopath = "/home/pwoegere/MGC/lttng2_stack_latest_install/lib64/liburcu-bp.so.2.0.0", size = 108574, mtime = 1381992197 }
[14:30:41.716673227] (+0.000007893) atv-pwoegere-l3.atv.mentorg.com:server_sample:23135 ust_baddr_statedump:soinfo: { cpu_id = 6 }, { baddr = 0x7FA4E65AD000, sopath = "/home/pwoegere/MGC/lttng2_stack_latest_install/lib64/liburcu-cds.so.2.0.0", size = 162940, mtime = 1381992197 }
[14:30:41.716680567] (+0.000007340) atv-pwoegere-l3.atv.mentorg.com:server_sample:23135 ust_baddr_statedump:soinfo: { cpu_id = 6 }, { baddr = 0x7FA4E63A9000, sopath = "/home/pwoegere/MGC/lttng2_stack_latest_install/lib64/liburcu-common.so.2.0.0", size = 86456, mtime = 1381992197 }
[14:30:41.716685265] (+0.000004698) atv-pwoegere-l3.atv.mentorg.com:server_sample:23135 ust_baddr_statedump:soinfo: { cpu_id = 6 }, { baddr = 0x7FA4E618D000, sopath = "/lib64/libpthread-2.17.so", size = 131133, mtime = 1379513990 }
[14:30:41.716689714] (+0.000004449) atv-pwoegere-l3.atv.mentorg.com:server_sample:23135 ust_baddr_statedump:soinfo: { cpu_id = 6 }, { baddr = 0x7FA4E7DE8000, sopath = "/lib64/ld-2.17.so", size = 163493, mtime = 1379513989 }
[14:30:41.716697033] (+0.000007319) atv-pwoegere-l3.atv.mentorg.com:server_sample:23135 ust_baddr_statedump:soinfo: { cpu_id = 6 }, { baddr = 0x7FA4E4F85000, sopath = "/home/pwoegere/MGC/lttng2_stack_latest_install/lib64/liblttng-ust-baddr.so.0.0.0", size = 76664, mtime = 1384349413 }
[14:30:41.716708897] (+0.000011864) atv-pwoegere-l3.atv.mentorg.com:server_sample:23135 ust_baddr_statedump:soinfo: { cpu_id = 6 }, { baddr = 0x7FA4E4D82000, sopath = "/home/pwoegere/MGC/SA/git-trunk/source/systems/ust/features/com.mentor.embedded.profiler.feature.system.ust.samples/server_sample/run_cmd.so", size = 89969, mtime = 1384349418 }
[14:30:41.968421391] (+0.251712494) atv-pwoegere-l3.atv.mentorg.com:df:23135 ust_baddr:push: { cpu_id = 1 }, { baddr = 0x7F1D8D748000, sopath = "/home/pwoegere/MGC/lttng2_stack_latest_install/lib64/liblttng-ust-baddr.so.0.0.0", size = 76664, mtime = 1384349413 }
[14:30:41.968432259] (+0.000010868) atv-pwoegere-l3.atv.mentorg.com:df:23135 ust_baddr_statedump:soinfo: { cpu_id = 1 }, { baddr = 0x400000, sopath = "/usr/bin/df", size = 81120, mtime = 1359275285 }
[14:30:41.968440035] (+0.000007776) atv-pwoegere-l3.atv.mentorg.com:df:23135 ust_baddr_statedump:soinfo: { cpu_id = 1 }, { baddr = 0x7FFF69EF6000, sopath = "[linux-vdso.so.1]", size = 0, mtime = -1 }
[14:30:41.968446319] (+0.000006284) atv-pwoegere-l3.atv.mentorg.com:df:23135 ust_baddr_statedump:soinfo: { cpu_id = 1 }, { baddr = 0x7F1D901A3000, sopath = "/home/pwoegere/MGC/lttng2_stack_latest_install/lib64/liblttng-ust-fork.so.0.0.0", size = 20700, mtime = 1384349413 }
[14:30:41.968452570] (+0.000006251) atv-pwoegere-l3.atv.mentorg.com:df:23135 ust_baddr_statedump:soinfo: { cpu_id = 1 }, { baddr = 0x7F1D8FF9F000, sopath = "/home/pwoegere/MGC/lttng2_stack_latest_install/lib64/liblttng-ust-cyg-profile.so.0.0.0", size = 44808, mtime = 1384349414 }
[14:30:41.968458507] (+0.000005937) atv-pwoegere-l3.atv.mentorg.com:df:23135 ust_baddr_statedump:soinfo: { cpu_id = 1 }, { baddr = 0x7F1D8FD9C000, sopath = "/home/pwoegere/MGC/lttng2_stack_latest_install/lib64/liblttng-ust-dl.so.0.0.0", size = 21500, mtime = 1384349414 }
[14:30:41.968462313] (+0.000003806) atv-pwoegere-l3.atv.mentorg.com:df:23135 ust_baddr_statedump:soinfo: { cpu_id = 1 }, { baddr = 0x7F1D8F9EE000, sopath = "/lib64/libc-2.17.so", size = 1996294, mtime = 1379513989 }
[14:30:41.968467798] (+0.000005485) atv-pwoegere-l3.atv.mentorg.com:df:23135 ust_baddr_statedump:soinfo: { cpu_id = 1 }, { baddr = 0x7F1D8F7A5000, sopath = "/home/pwoegere/MGC/lttng2_stack_latest_install/lib64/liblttng-ust.so.0.0.0", size = 1611481, mtime = 1384349413 }
[14:30:41.968472769] (+0.000004971) atv-pwoegere-l3.atv.mentorg.com:df:23135 ust_baddr_statedump:soinfo: { cpu_id = 1 }, { baddr = 0x7F1D8F58B000, sopath = "/home/pwoegere/MGC/lttng2_stack_latest_install/lib64/liblttng-ust-tracepoint.so.0.0.0", size = 138864, mtime = 1384349413 }
[14:30:41.968476186] (+0.000003417) atv-pwoegere-l3.atv.mentorg.com:df:23135 ust_baddr_statedump:soinfo: { cpu_id = 1 }, { baddr = 0x7F1D8F383000, sopath = "/lib64/librt-2.17.so", size = 42706, mtime = 1379513990 }
[14:30:41.968479085] (+0.000002899) atv-pwoegere-l3.atv.mentorg.com:df:23135 ust_baddr_statedump:soinfo: { cpu_id = 1 }, { baddr = 0x7F1D8F17F000, sopath = "/lib64/libdl-2.17.so", size = 19016, mtime = 1379513990 }
[14:30:41.968484887] (+0.000005802) atv-pwoegere-l3.atv.mentorg.com:df:23135 ust_baddr_statedump:soinfo: { cpu_id = 1 }, { baddr = 0x7F1D8EF78000, sopath = "/home/pwoegere/MGC/lttng2_stack_latest_install/lib64/liburcu-bp.so.2.0.0", size = 108574, mtime = 1381992197 }
[14:30:41.968490563] (+0.000005676) atv-pwoegere-l3.atv.mentorg.com:df:23135 ust_baddr_statedump:soinfo: { cpu_id = 1 }, { baddr = 0x7F1D8ED70000, sopath = "/home/pwoegere/MGC/lttng2_stack_latest_install/lib64/liburcu-cds.so.2.0.0", size = 162940, mtime = 1381992197 }
[14:30:41.968496066] (+0.000005503) atv-pwoegere-l3.atv.mentorg.com:df:23135 ust_baddr_statedump:soinfo: { cpu_id = 1 }, { baddr = 0x7F1D8EB6C000, sopath = "/home/pwoegere/MGC/lttng2_stack_latest_install/lib64/liburcu-common.so.2.0.0", size = 86456, mtime = 1381992197 }
[14:30:41.968499241] (+0.000003175) atv-pwoegere-l3.atv.mentorg.com:df:23135 ust_baddr_statedump:soinfo: { cpu_id = 1 }, { baddr = 0x7F1D8E950000, sopath = "/lib64/libpthread-2.17.so", size = 131133, mtime = 1379513990 }
[14:30:41.968502327] (+0.000003086) atv-pwoegere-l3.atv.mentorg.com:df:23135 ust_baddr_statedump:soinfo: { cpu_id = 1 }, { baddr = 0x7F1D903A6000, sopath = "/lib64/ld-2.17.so", size = 163493, mtime = 1379513989 }
[14:30:41.968507063] (+0.000004736) atv-pwoegere-l3.atv.mentorg.com:df:23135 ust_baddr_statedump:soinfo: { cpu_id = 1 }, { baddr = 0x7F1D8D748000, sopath = "/home/pwoegere/MGC/lttng2_stack_latest_install/lib64/liblttng-ust-baddr.so.0.0.0", size = 76664, mtime = 1384349413 }
[14:30:41.968589764] (+0.000082701) atv-pwoegere-l3.atv.mentorg.com:df:23135 ust_baddr:push: { cpu_id = 6 }, { baddr = 0x7F1D8F58B000, sopath = "/home/pwoegere/MGC/lttng2_stack_latest_install/lib64/liblttng-ust-tracepoint.so.0.0.0", size = 138864, mtime = 1384349413 }
[14:30:41.969353433] (+0.000763669) atv-pwoegere-l3.atv.mentorg.com:df:23135 ust_baddr:pop: { cpu_id = 6 }, { baddr = 0x7F1D8F58B000 }
[14:30:41.969357502] (+0.000004069) atv-pwoegere-l3.atv.mentorg.com:df:23135 ust_baddr:pop: { cpu_id = 6 }, { baddr = 0x7F1D8F58B000 }
[14:30:41.969860469] (+0.000502967) atv-pwoegere-l3.atv.mentorg.com:server_sample:23054 lttng_ust_cyg_profile:func_entry: { cpu_id = 4 }, { vtid = 23054 }, { addr = 0x4026BB, call_site = 0x7FA4E6E13450 }
[14:30:41.969877301] (+0.000016832) atv-pwoegere-l3.atv.mentorg.com:server_sample:23054 lttng_ust_cyg_profile:func_exit: { cpu_id = 4 }, { vtid = 23054 }, { addr = 0x4026BB, call_site = 0x7FA4E6E13450 }
[14:30:41.970116834] (+0.000239533) atv-pwoegere-l3.atv.mentorg.com:server_sample:23054 server_request:send_response_done: { cpu_id = 4 }, { ip = 0x7FA4E4D83565 }, { }
[14:30:41.970118737] (+0.000001903) atv-pwoegere-l3.atv.mentorg.com:server_sample:23054 lttng_ust_cyg_profile:func_exit: { cpu_id = 4 }, { vtid = 23054 }, { addr = 0x7FA4E4D83350, call_site = 0x402223 }
[14:30:41.970122185] (+0.000003448) atv-pwoegere-l3.atv.mentorg.com:server_sample:23054 lttng_ust_cyg_profile:func_entry: { cpu_id = 4 }, { vtid = 23054 }, { addr = 0x40294C, call_site = 0x40222B }
[14:30:41.970138831] (+0.000016646) atv-pwoegere-l3.atv.mentorg.com:server_sample:23054 ust_baddr:pop: { cpu_id = 4 }, { baddr = 0x7FA4E4D82000 }
[14:30:41.970165868] (+0.000027037) atv-pwoegere-l3.atv.mentorg.com:server_sample:23054 ust_baddr:pop: { cpu_id = 4 }, { baddr = 0x7FA4E6BC4000 }
[14:30:41.970183864] (+0.000017996) atv-pwoegere-l3.atv.mentorg.com:server_sample:23054 lttng_ust_cyg_profile:func_exit: { cpu_id = 4 }, { vtid = 23054 }, { addr = 0x40294C, call_site = 0x40222B }
[14:30:41.970184674] (+0.000000810) atv-pwoegere-l3.atv.mentorg.com:server_sample:23054 lttng_ust_cyg_profile:func_exit: { cpu_id = 4 }, { vtid = 23054 }, { addr = 0x4020B0, call_site = 0x402431 }
[14:30:41.970185301] (+0.000000627) atv-pwoegere-l3.atv.mentorg.com:server_sample:23054 lttng_ust_cyg_profile:func_exit: { cpu_id = 4 }, { vtid = 23054 }, { addr = 0x402295, call_site = 0x402689 }
[14:30:41.970211417] (+0.000026116) atv-pwoegere-l3.atv.mentorg.com:server_sample:23054 ust_baddr:pop: { cpu_id = 4 }, { baddr = 0x7FA4E6BC4000 }
[14:30:41.970222721] (+0.000011304) atv-pwoegere-l3.atv.mentorg.com:server_sample:23054 ust_baddr:pop: { cpu_id = 4 }, { baddr = 0x7FA4E6BC4000 }
[14:30:41.970228774] (+0.000006053) atv-pwoegere-l3.atv.mentorg.com:server_sample:23054 ust_baddr:pop: { cpu_id = 4 }, { baddr = 0x7FA4E6BC4000 }
[14:30:41.970235991] (+0.000007217) atv-pwoegere-l3.atv.mentorg.com:server_sample:23054 ust_baddr:pop: { cpu_id = 4 }, { baddr = 0x7FA4E6BC4000 }
[14:30:41.970700404] (+0.000464413) atv-pwoegere-l3.atv.mentorg.com:server_sample:22844 lttng_ust_cyg_profile:func_entry: { cpu_id = 7 }, { vtid = 22844 }, { addr = 0x4026BB, call_site = 0x7FA4E6E13450 }
[14:30:41.970706171] (+0.000005767) atv-pwoegere-l3.atv.mentorg.com:server_sample:22844 lttng_ust_cyg_profile:func_exit: { cpu_id = 7 }, { vtid = 22844 }, { addr = 0x4026BB, call_site = 0x7FA4E6E13450 }
[14:30:46.592967562] (+4.622261391) atv-pwoegere-l3.atv.mentorg.com:server_sample:23300 ust_baddr_statedump:soinfo: { cpu_id = 5 }, { baddr = 0x400000, sopath = "/home/pwoegere/MGC/SA/git-trunk/source/systems/ust/features/com.mentor.embedded.profiler.feature.system.ust.samples/server_sample/server_sample", size = 162202, mtime = 1384349418 }
[14:30:46.592982568] (+0.000015006) atv-pwoegere-l3.atv.mentorg.com:server_sample:23300 ust_baddr_statedump:soinfo: { cpu_id = 5 }, { baddr = 0x7FFF173FE000, sopath = "[linux-vdso.so.1]", size = 0, mtime = -1 }
[14:30:46.592999569] (+0.000017001) atv-pwoegere-l3.atv.mentorg.com:server_sample:23300 ust_baddr_statedump:soinfo: { cpu_id = 5 }, { baddr = 0x7FA4E7BE5000, sopath = "/home/pwoegere/MGC/lttng2_stack_latest_install/lib64/liblttng-ust-fork.so.0.0.0", size = 20700, mtime = 1384349413 }
[14:30:46.593009044] (+0.000009475) atv-pwoegere-l3.atv.mentorg.com:server_sample:23300 ust_baddr_statedump:soinfo: { cpu_id = 5 }, { baddr = 0x7FA4E79E1000, sopath = "/home/pwoegere/MGC/lttng2_stack_latest_install/lib64/liblttng-ust-cyg-profile.so.0.0.0", size = 44808, mtime = 1384349414 }
[14:30:46.593017632] (+0.000008588) atv-pwoegere-l3.atv.mentorg.com:server_sample:23300 ust_baddr_statedump:soinfo: { cpu_id = 5 }, { baddr = 0x7FA4E77DE000, sopath = "/home/pwoegere/MGC/lttng2_stack_latest_install/lib64/liblttng-ust-dl.so.0.0.0", size = 21500, mtime = 1384349414 }
[14:30:46.593030920] (+0.000013288) atv-pwoegere-l3.atv.mentorg.com:server_sample:23300 ust_baddr_statedump:soinfo: { cpu_id = 5 }, { baddr = 0x7FA4E75D9000, sopath = "/home/pwoegere/MGC/SA/git-trunk/source/systems/ust/features/com.mentor.embedded.profiler.feature.system.ust.samples/server_sample/libtrace_requests.so", size = 164519, mtime = 1384349418 }
[14:30:46.593039943] (+0.000009023) atv-pwoegere-l3.atv.mentorg.com:server_sample:23300 ust_baddr_statedump:soinfo: { cpu_id = 5 }, { baddr = 0x7FA4E7390000, sopath = "/home/pwoegere/MGC/lttng2_stack_latest_install/lib64/liblttng-ust.so.0.0.0", size = 1611481, mtime = 1384349413 }
[14:30:46.593045127] (+0.000005184) atv-pwoegere-l3.atv.mentorg.com:server_sample:23300 ust_baddr_statedump:soinfo: { cpu_id = 5 }, { baddr = 0x7FA4E718C000, sopath = "/lib64/libdl-2.17.so", size = 19016, mtime = 1379513990 }
[14:30:46.593049625] (+0.000004498) atv-pwoegere-l3.atv.mentorg.com:server_sample:23300 ust_baddr_statedump:soinfo: { cpu_id = 5 }, { baddr = 0x7FA4E6DDE000, sopath = "/lib64/libc-2.17.so", size = 1996294, mtime = 1379513989 }
[14:30:46.593065066] (+0.000015441) atv-pwoegere-l3.atv.mentorg.com:server_sample:23300 ust_baddr_statedump:soinfo: { cpu_id = 5 }, { baddr = 0x7FA4E6BC4000, sopath = "/home/pwoegere/MGC/lttng2_stack_latest_install/lib64/liblttng-ust-tracepoint.so.0.0.0", size = 138864, mtime = 1384349413 }
[14:30:46.593069992] (+0.000004926) atv-pwoegere-l3.atv.mentorg.com:server_sample:23300 ust_baddr_statedump:soinfo: { cpu_id = 5 }, { baddr = 0x7FA4E69BC000, sopath = "/lib64/librt-2.17.so", size = 42706, mtime = 1379513990 }
[14:30:46.593078353] (+0.000008361) atv-pwoegere-l3.atv.mentorg.com:server_sample:23300 ust_baddr_statedump:soinfo: { cpu_id = 5 }, { baddr = 0x7FA4E67B5000, sopath = "/home/pwoegere/MGC/lttng2_stack_latest_install/lib64/liburcu-bp.so.2.0.0", size = 108574, mtime = 1381992197 }
[14:30:46.593087085] (+0.000008732) atv-pwoegere-l3.atv.mentorg.com:server_sample:23300 ust_baddr_statedump:soinfo: { cpu_id = 5 }, { baddr = 0x7FA4E65AD000, sopath = "/home/pwoegere/MGC/lttng2_stack_latest_install/lib64/liburcu-cds.so.2.0.0", size = 162940, mtime = 1381992197 }
[14:30:46.593095454] (+0.000008369) atv-pwoegere-l3.atv.mentorg.com:server_sample:23300 ust_baddr_statedump:soinfo: { cpu_id = 5 }, { baddr = 0x7FA4E63A9000, sopath = "/home/pwoegere/MGC/lttng2_stack_latest_install/lib64/liburcu-common.so.2.0.0", size = 86456, mtime = 1381992197 }
[14:30:46.593100116] (+0.000004662) atv-pwoegere-l3.atv.mentorg.com:server_sample:23300 ust_baddr_statedump:soinfo: { cpu_id = 5 }, { baddr = 0x7FA4E618D000, sopath = "/lib64/libpthread-2.17.so", size = 131133, mtime = 1379513990 }
[14:30:46.593104558] (+0.000004442) atv-pwoegere-l3.atv.mentorg.com:server_sample:23300 ust_baddr_statedump:soinfo: { cpu_id = 5 }, { baddr = 0x7FA4E7DE8000, sopath = "/lib64/ld-2.17.so", size = 163493, mtime = 1379513989 }
[14:30:46.593114405] (+0.000009847) atv-pwoegere-l3.atv.mentorg.com:server_sample:23300 ust_baddr_statedump:soinfo: { cpu_id = 5 }, { baddr = 0x7FA4E4F85000, sopath = "/home/pwoegere/MGC/lttng2_stack_latest_install/lib64/liblttng-ust-baddr.so.0.0.0", size = 76664, mtime = 1384349413 }
[14:30:46.593193293] (+0.000078888) atv-pwoegere-l3.atv.mentorg.com:server_sample:23300 lttng_ust_cyg_profile:func_entry: { cpu_id = 4 }, { vtid = 23300 }, { addr = 0x402295, call_site = 0x402689 }
[14:30:46.593231739] (+0.000038446) atv-pwoegere-l3.atv.mentorg.com:server_sample:23300 lttng_ust_cyg_profile:func_entry: { cpu_id = 4 }, { vtid = 23300 }, { addr = 0x4020B0, call_site = 0x402431 }
[14:30:46.593238151] (+0.000006412) atv-pwoegere-l3.atv.mentorg.com:server_sample:23300 server_request:start: { cpu_id = 4 }, { ip = 0x40213E }, { url = "/run_hello" }
[14:30:46.593248822] (+0.000010671) atv-pwoegere-l3.atv.mentorg.com:server_sample:23300 lttng_ust_cyg_profile:func_entry: { cpu_id = 4 }, { vtid = 23300 }, { addr = 0x4029A6, call_site = 0x4021B9 }
[14:30:46.593249920] (+0.000001098) atv-pwoegere-l3.atv.mentorg.com:server_sample:23300 server_request:module_open: { cpu_id = 4 }, { ip = 0x402A17 }, { soname = "run_hello.so" }
[14:30:46.593251071] (+0.000001151) atv-pwoegere-l3.atv.mentorg.com:server_sample:23300 lttng_ust_cyg_profile:func_entry: { cpu_id = 4 }, { vtid = 23300 }, { addr = 0x402CD2, call_site = 0x402A64 }
[14:30:46.593253138] (+0.000002067) atv-pwoegere-l3.atv.mentorg.com:server_sample:23300 lttng_ust_cyg_profile:func_exit: { cpu_id = 4 }, { vtid = 23300 }, { addr = 0x402CD2, call_site = 0x402A64 }
[14:30:46.593397473] (+0.000144335) atv-pwoegere-l3.atv.mentorg.com:server_sample:23300 ust_baddr:push: { cpu_id = 4 }, { baddr = 0x7FA4E6BC4000, sopath = "/home/pwoegere/MGC/lttng2_stack_latest_install/lib64/liblttng-ust-tracepoint.so.0.0.0", size = 138864, mtime = 1384349413 }
[14:30:46.593440180] (+0.000042707) atv-pwoegere-l3.atv.mentorg.com:server_sample:23300 ust_baddr:push: { cpu_id = 4 }, { baddr = 0x7FA4E4D82000, sopath = "/home/pwoegere/MGC/SA/git-trunk/source/systems/ust/features/com.mentor.embedded.profiler.feature.system.ust.samples/server_sample/run_hello.so", size = 88303, mtime = 1384349418 }
[14:30:46.593443314] (+0.000003134) atv-pwoegere-l3.atv.mentorg.com:server_sample:23300 server_request:module_open_success: { cpu_id = 4 }, { ip = 0x402ADF }, { soname = "run_hello.so" }
[14:30:46.593445547] (+0.000002233) atv-pwoegere-l3.atv.mentorg.com:server_sample:23300 lttng_ust_cyg_profile:func_entry: { cpu_id = 4 }, { vtid = 23300 }, { addr = 0x402CD2, call_site = 0x402B28 }
[14:30:46.593446587] (+0.000001040) atv-pwoegere-l3.atv.mentorg.com:server_sample:23300 lttng_ust_cyg_profile:func_exit: { cpu_id = 4 }, { vtid = 23300 }, { addr = 0x402CD2, call_site = 0x402B28 }
[14:30:46.593447200] (+0.000000613) atv-pwoegere-l3.atv.mentorg.com:server_sample:23300 lttng_ust_cyg_profile:func_entry: { cpu_id = 4 }, { vtid = 23300 }, { addr = 0x402C32, call_site = 0x402B36 }
[14:30:46.593449007] (+0.000001807) atv-pwoegere-l3.atv.mentorg.com:server_sample:23300 lttng_ust_cyg_profile:func_exit: { cpu_id = 4 }, { vtid = 23300 }, { addr = 0x402C32, call_site = 0x402B36 }
[14:30:46.593449600] (+0.000000593) atv-pwoegere-l3.atv.mentorg.com:server_sample:23300 lttng_ust_cyg_profile:func_exit: { cpu_id = 4 }, { vtid = 23300 }, { addr = 0x4029A6, call_site = 0x4021B9 }
[14:30:46.593495968] (+0.000046368) atv-pwoegere-l3.atv.mentorg.com:server_sample:23300 lttng_ust_cyg_profile:func_entry: { cpu_id = 4 }, { vtid = 23300 }, { addr = 0x7FA4E4D830B0, call_site = 0x402223 }
[14:30:46.593498592] (+0.000002624) atv-pwoegere-l3.atv.mentorg.com:server_sample:23300 server_request:send_response: { cpu_id = 4 }, { ip = 0x7FA4E4D83142 }, { options = "" }
[14:30:46.593511740] (+0.000013148) atv-pwoegere-l3.atv.mentorg.com:server_sample:23300 server_request:send_response_done: { cpu_id = 4 }, { ip = 0x7FA4E4D831AF }, { }
[14:30:46.593512381] (+0.000000641) atv-pwoegere-l3.atv.mentorg.com:server_sample:23300 lttng_ust_cyg_profile:func_exit: { cpu_id = 4 }, { vtid = 23300 }, { addr = 0x7FA4E4D830B0, call_site = 0x402223 }
[14:30:46.593513025] (+0.000000644) atv-pwoegere-l3.atv.mentorg.com:server_sample:23300 lttng_ust_cyg_profile:func_entry: { cpu_id = 4 }, { vtid = 23300 }, { addr = 0x40294C, call_site = 0x40222B }
[14:30:46.593522697] (+0.000009672) atv-pwoegere-l3.atv.mentorg.com:server_sample:23300 ust_baddr:pop: { cpu_id = 4 }, { baddr = 0x7FA4E4D82000 }
[14:30:46.593536139] (+0.000013442) atv-pwoegere-l3.atv.mentorg.com:server_sample:23300 ust_baddr:pop: { cpu_id = 4 }, { baddr = 0x7FA4E6BC4000 }
[14:30:46.593563856] (+0.000027717) atv-pwoegere-l3.atv.mentorg.com:server_sample:23300 lttng_ust_cyg_profile:func_exit: { cpu_id = 4 }, { vtid = 23300 }, { addr = 0x40294C, call_site = 0x40222B }
[14:30:46.593564769] (+0.000000913) atv-pwoegere-l3.atv.mentorg.com:server_sample:23300 lttng_ust_cyg_profile:func_exit: { cpu_id = 4 }, { vtid = 23300 }, { addr = 0x4020B0, call_site = 0x402431 }
[14:30:46.593565232] (+0.000000463) atv-pwoegere-l3.atv.mentorg.com:server_sample:23300 lttng_ust_cyg_profile:func_exit: { cpu_id = 4 }, { vtid = 23300 }, { addr = 0x402295, call_site = 0x402689 }
[14:30:46.593591526] (+0.000026294) atv-pwoegere-l3.atv.mentorg.com:server_sample:23300 ust_baddr:pop: { cpu_id = 4 }, { baddr = 0x7FA4E6BC4000 }
[14:30:46.593599751] (+0.000008225) atv-pwoegere-l3.atv.mentorg.com:server_sample:23300 ust_baddr:pop: { cpu_id = 4 }, { baddr = 0x7FA4E6BC4000 }
[14:30:46.593604299] (+0.000004548) atv-pwoegere-l3.atv.mentorg.com:server_sample:23300 ust_baddr:pop: { cpu_id = 4 }, { baddr = 0x7FA4E6BC4000 }
[14:30:46.593610159] (+0.000005860) atv-pwoegere-l3.atv.mentorg.com:server_sample:23300 ust_baddr:pop: { cpu_id = 4 }, { baddr = 0x7FA4E6BC4000 }
[14:30:46.594189988] (+0.000579829) atv-pwoegere-l3.atv.mentorg.com:server_sample:22844 lttng_ust_cyg_profile:func_entry: { cpu_id = 7 }, { vtid = 22844 }, { addr = 0x4026BB, call_site = 0x7FA4E6E13450 }
[14:30:46.594199485] (+0.000009497) atv-pwoegere-l3.atv.mentorg.com:server_sample:22844 lttng_ust_cyg_profile:func_exit: { cpu_id = 7 }, { vtid = 22844 }, { addr = 0x4026BB, call_site = 0x7FA4E6E13450 }


More information about the lttng-dev mailing list