[lttng-dev] No events generated for custom channel

Shehab Elsayed shehabyomn at gmail.com
Thu May 10 17:15:26 EDT 2018


Hi Mathieu,

Here are the answers to your questions. Let me know if there is any more
info that could help.
-------------------------------------------------------------------------------------------------
Commands:
1- lttng create SESSION -o PATH
2- lttng enable-channel --userspace --num-subbuf={1,2} --subbuf-size=256M
--buffers-uid --session=SESSION my-channel
3- lttng enable-event --userspace EVENT-1 --channel=my-channel
    lttng enable-event --userspace EVENT-2 --channel=my-channel
    .....
4- lttng add-context -u -t CONTEXT-1 --channel=my-channel
    lttng add-context -u -t CONTEXT-2 --channel=my-channel
    ....
5- lttng start SESSION
6- LD_PRELOAD=/usr/local/lib/liblttng-ust-pthread-wrapper.so RUN-COMMAND
7- lttng stop SESSION
8- lttng destroy SESSION
-------------------------------------------------------------------------------------------------
Here is a link to github containing the version I am using with the
modification I have in the pthreads wrapper
https://github.com/ShehabElsayed/LTTng_debugging
-------------------------------------------------------------------------------------------------
I enabled the session daemon using (lttng-sessiond --daemonize -vvv
--verbose-consumer). I have attached 3 files:
1- Output from the previous command
2- Output for 1,256M
3- Output for 2,256M
-------------------------------------------------------------------------------------------------
Running (df -h) shows that I have 3.5G available on /dev/shm
-------------------------------------------------------------------------------------------------

Best Regards,
Shehab


On Thu, May 10, 2018 at 3:59 PM, Mathieu Desnoyers <mathieu.desnoyers@
efficios.com> wrote:

> ----- On May 10, 2018, at 2:51 PM, Shehab Elsayed <shehabyomn at gmail.com>
> wrote:
>
> Hi All,
>
> I am running into a problem with creating a custom channel. It seems that
> once the total size of sub-buffers hits 512M no events are being generated.
>
> I tried creating a channel with 2 sub-buffers, 256M each, but when I check
> the generated traces with babeltrace, it complains that there are no
> valid traces. The same problem happens if I use a single 512M sub-buffer.
>
> However, If I use only 1 sub-buffer of size 256M, a trace is generated but
> some events are discarded (which I am really trying to avoid).
>
> I have enabled LTTNG_UST_DEBUG and attached the output for both 2,256M
> and 1,256M cases.
>
> Any suggestions on how to solve this problem?
>
> Please provide detailed commands used to setup tracing for each case.
>
> Which lttng components versions are you using ?
>
> Please provide the verbose logs of lttng-sessiond and lttng-consumerd as
> well.
>
> You should also double-check that you have enough space in /dev/shm.
>
> Thanks,
>
> Mathieu
>
>
>
>
>
> Thanks,
> Shehab
>
>
>
>
>
>
>
> _______________________________________________
> lttng-dev mailing list
> lttng-dev at lists.lttng.org
> https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
>
>
> --
> Mathieu Desnoyers
> EfficiOS Inc.
> http://www.efficios.com
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.lttng.org/pipermail/lttng-dev/attachments/20180510/c53b8533/attachment-0001.html>
-------------- next part --------------
DEBUG1 - 16:43:25.831511 [11836/11836]: [sessiond configuration]
DEBUG1 - 16:43:25.832812 [11836/11836]:         verbose:                      3
DEBUG1 - 16:43:25.832906 [11836/11836]:         verbose consumer:             1
DEBUG1 - 16:43:25.832979 [11836/11836]:         quiet mode:                   False
DEBUG1 - 16:43:25.833049 [11836/11836]:         agent_tcp_port:               5345
DEBUG1 - 16:43:25.833115 [11836/11836]:         application socket timeout:   5
DEBUG1 - 16:43:25.833179 [11836/11836]:         no-kernel:                    False
DEBUG1 - 16:43:25.833246 [11836/11836]:         background:                   False
DEBUG1 - 16:43:25.833313 [11836/11836]:         daemonize:                    True
DEBUG1 - 16:43:25.833377 [11836/11836]:         signal parent on start:       False
DEBUG1 - 16:43:25.833444 [11836/11836]:         tracing group name:           tracing
DEBUG1 - 16:43:25.833512 [11836/11836]:         kmod_probe_list:              None
DEBUG1 - 16:43:25.833576 [11836/11836]:         kmod_extra_probe_list:        None
DEBUG1 - 16:43:25.833643 [11836/11836]:         rundir:                       /aenao-99/elsayed9/LTTng/data/.lttng
DEBUG1 - 16:43:25.833710 [11836/11836]:         application socket path:      /aenao-99/elsayed9/LTTng/data/.lttng/lttng-ust-sock-7
DEBUG1 - 16:43:25.833781 [11836/11836]:         client socket path:           /aenao-99/elsayed9/LTTng/data/.lttng/client-lttng-sessiond
DEBUG1 - 16:43:25.833850 [11836/11836]:         wait shm path:                /lttng-ust-wait-7-3534
DEBUG1 - 16:43:25.833918 [11836/11836]:         health socket path:           /aenao-99/elsayed9/LTTng/data/.lttng/sessiond-health
DEBUG1 - 16:43:25.833987 [11836/11836]:         LTTNG_UST_CLOCK_PLUGIN:       None
DEBUG1 - 16:43:25.834052 [11836/11836]:         pid file path:                /aenao-99/elsayed9/LTTng/data/.lttng/lttng-sessiond.pid
DEBUG1 - 16:43:25.834120 [11836/11836]:         lock file path:               /aenao-99/elsayed9/LTTng/data/.lttng/lttng-sessiond.lck
DEBUG1 - 16:43:25.834190 [11836/11836]:         session load path:            None
DEBUG1 - 16:43:25.834253 [11836/11836]:         agent port file path:         /aenao-99/elsayed9/LTTng/data/.lttng/agent.port
-------------- next part --------------
#################### Starting log Thu May 10 14:14:22 EDT 2018 ###############
Sample 1 - radiosity simlarge 8 --  1/1
------------------------------------------------------
Current users: elsayed9
Session radiosity_8_simlarge created.
Traces will be written in /aenao-99/elsayed9/LTTng/data/lttng-traces/1_testing/radiosity_8_simlarge_1
UST channel my-channel enabled for session radiosity_8_simlarge
UST event splash3:roi_begin created in channel my-channel
UST event splash3:roi_end created in channel my-channel
UST event parsec3:roi_begin created in channel my-channel
UST event parsec3:roi_end created in channel my-channel
UST event lttng_ust_pthread:thread_begin created in channel my-channel
UST event lttng_ust_pthread:thread_end created in channel my-channel
UST event lttng_ust_pthread:pthread_mutex_lock_req created in channel my-channel
UST event lttng_ust_pthread:pthread_mutex_lock_acq created in channel my-channel
UST event lttng_ust_pthread:pthread_mutex_trylock created in channel my-channel
UST event lttng_ust_pthread:pthread_mutex_unlock created in channel my-channel
UST event lttng_ust_pthread:pthread_barrier_reach created in channel my-channel
UST event lttng_ust_pthread:pthread_barrier_leave created in channel my-channel
UST event lttng_ust_pthread:pthread_cond_wait_begin created in channel my-channel
UST event lttng_ust_pthread:pthread_cond_wait_end created in channel my-channel
UST event lttng_ust_pthread:pthread_cond_signal_begin created in channel my-channel
UST event lttng_ust_pthread:pthread_cond_signal_end created in channel my-channel
UST event lttng_ust_pthread:pthread_cond_broadcast_begin created in channel my-channel
UST event lttng_ust_pthread:pthread_cond_broadcast_end created in channel my-channel
UST context procname added to channel my-channel
UST context vpid added to channel my-channel
UST context pthread_id added to channel my-channel
UST context vtid added to channel my-channel
UST context ip added to channel my-channel
UST context perf:thread:cpu-cycles added to channel my-channel
UST context perf:thread:cycles added to channel my-channel
UST context perf:thread:instructions added to channel my-channel
UST context perf:thread:bus-cycles added to channel my-channel
UST context perf:thread:stalled-cycles-frontend added to channel my-channel
Tracing started for session radiosity_8_simlarge
Running: LD_PRELOAD=/usr/local/lib/liblttng-ust-pthread-wrapper.so taskset -c 0,1,2,3,4,5,6,7 /usr/bin/time -f ",radiosity,8,simlarge,%e,%U,%S,%K,%M,%D,%F,%R,%W,%c,%w" -o ./tmp.out ./radiosity -p 8 -bf 1.5e-3 -batch -room 1>>/aenao-99/elsayed9/LTTng/data/lttng-traces/1_testing/run.log-1 2>>/aenao-99/elsayed9/LTTng/data/lttng-traces/1_testing/run.log-1
liblttng_ust_tracepoint[7971/7971]: Your compiler treats weak symbols with hidden visibility for integer objects as SAME address between compile units part of the same module. (in check_weak_hidden() at tracepoint.c:916)
liblttng_ust_tracepoint[7971/7971]: Your compiler treats weak symbols with hidden visibility for pointer objects as SAME address between compile units part of the same module. (in check_weak_hidden() at tracepoint.c:920)
liblttng_ust_tracepoint[7971/7971]: Your compiler treats weak symbols with hidden visibility for 24-byte structure objects as SAME address between compile units part of the same module. (in check_weak_hidden() at tracepoint.c:924)
liblttng_ust_tracepoint[7971/7971]: just registered a tracepoints section from 0x7f53e10dd220 and having 25 tracepoints (in tracepoint_register_lib() at tracepoint.c:867)
liblttng_ust_tracepoint[7971/7971]: registered tracepoint: lttng_ust_statedump:end (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7971/7971]: registered tracepoint: lttng_ust_statedump:debug_link (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7971/7971]: registered tracepoint: lttng_ust_statedump:build_id (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7971/7971]: registered tracepoint: lttng_ust_statedump:bin_info (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7971/7971]: registered tracepoint: lttng_ust_statedump:start (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7971/7971]: registered tracepoint: lttng_ust_lib:unload (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7971/7971]: registered tracepoint: lttng_ust_lib:debug_link (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7971/7971]: registered tracepoint: lttng_ust_lib:build_id (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7971/7971]: registered tracepoint: lttng_ust_lib:load (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7971/7971]: registered tracepoint: lttng_ust_tracef:event (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7971/7971]: registered tracepoint: lttng_ust_tracelog:TRACE_DEBUG (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7971/7971]: registered tracepoint: lttng_ust_tracelog:TRACE_DEBUG_LINE (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7971/7971]: registered tracepoint: lttng_ust_tracelog:TRACE_DEBUG_FUNCTION (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7971/7971]: registered tracepoint: lttng_ust_tracelog:TRACE_DEBUG_UNIT (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7971/7971]: registered tracepoint: lttng_ust_tracelog:TRACE_DEBUG_MODULE (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7971/7971]: registered tracepoint: lttng_ust_tracelog:TRACE_DEBUG_PROCESS (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7971/7971]: registered tracepoint: lttng_ust_tracelog:TRACE_DEBUG_PROGRAM (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7971/7971]: registered tracepoint: lttng_ust_tracelog:TRACE_DEBUG_SYSTEM (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7971/7971]: registered tracepoint: lttng_ust_tracelog:TRACE_INFO (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7971/7971]: registered tracepoint: lttng_ust_tracelog:TRACE_NOTICE (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7971/7971]: registered tracepoint: lttng_ust_tracelog:TRACE_WARNING (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7971/7971]: registered tracepoint: lttng_ust_tracelog:TRACE_ERR (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7971/7971]: registered tracepoint: lttng_ust_tracelog:TRACE_CRIT (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7971/7971]: registered tracepoint: lttng_ust_tracelog:TRACE_ALERT (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7971/7971]: registered tracepoint: lttng_ust_tracelog:TRACE_EMERG (in tracepoint_register_lib() at tracepoint.c:872)
libust[7971/7971]: Provider "lttng_ust_statedump" accepted, version 1.0 is compatible with LTTng UST provider version 1.0. (in check_provider_version() at lttng-probes.c:175)
libust[7971/7971]: adding probe lttng_ust_statedump containing 5 events to lazy registration list (in lttng_probe_register() at lttng-probes.c:219)
libust[7971/7971]: LTT : ltt ring buffer client "relay-metadata-mmap" init
 (in lttng_ring_buffer_metadata_client_init() at lttng-ring-buffer-metadata-client.h:352)
libust[7971/7971]: LTT : ltt ring buffer client "relay-overwrite-mmap" init
 (in lttng_ring_buffer_client_overwrite_init() at lttng-ring-buffer-client.h:868)
libust[7971/7971]: LTT : ltt ring buffer client "relay-overwrite-rt-mmap" init
 (in lttng_ring_buffer_client_overwrite_rt_init() at lttng-ring-buffer-client.h:868)
libust[7971/7971]: LTT : ltt ring buffer client "relay-discard-mmap" init
 (in lttng_ring_buffer_client_discard_init() at lttng-ring-buffer-client.h:868)
libust[7971/7971]: LTT : ltt ring buffer client "relay-discard-rt-mmap" init
 (in lttng_ring_buffer_client_discard_rt_init() at lttng-ring-buffer-client.h:868)
libust[7971/7971]: LTTNG_UST_ALLOW_BLOCKING environment variable is set (in get_allow_blocking() at lttng-ust-comm.c:545)
libust[7971/7972]: Info: sessiond not accepting connections to global apps socket (in ust_listener_thread() at lttng-ust-comm.c:1424)
libust[7971/7973]: Message Received "Get Tracer Version" (65), Handle "root" (0) (in print_cmd() at lttng-ust-comm.c:430)
libust[7971/7972]: Waiting for global apps sessiond (in wait_for_sessiond() at lttng-ust-comm.c:1306)
libust[7971/7973]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7971/7973]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7971/7973]: Message Received "Create Session" (64), Handle "root" (0) (in print_cmd() at lttng-ust-comm.c:430)
libust[7971/7973]: Return value: 1 (in handle_message() at lttng-ust-comm.c:972)
libust[7971/7973]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7971/7971]: Error: Timed out waiting for lttng-sessiond (in lttng_ust_init() at lttng-ust-comm.c:1763)
libust[7971/7971]: Provider "lttng_ust_lib" accepted, version 1.0 is compatible with LTTng UST provider version 1.0. (in check_provider_version() at lttng-probes.c:175)
libust[7971/7971]: just registered probe lttng_ust_statedump containing 5 events (in lttng_lazy_probe_register() at lttng-probes.c:116)
libust[7971/7971]: adding probe lttng_ust_lib containing 4 events to lazy registration list (in lttng_probe_register() at lttng-probes.c:219)
libust[7971/7971]: Provider "lttng_ust_tracef" accepted, version 1.0 is compatible with LTTng UST provider version 1.0. (in check_provider_version() at lttng-probes.c:175)
libust[7971/7971]: just registered probe lttng_ust_lib containing 4 events (in lttng_lazy_probe_register() at lttng-probes.c:116)
libust[7971/7971]: adding probe lttng_ust_tracef containing 1 events to lazy registration list (in lttng_probe_register() at lttng-probes.c:219)
libust[7971/7971]: Provider "lttng_ust_tracelog" accepted, version 1.0 is compatible with LTTng UST provider version 1.0. (in check_provider_version() at lttng-probes.c:175)
libust[7971/7971]: just registered probe lttng_ust_tracef containing 1 events (in lttng_lazy_probe_register() at lttng-probes.c:116)
libust[7971/7971]: adding probe lttng_ust_tracelog containing 15 events to lazy registration list (in lttng_probe_register() at lttng-probes.c:219)
liblttng_ust_tracepoint[7971/7971]: just registered a tracepoints section from 0x7f53e16b3178 and having 14 tracepoints (in tracepoint_register_lib() at tracepoint.c:867)
liblttng_ust_tracepoint[7971/7971]: registered tracepoint: lttng_ust_pthread:thread_end (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7971/7971]: registered tracepoint: lttng_ust_pthread:thread_begin (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7971/7971]: registered tracepoint: lttng_ust_pthread:pthread_cond_broadcast_end (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7971/7971]: registered tracepoint: lttng_ust_pthread:pthread_cond_broadcast_begin (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7971/7971]: registered tracepoint: lttng_ust_pthread:pthread_cond_signal_end (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7971/7971]: registered tracepoint: lttng_ust_pthread:pthread_cond_signal_begin (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7971/7971]: registered tracepoint: lttng_ust_pthread:pthread_cond_wait_end (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7971/7971]: registered tracepoint: lttng_ust_pthread:pthread_cond_wait_begin (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7971/7971]: registered tracepoint: lttng_ust_pthread:pthread_barrier_leave (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7971/7971]: registered tracepoint: lttng_ust_pthread:pthread_barrier_reach (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7971/7971]: registered tracepoint: lttng_ust_pthread:pthread_mutex_unlock (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7971/7971]: registered tracepoint: lttng_ust_pthread:pthread_mutex_trylock (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7971/7971]: registered tracepoint: lttng_ust_pthread:pthread_mutex_lock_acq (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7971/7971]: registered tracepoint: lttng_ust_pthread:pthread_mutex_lock_req (in tracepoint_register_lib() at tracepoint.c:872)
libust[7971/7971]: Provider "lttng_ust_pthread" accepted, version 1.0 is compatible with LTTng UST provider version 1.0. (in check_provider_version() at lttng-probes.c:175)
libust[7971/7971]: just registered probe lttng_ust_tracelog containing 15 events (in lttng_lazy_probe_register() at lttng-probes.c:116)
libust[7971/7971]: adding probe lttng_ust_pthread containing 14 events to lazy registration list (in lttng_probe_register() at lttng-probes.c:219)
liblttng_ust_tracepoint[7971/7971]: Your compiler treats weak symbols with hidden visibility for integer objects as SAME address between compile units part of the same module. (in check_weak_hidden() at tracepoint.c:916)
liblttng_ust_tracepoint[7971/7971]: Your compiler treats weak symbols with hidden visibility for pointer objects as SAME address between compile units part of the same module. (in check_weak_hidden() at tracepoint.c:920)
liblttng_ust_tracepoint[7971/7971]: Your compiler treats weak symbols with hidden visibility for 24-byte structure objects as SAME address between compile units part of the same module. (in check_weak_hidden() at tracepoint.c:924)
liblttng_ust_tracepoint[7971/7971]: just registered a tracepoints section from 0x7f461ef9d220 and having 25 tracepoints (in tracepoint_register_lib() at tracepoint.c:867)
liblttng_ust_tracepoint[7971/7971]: registered tracepoint: lttng_ust_statedump:end (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7971/7971]: registered tracepoint: lttng_ust_statedump:debug_link (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7971/7971]: registered tracepoint: lttng_ust_statedump:build_id (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7971/7971]: registered tracepoint: lttng_ust_statedump:bin_info (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7971/7971]: registered tracepoint: lttng_ust_statedump:start (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7971/7971]: registered tracepoint: lttng_ust_lib:unload (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7971/7971]: registered tracepoint: lttng_ust_lib:debug_link (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7971/7971]: registered tracepoint: lttng_ust_lib:build_id (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7971/7971]: registered tracepoint: lttng_ust_lib:load (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7971/7971]: registered tracepoint: lttng_ust_tracef:event (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7971/7971]: registered tracepoint: lttng_ust_tracelog:TRACE_DEBUG (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7971/7971]: registered tracepoint: lttng_ust_tracelog:TRACE_DEBUG_LINE (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7971/7971]: registered tracepoint: lttng_ust_tracelog:TRACE_DEBUG_FUNCTION (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7971/7971]: registered tracepoint: lttng_ust_tracelog:TRACE_DEBUG_UNIT (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7971/7971]: registered tracepoint: lttng_ust_tracelog:TRACE_DEBUG_MODULE (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7971/7971]: registered tracepoint: lttng_ust_tracelog:TRACE_DEBUG_PROCESS (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7971/7971]: registered tracepoint: lttng_ust_tracelog:TRACE_DEBUG_PROGRAM (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7971/7971]: registered tracepoint: lttng_ust_tracelog:TRACE_DEBUG_SYSTEM (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7971/7971]: registered tracepoint: lttng_ust_tracelog:TRACE_INFO (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7971/7971]: registered tracepoint: lttng_ust_tracelog:TRACE_NOTICE (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7971/7971]: registered tracepoint: lttng_ust_tracelog:TRACE_WARNING (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7971/7971]: registered tracepoint: lttng_ust_tracelog:TRACE_ERR (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7971/7971]: registered tracepoint: lttng_ust_tracelog:TRACE_CRIT (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7971/7971]: registered tracepoint: lttng_ust_tracelog:TRACE_ALERT (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7971/7971]: registered tracepoint: lttng_ust_tracelog:TRACE_EMERG (in tracepoint_register_lib() at tracepoint.c:872)
libust[7971/7971]: Provider "lttng_ust_statedump" accepted, version 1.0 is compatible with LTTng UST provider version 1.0. (in check_provider_version() at lttng-probes.c:175)
libust[7971/7971]: adding probe lttng_ust_statedump containing 5 events to lazy registration list (in lttng_probe_register() at lttng-probes.c:219)
libust[7971/7971]: LTT : ltt ring buffer client "relay-metadata-mmap" init
 (in lttng_ring_buffer_metadata_client_init() at lttng-ring-buffer-metadata-client.h:352)
libust[7971/7971]: LTT : ltt ring buffer client "relay-overwrite-mmap" init
 (in lttng_ring_buffer_client_overwrite_init() at lttng-ring-buffer-client.h:868)
libust[7971/7971]: LTT : ltt ring buffer client "relay-overwrite-rt-mmap" init
 (in lttng_ring_buffer_client_overwrite_rt_init() at lttng-ring-buffer-client.h:868)
libust[7971/7971]: LTT : ltt ring buffer client "relay-discard-mmap" init
 (in lttng_ring_buffer_client_discard_init() at lttng-ring-buffer-client.h:868)
libust[7971/7971]: LTT : ltt ring buffer client "relay-discard-rt-mmap" init
 (in lttng_ring_buffer_client_discard_rt_init() at lttng-ring-buffer-client.h:868)
libust[7971/7971]: LTTNG_UST_ALLOW_BLOCKING environment variable is set (in get_allow_blocking() at lttng-ust-comm.c:545)
libust[7971/7974]: Info: sessiond not accepting connections to global apps socket (in ust_listener_thread() at lttng-ust-comm.c:1424)
libust[7971/7974]: Waiting for global apps sessiond (in wait_for_sessiond() at lttng-ust-comm.c:1306)
libust[7971/7971]: Error: Timed out waiting for lttng-sessiond (in lttng_ust_init() at lttng-ust-comm.c:1763)
libust[7971/7971]: Provider "lttng_ust_lib" accepted, version 1.0 is compatible with LTTng UST provider version 1.0. (in check_provider_version() at lttng-probes.c:175)
libust[7971/7971]: just registered probe lttng_ust_statedump containing 5 events (in lttng_lazy_probe_register() at lttng-probes.c:116)
libust[7971/7971]: adding probe lttng_ust_lib containing 4 events to lazy registration list (in lttng_probe_register() at lttng-probes.c:219)
libust[7971/7971]: Provider "lttng_ust_tracef" accepted, version 1.0 is compatible with LTTng UST provider version 1.0. (in check_provider_version() at lttng-probes.c:175)
libust[7971/7971]: just registered probe lttng_ust_lib containing 4 events (in lttng_lazy_probe_register() at lttng-probes.c:116)
libust[7971/7971]: adding probe lttng_ust_tracef containing 1 events to lazy registration list (in lttng_probe_register() at lttng-probes.c:219)
libust[7971/7971]: Provider "lttng_ust_tracelog" accepted, version 1.0 is compatible with LTTng UST provider version 1.0. (in check_provider_version() at lttng-probes.c:175)
libust[7971/7971]: just registered probe lttng_ust_tracef containing 1 events (in lttng_lazy_probe_register() at lttng-probes.c:116)
libust[7971/7971]: adding probe lttng_ust_tracelog containing 15 events to lazy registration list (in lttng_probe_register() at lttng-probes.c:219)
liblttng_ust_tracepoint[7971/7971]: just registered a tracepoints section from 0x7f461f573178 and having 14 tracepoints (in tracepoint_register_lib() at tracepoint.c:867)
liblttng_ust_tracepoint[7971/7971]: registered tracepoint: lttng_ust_pthread:thread_end (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7971/7971]: registered tracepoint: lttng_ust_pthread:thread_begin (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7971/7971]: registered tracepoint: lttng_ust_pthread:pthread_cond_broadcast_end (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7971/7971]: registered tracepoint: lttng_ust_pthread:pthread_cond_broadcast_begin (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7971/7971]: registered tracepoint: lttng_ust_pthread:pthread_cond_signal_end (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7971/7971]: registered tracepoint: lttng_ust_pthread:pthread_cond_signal_begin (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7971/7971]: registered tracepoint: lttng_ust_pthread:pthread_cond_wait_end (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7971/7971]: registered tracepoint: lttng_ust_pthread:pthread_cond_wait_begin (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7971/7971]: registered tracepoint: lttng_ust_pthread:pthread_barrier_leave (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7971/7971]: registered tracepoint: lttng_ust_pthread:pthread_barrier_reach (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7971/7971]: registered tracepoint: lttng_ust_pthread:pthread_mutex_unlock (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7971/7971]: registered tracepoint: lttng_ust_pthread:pthread_mutex_trylock (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7971/7971]: registered tracepoint: lttng_ust_pthread:pthread_mutex_lock_acq (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7971/7971]: registered tracepoint: lttng_ust_pthread:pthread_mutex_lock_req (in tracepoint_register_lib() at tracepoint.c:872)
libust[7971/7971]: Provider "lttng_ust_pthread" accepted, version 1.0 is compatible with LTTng UST provider version 1.0. (in check_provider_version() at lttng-probes.c:175)
libust[7971/7971]: just registered probe lttng_ust_tracelog containing 15 events (in lttng_lazy_probe_register() at lttng-probes.c:116)
libust[7971/7971]: adding probe lttng_ust_pthread containing 14 events to lazy registration list (in lttng_probe_register() at lttng-probes.c:219)
liblttng_ust_tracepoint[7976/7976]: Your compiler treats weak symbols with hidden visibility for integer objects as SAME address between compile units part of the same module. (in check_weak_hidden() at tracepoint.c:916)
liblttng_ust_tracepoint[7976/7976]: Your compiler treats weak symbols with hidden visibility for pointer objects as SAME address between compile units part of the same module. (in check_weak_hidden() at tracepoint.c:920)
liblttng_ust_tracepoint[7976/7976]: Your compiler treats weak symbols with hidden visibility for 24-byte structure objects as SAME address between compile units part of the same module. (in check_weak_hidden() at tracepoint.c:924)
liblttng_ust_tracepoint[7976/7976]: just registered a tracepoints section from 0x7f550bce0220 and having 25 tracepoints (in tracepoint_register_lib() at tracepoint.c:867)
liblttng_ust_tracepoint[7976/7976]: registered tracepoint: lttng_ust_statedump:end (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7976/7976]: registered tracepoint: lttng_ust_statedump:debug_link (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7976/7976]: registered tracepoint: lttng_ust_statedump:build_id (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7976/7976]: registered tracepoint: lttng_ust_statedump:bin_info (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7976/7976]: registered tracepoint: lttng_ust_statedump:start (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7976/7976]: registered tracepoint: lttng_ust_lib:unload (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7976/7976]: registered tracepoint: lttng_ust_lib:debug_link (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7976/7976]: registered tracepoint: lttng_ust_lib:build_id (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7976/7976]: registered tracepoint: lttng_ust_lib:load (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7976/7976]: registered tracepoint: lttng_ust_tracef:event (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7976/7976]: registered tracepoint: lttng_ust_tracelog:TRACE_DEBUG (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7976/7976]: registered tracepoint: lttng_ust_tracelog:TRACE_DEBUG_LINE (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7976/7976]: registered tracepoint: lttng_ust_tracelog:TRACE_DEBUG_FUNCTION (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7976/7976]: registered tracepoint: lttng_ust_tracelog:TRACE_DEBUG_UNIT (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7976/7976]: registered tracepoint: lttng_ust_tracelog:TRACE_DEBUG_MODULE (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7976/7976]: registered tracepoint: lttng_ust_tracelog:TRACE_DEBUG_PROCESS (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7976/7976]: registered tracepoint: lttng_ust_tracelog:TRACE_DEBUG_PROGRAM (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7976/7976]: registered tracepoint: lttng_ust_tracelog:TRACE_DEBUG_SYSTEM (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7976/7976]: registered tracepoint: lttng_ust_tracelog:TRACE_INFO (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7976/7976]: registered tracepoint: lttng_ust_tracelog:TRACE_NOTICE (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7976/7976]: registered tracepoint: lttng_ust_tracelog:TRACE_WARNING (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7976/7976]: registered tracepoint: lttng_ust_tracelog:TRACE_ERR (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7976/7976]: registered tracepoint: lttng_ust_tracelog:TRACE_CRIT (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7976/7976]: registered tracepoint: lttng_ust_tracelog:TRACE_ALERT (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7976/7976]: registered tracepoint: lttng_ust_tracelog:TRACE_EMERG (in tracepoint_register_lib() at tracepoint.c:872)
libust[7976/7976]: Provider "lttng_ust_statedump" accepted, version 1.0 is compatible with LTTng UST provider version 1.0. (in check_provider_version() at lttng-probes.c:175)
libust[7976/7976]: adding probe lttng_ust_statedump containing 5 events to lazy registration list (in lttng_probe_register() at lttng-probes.c:219)
libust[7976/7976]: LTT : ltt ring buffer client "relay-metadata-mmap" init
 (in lttng_ring_buffer_metadata_client_init() at lttng-ring-buffer-metadata-client.h:352)
libust[7976/7976]: LTT : ltt ring buffer client "relay-overwrite-mmap" init
 (in lttng_ring_buffer_client_overwrite_init() at lttng-ring-buffer-client.h:868)
libust[7976/7976]: LTT : ltt ring buffer client "relay-overwrite-rt-mmap" init
 (in lttng_ring_buffer_client_overwrite_rt_init() at lttng-ring-buffer-client.h:868)
libust[7976/7976]: LTT : ltt ring buffer client "relay-discard-mmap" init
 (in lttng_ring_buffer_client_discard_init() at lttng-ring-buffer-client.h:868)
libust[7976/7976]: LTT : ltt ring buffer client "relay-discard-rt-mmap" init
 (in lttng_ring_buffer_client_discard_rt_init() at lttng-ring-buffer-client.h:868)
libust[7976/7976]: LTTNG_UST_ALLOW_BLOCKING environment variable is set (in get_allow_blocking() at lttng-ust-comm.c:545)
libust[7976/7977]: Info: sessiond not accepting connections to global apps socket (in ust_listener_thread() at lttng-ust-comm.c:1424)
libust[7976/7977]: Waiting for global apps sessiond (in wait_for_sessiond() at lttng-ust-comm.c:1306)
libust[7976/7976]: Error: Timed out waiting for lttng-sessiond (in lttng_ust_init() at lttng-ust-comm.c:1763)
libust[7976/7976]: Provider "lttng_ust_lib" accepted, version 1.0 is compatible with LTTng UST provider version 1.0. (in check_provider_version() at lttng-probes.c:175)
libust[7976/7976]: just registered probe lttng_ust_statedump containing 5 events (in lttng_lazy_probe_register() at lttng-probes.c:116)
libust[7976/7976]: adding probe lttng_ust_lib containing 4 events to lazy registration list (in lttng_probe_register() at lttng-probes.c:219)
libust[7976/7976]: Provider "lttng_ust_tracef" accepted, version 1.0 is compatible with LTTng UST provider version 1.0. (in check_provider_version() at lttng-probes.c:175)
libust[7976/7976]: just registered probe lttng_ust_lib containing 4 events (in lttng_lazy_probe_register() at lttng-probes.c:116)
libust[7976/7976]: adding probe lttng_ust_tracef containing 1 events to lazy registration list (in lttng_probe_register() at lttng-probes.c:219)
libust[7976/7976]: Provider "lttng_ust_tracelog" accepted, version 1.0 is compatible with LTTng UST provider version 1.0. (in check_provider_version() at lttng-probes.c:175)
libust[7976/7976]: just registered probe lttng_ust_tracef containing 1 events (in lttng_lazy_probe_register() at lttng-probes.c:116)
libust[7976/7976]: adding probe lttng_ust_tracelog containing 15 events to lazy registration list (in lttng_probe_register() at lttng-probes.c:219)
liblttng_ust_tracepoint[7976/7976]: just registered a tracepoints section from 0x7f550c1f7178 and having 14 tracepoints (in tracepoint_register_lib() at tracepoint.c:867)
liblttng_ust_tracepoint[7976/7976]: registered tracepoint: lttng_ust_pthread:thread_end (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7976/7976]: registered tracepoint: lttng_ust_pthread:thread_begin (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7976/7976]: registered tracepoint: lttng_ust_pthread:pthread_cond_broadcast_end (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7976/7976]: registered tracepoint: lttng_ust_pthread:pthread_cond_broadcast_begin (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7976/7976]: registered tracepoint: lttng_ust_pthread:pthread_cond_signal_end (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7976/7976]: registered tracepoint: lttng_ust_pthread:pthread_cond_signal_begin (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7976/7976]: registered tracepoint: lttng_ust_pthread:pthread_cond_wait_end (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7976/7976]: registered tracepoint: lttng_ust_pthread:pthread_cond_wait_begin (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7976/7976]: registered tracepoint: lttng_ust_pthread:pthread_barrier_leave (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7976/7976]: registered tracepoint: lttng_ust_pthread:pthread_barrier_reach (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7976/7976]: registered tracepoint: lttng_ust_pthread:pthread_mutex_unlock (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7976/7976]: registered tracepoint: lttng_ust_pthread:pthread_mutex_trylock (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7976/7976]: registered tracepoint: lttng_ust_pthread:pthread_mutex_lock_acq (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7976/7976]: registered tracepoint: lttng_ust_pthread:pthread_mutex_lock_req (in tracepoint_register_lib() at tracepoint.c:872)
libust[7976/7976]: Provider "lttng_ust_pthread" accepted, version 1.0 is compatible with LTTng UST provider version 1.0. (in check_provider_version() at lttng-probes.c:175)
libust[7976/7976]: just registered probe lttng_ust_tracelog containing 15 events (in lttng_lazy_probe_register() at lttng-probes.c:116)
libust[7976/7976]: adding probe lttng_ust_pthread containing 14 events to lazy registration list (in lttng_probe_register() at lttng-probes.c:219)
liblttng_ust_tracepoint[7976/7976]: just registered a tracepoints section from 0x61fe98 and having 4 tracepoints (in tracepoint_register_lib() at tracepoint.c:867)
liblttng_ust_tracepoint[7976/7976]: registered tracepoint: splash3:roi_begin (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7976/7976]: registered tracepoint: splash3:roi_end (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7976/7976]: registered tracepoint: splash3:thread_begin (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[7976/7976]: registered tracepoint: splash3:thread_end (in tracepoint_register_lib() at tracepoint.c:872)
libust[7976/7976]: Provider "splash3" accepted, version 1.0 is compatible with LTTng UST provider version 1.0. (in check_provider_version() at lttng-probes.c:175)
libust[7976/7976]: just registered probe lttng_ust_pthread containing 14 events (in lttng_lazy_probe_register() at lttng-probes.c:116)
libust[7976/7976]: adding probe splash3 containing 4 events to lazy registration list (in lttng_probe_register() at lttng-probes.c:219)
libust[7971/7975]: Message Received "Get Tracer Version" (65), Handle "root" (0) (in print_cmd() at lttng-ust-comm.c:430)
libust[7971/7975]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7971/7975]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7971/7975]: Message Received "Create Session" (64), Handle "root" (0) (in print_cmd() at lttng-ust-comm.c:430)
libust[7971/7975]: Return value: 1 (in handle_message() at lttng-ust-comm.c:972)
libust[7971/7975]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7971/7975]: Message Received "Create Channel" (81), Handle "session" (1) (in print_cmd() at lttng-ust-comm.c:430)
libust[7971/7975]: channel data received (in handle_message() at lttng-ust-comm.c:811)
libust[7971/7975]: Return value: 2 (in handle_message() at lttng-ust-comm.c:972)
libust[7971/7975]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7971/7975]: Message Received "Create Stream" (96), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7971/7975]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7971/7975]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7971/7975]: Message Received "Create Stream" (96), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7971/7975]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7971/7975]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7971/7975]: Message Received "Create Stream" (96), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7971/7975]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7971/7975]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7971/7975]: Message Received "Create Stream" (96), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7971/7975]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7971/7975]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7971/7975]: Message Received "Create Stream" (96), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7971/7975]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7971/7975]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7971/7975]: Message Received "Create Stream" (96), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7971/7975]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7971/7975]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7971/7975]: Message Received "Create Stream" (96), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7971/7975]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7971/7975]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7971/7975]: Message Received "Create Stream" (96), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7971/7975]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7971/7975]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7971/7975]: Message Received "Create Stream" (96), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7971/7975]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7971/7975]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7971/7975]: Message Received "Create Stream" (96), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7971/7975]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7971/7975]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7971/7975]: Message Received "Create Stream" (96), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7971/7975]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7971/7975]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7971/7975]: Message Received "Create Stream" (96), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7971/7975]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7971/7975]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7971/7975]: Message Received "Create Stream" (96), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7971/7975]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7971/7975]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7971/7975]: Message Received "Create Stream" (96), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7971/7975]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7971/7975]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7971/7975]: Message Received "Create Stream" (96), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7971/7975]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7971/7975]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7971/7975]: Message Received "Create Stream" (96), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7971/7975]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7971/7975]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7971/7975]: Message Received "Create Stream" (96), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7971/7975]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7971/7975]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7971/7975]: Message Received "Create Stream" (96), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7971/7975]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7971/7975]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7971/7975]: Message Received "Create Stream" (96), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7971/7975]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7971/7975]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7971/7975]: Message Received "Create Stream" (96), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7971/7975]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7971/7975]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7971/7975]: Message Received "Create Stream" (96), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7971/7975]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7971/7975]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7971/7975]: Message Received "Create Stream" (96), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7971/7975]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7971/7975]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7971/7975]: Message Received "Create Stream" (96), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7971/7975]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7971/7975]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7971/7975]: Message Received "Create Stream" (96), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7971/7975]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7971/7975]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7971/7975]: Message Received "Create Stream" (96), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7971/7975]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7971/7975]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7971/7975]: Message Received "Create Stream" (96), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7971/7975]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7971/7975]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7971/7975]: Message Received "Create Stream" (96), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7971/7975]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7971/7975]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7971/7975]: Message Received "Create Stream" (96), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7971/7975]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7971/7975]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7971/7975]: Message Received "Create Stream" (96), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7971/7975]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7971/7975]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7971/7975]: Message Received "Create Stream" (96), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7971/7975]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7971/7975]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7971/7975]: Message Received "Create Stream" (96), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7971/7975]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7971/7975]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7971/7975]: Message Received "Create Stream" (96), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7971/7975]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7971/7975]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7971/7975]: Message Received "Create Context" (112), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7971/7975]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7971/7975]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7971/7975]: Message Received "Create Context" (112), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7971/7975]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7971/7975]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7971/7975]: Message Received "Create Context" (112), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7971/7975]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7971/7975]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7971/7975]: Message Received "Create Context" (112), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7971/7975]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7971/7975]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7971/7975]: Message Received "Create Context" (112), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7971/7975]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7971/7975]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7971/7975]: Message Received "Create Context" (112), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7971/7975]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7971/7975]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7971/7975]: Message Received "Create Context" (112), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7971/7975]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7971/7975]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7971/7975]: Message Received "Create Context" (112), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7971/7975]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7971/7975]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7971/7975]: Message Received "Create Context" (112), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7971/7975]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7971/7975]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7971/7975]: Message Received "Create Context" (112), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7971/7975]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7971/7975]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7971/7975]: Message Received "Create Event" (97), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7971/7975]: Return value: 3 (in handle_message() at lttng-ust-comm.c:972)
libust[7971/7975]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7971/7975]: Message Received "Enable" (128), Handle "enabler" (3) (in print_cmd() at lttng-ust-comm.c:430)
libust[7971/7975]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7971/7975]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7971/7975]: Message Received "Create Event" (97), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7971/7975]: Return value: 4 (in handle_message() at lttng-ust-comm.c:972)
libust[7971/7975]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7971/7975]: Message Received "Enable" (128), Handle "enabler" (4) (in print_cmd() at lttng-ust-comm.c:430)
libust[7971/7975]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7971/7975]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7971/7975]: Message Received "Create Event" (97), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7971/7975]: Return value: 5 (in handle_message() at lttng-ust-comm.c:972)
libust[7971/7975]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7971/7975]: Message Received "Enable" (128), Handle "enabler" (5) (in print_cmd() at lttng-ust-comm.c:430)
libust[7971/7975]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7971/7975]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7971/7975]: Message Received "Create Event" (97), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7971/7975]: Return value: 6 (in handle_message() at lttng-ust-comm.c:972)
libust[7971/7975]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7971/7975]: Message Received "Enable" (128), Handle "enabler" (6) (in print_cmd() at lttng-ust-comm.c:430)
libust[7971/7975]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7971/7975]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7971/7975]: Message Received "Create Event" (97), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7971/7975]: Return value: 7 (in handle_message() at lttng-ust-comm.c:972)
libust[7971/7975]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7971/7975]: Message Received "Enable" (128), Handle "enabler" (7) (in print_cmd() at lttng-ust-comm.c:430)
libust[7971/7975]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7971/7975]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7971/7975]: Message Received "Create Event" (97), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7971/7975]: Return value: 8 (in handle_message() at lttng-ust-comm.c:972)
libust[7971/7975]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7971/7975]: Message Received "Enable" (128), Handle "enabler" (8) (in print_cmd() at lttng-ust-comm.c:430)
libust[7971/7975]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7971/7975]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7971/7975]: Message Received "Create Event" (97), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7971/7975]: Return value: 9 (in handle_message() at lttng-ust-comm.c:972)
libust[7971/7975]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7971/7975]: Message Received "Enable" (128), Handle "enabler" (9) (in print_cmd() at lttng-ust-comm.c:430)
libust[7971/7975]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7971/7975]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7971/7975]: Message Received "Create Event" (97), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7971/7975]: Return value: 10 (in handle_message() at lttng-ust-comm.c:972)
libust[7971/7975]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7971/7975]: Message Received "Enable" (128), Handle "enabler" (10) (in print_cmd() at lttng-ust-comm.c:430)
libust[7971/7975]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7971/7975]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7971/7975]: Message Received "Create Event" (97), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7971/7975]: Return value: 11 (in handle_message() at lttng-ust-comm.c:972)
libust[7971/7975]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7971/7975]: Message Received "Enable" (128), Handle "enabler" (11) (in print_cmd() at lttng-ust-comm.c:430)
libust[7971/7975]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7971/7975]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7971/7975]: Message Received "Create Event" (97), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7971/7975]: Return value: 12 (in handle_message() at lttng-ust-comm.c:972)
libust[7971/7975]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7971/7975]: Message Received "Enable" (128), Handle "enabler" (12) (in print_cmd() at lttng-ust-comm.c:430)
libust[7971/7975]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7971/7975]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7971/7975]: Message Received "Create Event" (97), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7971/7975]: Return value: 13 (in handle_message() at lttng-ust-comm.c:972)
libust[7971/7975]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7971/7975]: Message Received "Enable" (128), Handle "enabler" (13) (in print_cmd() at lttng-ust-comm.c:430)
libust[7971/7975]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7971/7975]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7971/7975]: Message Received "Create Event" (97), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7971/7975]: Return value: 14 (in handle_message() at lttng-ust-comm.c:972)
libust[7971/7975]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7971/7975]: Message Received "Enable" (128), Handle "enabler" (14) (in print_cmd() at lttng-ust-comm.c:430)
libust[7971/7975]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7971/7975]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7971/7975]: Message Received "Create Event" (97), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7971/7975]: Return value: 15 (in handle_message() at lttng-ust-comm.c:972)
libust[7971/7975]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7971/7975]: Message Received "Enable" (128), Handle "enabler" (15) (in print_cmd() at lttng-ust-comm.c:430)
libust[7971/7975]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7971/7975]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7971/7975]: Message Received "Create Event" (97), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7971/7975]: Return value: 16 (in handle_message() at lttng-ust-comm.c:972)
libust[7971/7975]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7971/7975]: Message Received "Enable" (128), Handle "enabler" (16) (in print_cmd() at lttng-ust-comm.c:430)
libust[7971/7975]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7971/7975]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7971/7975]: Message Received "Create Event" (97), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7971/7975]: Return value: 17 (in handle_message() at lttng-ust-comm.c:972)
libust[7971/7975]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7971/7975]: Message Received "Enable" (128), Handle "enabler" (17) (in print_cmd() at lttng-ust-comm.c:430)
libust[7971/7975]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7971/7975]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7971/7975]: Message Received "Create Event" (97), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7971/7975]: Return value: 18 (in handle_message() at lttng-ust-comm.c:972)
libust[7971/7975]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7971/7975]: Message Received "Enable" (128), Handle "enabler" (18) (in print_cmd() at lttng-ust-comm.c:430)
libust[7971/7975]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7971/7975]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7971/7975]: Message Received "Create Event" (97), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7971/7975]: Return value: 19 (in handle_message() at lttng-ust-comm.c:972)
libust[7971/7975]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7971/7975]: Message Received "Enable" (128), Handle "enabler" (19) (in print_cmd() at lttng-ust-comm.c:430)
libust[7971/7975]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7971/7975]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7971/7975]: Message Received "Create Event" (97), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7971/7975]: Return value: 20 (in handle_message() at lttng-ust-comm.c:972)
libust[7971/7975]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7971/7975]: Message Received "Enable" (128), Handle "enabler" (20) (in print_cmd() at lttng-ust-comm.c:430)
libust[7971/7975]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7971/7975]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7971/7975]: Message Received "Enable" (128), Handle "session" (1) (in print_cmd() at lttng-ust-comm.c:430)
libust[7971/7975]: Sent register channel notification: chan_id 0, header_type 1
 (in ustcomm_register_channel() at lttng-ust-comm.c:1511)
libust[7971/7975]: just registered probe lttng_ust_pthread containing 14 events (in lttng_lazy_probe_register() at lttng-probes.c:116)
libust[7971/7975]: Sent register event notification for name "lttng_ust_pthread:pthread_cond_broadcast_end": ret_code 0, event_id 0
 (in ustcomm_register_event() at lttng-ust-comm.c:1293)
libust[7971/7975]: Sent register event notification for name "lttng_ust_pthread:thread_begin": ret_code 0, event_id 1
 (in ustcomm_register_event() at lttng-ust-comm.c:1293)
libust[7971/7975]: Sent register event notification for name "lttng_ust_pthread:pthread_cond_wait_end": ret_code 0, event_id 2
 (in ustcomm_register_event() at lttng-ust-comm.c:1293)
libust[7971/7975]: Sent register event notification for name "lttng_ust_pthread:pthread_cond_signal_end": ret_code 0, event_id 3
 (in ustcomm_register_event() at lttng-ust-comm.c:1293)
libust[7971/7975]: Sent register event notification for name "lttng_ust_pthread:pthread_cond_broadcast_begin": ret_code 0, event_id 4
 (in ustcomm_register_event() at lttng-ust-comm.c:1293)
libust[7971/7975]: Sent register event notification for name "lttng_ust_pthread:pthread_mutex_trylock": ret_code 0, event_id 5
 (in ustcomm_register_event() at lttng-ust-comm.c:1293)
libust[7971/7975]: Sent register event notification for name "lttng_ust_pthread:pthread_barrier_reach": ret_code 0, event_id 6
 (in ustcomm_register_event() at lttng-ust-comm.c:1293)
libust[7971/7975]: Sent register event notification for name "lttng_ust_pthread:pthread_mutex_unlock": ret_code 0, event_id 7
 (in ustcomm_register_event() at lttng-ust-comm.c:1293)
libust[7971/7975]: Sent register event notification for name "lttng_ust_pthread:pthread_mutex_lock_acq": ret_code 0, event_id 8
 (in ustcomm_register_event() at lttng-ust-comm.c:1293)
libust[7971/7975]: Sent register event notification for name "lttng_ust_pthread:pthread_mutex_lock_req": ret_code 0, event_id 9
 (in ustcomm_register_event() at lttng-ust-comm.c:1293)
libust[7971/7975]: Sent register event notification for name "lttng_ust_pthread:pthread_cond_wait_begin": ret_code 0, event_id 10
 (in ustcomm_register_event() at lttng-ust-comm.c:1293)
libust[7971/7975]: Sent register event notification for name "lttng_ust_pthread:thread_end": ret_code 0, event_id 11
 (in ustcomm_register_event() at lttng-ust-comm.c:1293)
libust[7971/7975]: Sent register event notification for name "lttng_ust_pthread:pthread_cond_signal_begin": ret_code 0, event_id 12
 (in ustcomm_register_event() at lttng-ust-comm.c:1293)
libust[7971/7975]: Sent register event notification for name "lttng_ust_pthread:pthread_barrier_leave": ret_code 0, event_id 13
 (in ustcomm_register_event() at lttng-ust-comm.c:1293)
liblttng_ust_tracepoint[7971/7975]: Registering probe to tracepoint lttng_ust_pthread:pthread_barrier_leave. Queuing release. (in __tracepoint_probe_register_queue_release() at tracepoint.c:611)
liblttng_ust_tracepoint[7971/7975]: Registering probe to tracepoint lttng_ust_pthread:pthread_cond_signal_begin. Queuing release. (in __tracepoint_probe_register_queue_release() at tracepoint.c:611)
liblttng_ust_tracepoint[7971/7975]: Registering probe to tracepoint lttng_ust_pthread:thread_end. Queuing release. (in __tracepoint_probe_register_queue_release() at tracepoint.c:611)
liblttng_ust_tracepoint[7971/7975]: Registering probe to tracepoint lttng_ust_pthread:pthread_cond_wait_begin. Queuing release. (in __tracepoint_probe_register_queue_release() at tracepoint.c:611)
liblttng_ust_tracepoint[7971/7975]: Registering probe to tracepoint lttng_ust_pthread:pthread_mutex_lock_req. Queuing release. (in __tracepoint_probe_register_queue_release() at tracepoint.c:611)
liblttng_ust_tracepoint[7971/7975]: Registering probe to tracepoint lttng_ust_pthread:pthread_mutex_lock_acq. Queuing release. (in __tracepoint_probe_register_queue_release() at tracepoint.c:611)
liblttng_ust_tracepoint[7971/7975]: Registering probe to tracepoint lttng_ust_pthread:pthread_mutex_unlock. Queuing release. (in __tracepoint_probe_register_queue_release() at tracepoint.c:611)
liblttng_ust_tracepoint[7971/7975]: Registering probe to tracepoint lttng_ust_pthread:pthread_barrier_reach. Queuing release. (in __tracepoint_probe_register_queue_release() at tracepoint.c:611)
liblttng_ust_tracepoint[7971/7975]: Registering probe to tracepoint lttng_ust_pthread:pthread_mutex_trylock. Queuing release. (in __tracepoint_probe_register_queue_release() at tracepoint.c:611)
liblttng_ust_tracepoint[7971/7975]: Registering probe to tracepoint lttng_ust_pthread:pthread_cond_broadcast_begin. Queuing release. (in __tracepoint_probe_register_queue_release() at tracepoint.c:611)
liblttng_ust_tracepoint[7971/7975]: Registering probe to tracepoint lttng_ust_pthread:pthread_cond_signal_end. Queuing release. (in __tracepoint_probe_register_queue_release() at tracepoint.c:611)
liblttng_ust_tracepoint[7971/7975]: Registering probe to tracepoint lttng_ust_pthread:pthread_cond_wait_end. Queuing release. (in __tracepoint_probe_register_queue_release() at tracepoint.c:611)
liblttng_ust_tracepoint[7971/7975]: Registering probe to tracepoint lttng_ust_pthread:thread_begin. Queuing release. (in __tracepoint_probe_register_queue_release() at tracepoint.c:611)
liblttng_ust_tracepoint[7971/7975]: Registering probe to tracepoint lttng_ust_pthread:pthread_cond_broadcast_end. Queuing release. (in __tracepoint_probe_register_queue_release() at tracepoint.c:611)
liblttng_ust_tracepoint[7971/7975]: Release queue of unregistered tracepoint probes. (in __tracepoint_probe_prune_release_queue() at tracepoint.c:702)
libust[7971/7975]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7971/7975]: Error: pthread_setcancelstate: unexpected oldstate (in ust_lock_nocheck() at lttng-ust-comm.c:170)
libust[7971/7975]: Error: pthread_setcancelstate: unexpected oldstate (in ust_unlock() at lttng-ust-comm.c:209)
libust[7971/7975]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7971/7975]: Message Received "Wait for Quiescent State" (67), Handle "root" (0) (in print_cmd() at lttng-ust-comm.c:430)
libust[7971/7975]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7971/7975]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7971/7975]: Message Received "Registration Done" (68), Handle "root" (0) (in print_cmd() at lttng-ust-comm.c:430)
libust[7971/7975]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7971/7975]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7976/7978]: Message Received "Get Tracer Version" (65), Handle "root" (0) (in print_cmd() at lttng-ust-comm.c:430)
libust[7976/7978]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7976/7978]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7976/7978]: Message Received "Create Session" (64), Handle "root" (0) (in print_cmd() at lttng-ust-comm.c:430)
libust[7976/7978]: Return value: 1 (in handle_message() at lttng-ust-comm.c:972)
libust[7976/7978]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7976/7978]: Message Received "Create Channel" (81), Handle "session" (1) (in print_cmd() at lttng-ust-comm.c:430)
libust[7976/7978]: channel data received (in handle_message() at lttng-ust-comm.c:811)
libust[7976/7978]: Return value: 2 (in handle_message() at lttng-ust-comm.c:972)
libust[7976/7978]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7976/7978]: Message Received "Create Stream" (96), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7976/7978]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7976/7978]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7976/7978]: Message Received "Create Stream" (96), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7976/7978]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7976/7978]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7976/7978]: Message Received "Create Stream" (96), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7976/7978]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7976/7978]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7976/7978]: Message Received "Create Stream" (96), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7976/7978]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7976/7978]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7976/7978]: Message Received "Create Stream" (96), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7976/7978]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7976/7978]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7976/7978]: Message Received "Create Stream" (96), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7976/7978]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7976/7978]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7976/7978]: Message Received "Create Stream" (96), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7976/7978]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7976/7978]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7976/7978]: Message Received "Create Stream" (96), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7976/7978]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7976/7978]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7976/7978]: Message Received "Create Stream" (96), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7976/7978]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7976/7978]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7976/7978]: Message Received "Create Stream" (96), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7976/7978]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7976/7978]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7976/7978]: Message Received "Create Stream" (96), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7976/7978]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7976/7978]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7976/7978]: Message Received "Create Stream" (96), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7976/7978]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7976/7978]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7976/7978]: Message Received "Create Stream" (96), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7976/7978]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7976/7978]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7976/7978]: Message Received "Create Stream" (96), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7976/7978]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7976/7978]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7976/7978]: Message Received "Create Stream" (96), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7976/7978]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7976/7978]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7976/7978]: Message Received "Create Stream" (96), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7976/7978]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7976/7978]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7976/7978]: Message Received "Create Stream" (96), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7976/7978]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7976/7978]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7976/7978]: Message Received "Create Stream" (96), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7976/7978]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7976/7978]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7976/7978]: Message Received "Create Stream" (96), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7976/7978]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7976/7978]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7976/7978]: Message Received "Create Stream" (96), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7976/7978]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7976/7978]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7976/7978]: Message Received "Create Stream" (96), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7976/7978]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7976/7978]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7976/7978]: Message Received "Create Stream" (96), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7976/7978]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7976/7978]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7976/7978]: Message Received "Create Stream" (96), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7976/7978]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7976/7978]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7976/7978]: Message Received "Create Stream" (96), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7976/7978]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7976/7978]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7976/7978]: Message Received "Create Stream" (96), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7976/7978]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7976/7978]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7976/7978]: Message Received "Create Stream" (96), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7976/7978]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7976/7978]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7976/7978]: Message Received "Create Stream" (96), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7976/7978]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7976/7978]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7976/7978]: Message Received "Create Stream" (96), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7976/7978]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7976/7978]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7976/7978]: Message Received "Create Stream" (96), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7976/7978]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7976/7978]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7976/7978]: Message Received "Create Stream" (96), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7976/7978]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7976/7978]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7976/7978]: Message Received "Create Stream" (96), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7976/7978]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7976/7978]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7976/7978]: Message Received "Create Stream" (96), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7976/7978]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7976/7978]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7976/7978]: Message Received "Create Context" (112), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7976/7978]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7976/7978]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7976/7978]: Message Received "Create Context" (112), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7976/7978]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7976/7978]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7976/7978]: Message Received "Create Context" (112), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7976/7978]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7976/7978]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7976/7978]: Message Received "Create Context" (112), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7976/7978]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7976/7978]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7976/7978]: Message Received "Create Context" (112), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7976/7978]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7976/7978]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7976/7978]: Message Received "Create Context" (112), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7976/7978]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7976/7978]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7976/7978]: Message Received "Create Context" (112), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7976/7978]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7976/7978]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7976/7978]: Message Received "Create Context" (112), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7976/7978]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7976/7978]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7976/7978]: Message Received "Create Context" (112), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7976/7978]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7976/7978]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7976/7978]: Message Received "Create Context" (112), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7976/7978]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7976/7978]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7976/7978]: Message Received "Create Event" (97), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7976/7978]: Return value: 3 (in handle_message() at lttng-ust-comm.c:972)
libust[7976/7978]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7976/7978]: Message Received "Enable" (128), Handle "enabler" (3) (in print_cmd() at lttng-ust-comm.c:430)
libust[7976/7978]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7976/7978]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7976/7978]: Message Received "Create Event" (97), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7976/7978]: Return value: 4 (in handle_message() at lttng-ust-comm.c:972)
libust[7976/7978]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7976/7978]: Message Received "Enable" (128), Handle "enabler" (4) (in print_cmd() at lttng-ust-comm.c:430)
libust[7976/7978]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7976/7978]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7976/7978]: Message Received "Create Event" (97), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7976/7978]: Return value: 5 (in handle_message() at lttng-ust-comm.c:972)
libust[7976/7978]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7976/7978]: Message Received "Enable" (128), Handle "enabler" (5) (in print_cmd() at lttng-ust-comm.c:430)
libust[7976/7978]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7976/7978]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7976/7978]: Message Received "Create Event" (97), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7976/7978]: Return value: 6 (in handle_message() at lttng-ust-comm.c:972)
libust[7976/7978]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7976/7978]: Message Received "Enable" (128), Handle "enabler" (6) (in print_cmd() at lttng-ust-comm.c:430)
libust[7976/7978]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7976/7978]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7976/7978]: Message Received "Create Event" (97), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7976/7978]: Return value: 7 (in handle_message() at lttng-ust-comm.c:972)
libust[7976/7978]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7976/7978]: Message Received "Enable" (128), Handle "enabler" (7) (in print_cmd() at lttng-ust-comm.c:430)
libust[7976/7978]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7976/7978]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7976/7978]: Message Received "Create Event" (97), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7976/7978]: Return value: 8 (in handle_message() at lttng-ust-comm.c:972)
libust[7976/7978]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7976/7978]: Message Received "Enable" (128), Handle "enabler" (8) (in print_cmd() at lttng-ust-comm.c:430)
libust[7976/7978]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7976/7978]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7976/7978]: Message Received "Create Event" (97), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7976/7978]: Return value: 9 (in handle_message() at lttng-ust-comm.c:972)
libust[7976/7978]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7976/7978]: Message Received "Enable" (128), Handle "enabler" (9) (in print_cmd() at lttng-ust-comm.c:430)
libust[7976/7978]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7976/7978]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7976/7978]: Message Received "Create Event" (97), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7976/7978]: Return value: 10 (in handle_message() at lttng-ust-comm.c:972)
libust[7976/7978]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7976/7978]: Message Received "Enable" (128), Handle "enabler" (10) (in print_cmd() at lttng-ust-comm.c:430)
libust[7976/7978]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7976/7978]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7976/7978]: Message Received "Create Event" (97), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7976/7978]: Return value: 11 (in handle_message() at lttng-ust-comm.c:972)
libust[7976/7978]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7976/7978]: Message Received "Enable" (128), Handle "enabler" (11) (in print_cmd() at lttng-ust-comm.c:430)
libust[7976/7978]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7976/7978]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7976/7978]: Message Received "Create Event" (97), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7976/7978]: Return value: 12 (in handle_message() at lttng-ust-comm.c:972)
libust[7976/7978]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7976/7978]: Message Received "Enable" (128), Handle "enabler" (12) (in print_cmd() at lttng-ust-comm.c:430)
libust[7976/7978]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7976/7978]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7976/7978]: Message Received "Create Event" (97), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7976/7978]: Return value: 13 (in handle_message() at lttng-ust-comm.c:972)
libust[7976/7978]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7976/7978]: Message Received "Enable" (128), Handle "enabler" (13) (in print_cmd() at lttng-ust-comm.c:430)
libust[7976/7978]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7976/7978]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7976/7978]: Message Received "Create Event" (97), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7976/7978]: Return value: 14 (in handle_message() at lttng-ust-comm.c:972)
libust[7976/7978]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7976/7978]: Message Received "Enable" (128), Handle "enabler" (14) (in print_cmd() at lttng-ust-comm.c:430)
libust[7976/7978]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7976/7978]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7976/7978]: Message Received "Create Event" (97), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7976/7978]: Return value: 15 (in handle_message() at lttng-ust-comm.c:972)
libust[7976/7978]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7976/7978]: Message Received "Enable" (128), Handle "enabler" (15) (in print_cmd() at lttng-ust-comm.c:430)
libust[7976/7978]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7976/7978]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7976/7978]: Message Received "Create Event" (97), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7976/7978]: Return value: 16 (in handle_message() at lttng-ust-comm.c:972)
libust[7976/7978]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7976/7978]: Message Received "Enable" (128), Handle "enabler" (16) (in print_cmd() at lttng-ust-comm.c:430)
libust[7976/7978]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7976/7978]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7976/7978]: Message Received "Create Event" (97), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7976/7978]: Return value: 17 (in handle_message() at lttng-ust-comm.c:972)
libust[7976/7978]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7976/7978]: Message Received "Enable" (128), Handle "enabler" (17) (in print_cmd() at lttng-ust-comm.c:430)
libust[7976/7978]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7976/7978]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7976/7978]: Message Received "Create Event" (97), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7976/7978]: Return value: 18 (in handle_message() at lttng-ust-comm.c:972)
libust[7976/7978]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7976/7978]: Message Received "Enable" (128), Handle "enabler" (18) (in print_cmd() at lttng-ust-comm.c:430)
libust[7976/7978]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7976/7978]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7976/7978]: Message Received "Create Event" (97), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7976/7978]: Return value: 19 (in handle_message() at lttng-ust-comm.c:972)
libust[7976/7978]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7976/7978]: Message Received "Enable" (128), Handle "enabler" (19) (in print_cmd() at lttng-ust-comm.c:430)
libust[7976/7978]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7976/7978]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7976/7978]: Message Received "Create Event" (97), Handle "channel" (2) (in print_cmd() at lttng-ust-comm.c:430)
libust[7976/7978]: Return value: 20 (in handle_message() at lttng-ust-comm.c:972)
libust[7976/7978]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7976/7978]: Message Received "Enable" (128), Handle "enabler" (20) (in print_cmd() at lttng-ust-comm.c:430)
libust[7976/7978]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7976/7978]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7976/7978]: Message Received "Enable" (128), Handle "session" (1) (in print_cmd() at lttng-ust-comm.c:430)
libust[7976/7978]: Sent register channel notification: chan_id 0, header_type 1
 (in ustcomm_register_channel() at lttng-ust-comm.c:1511)
libust[7976/7978]: just registered probe splash3 containing 4 events (in lttng_lazy_probe_register() at lttng-probes.c:116)
libust[7976/7978]: Sent register event notification for name "lttng_ust_pthread:pthread_cond_broadcast_end": ret_code 0, event_id 0
 (in ustcomm_register_event() at lttng-ust-comm.c:1293)
libust[7976/7978]: Sent register event notification for name "lttng_ust_pthread:thread_begin": ret_code 0, event_id 1
 (in ustcomm_register_event() at lttng-ust-comm.c:1293)
libust[7976/7978]: Sent register event notification for name "lttng_ust_pthread:pthread_cond_wait_end": ret_code 0, event_id 2
 (in ustcomm_register_event() at lttng-ust-comm.c:1293)
libust[7976/7978]: Sent register event notification for name "lttng_ust_pthread:pthread_cond_signal_end": ret_code 0, event_id 3
 (in ustcomm_register_event() at lttng-ust-comm.c:1293)
libust[7976/7978]: Sent register event notification for name "lttng_ust_pthread:pthread_cond_broadcast_begin": ret_code 0, event_id 4
 (in ustcomm_register_event() at lttng-ust-comm.c:1293)
libust[7976/7978]: Sent register event notification for name "splash3:roi_end": ret_code 0, event_id 14
 (in ustcomm_register_event() at lttng-ust-comm.c:1293)
libust[7976/7978]: Sent register event notification for name "lttng_ust_pthread:pthread_mutex_trylock": ret_code 0, event_id 5
 (in ustcomm_register_event() at lttng-ust-comm.c:1293)
libust[7976/7978]: Sent register event notification for name "splash3:roi_begin": ret_code 0, event_id 15
 (in ustcomm_register_event() at lttng-ust-comm.c:1293)
libust[7976/7978]: Sent register event notification for name "lttng_ust_pthread:pthread_barrier_reach": ret_code 0, event_id 6
 (in ustcomm_register_event() at lttng-ust-comm.c:1293)
libust[7976/7978]: Sent register event notification for name "lttng_ust_pthread:pthread_mutex_unlock": ret_code 0, event_id 7
 (in ustcomm_register_event() at lttng-ust-comm.c:1293)
libust[7976/7978]: Sent register event notification for name "lttng_ust_pthread:pthread_mutex_lock_acq": ret_code 0, event_id 8
 (in ustcomm_register_event() at lttng-ust-comm.c:1293)
libust[7976/7978]: Sent register event notification for name "lttng_ust_pthread:pthread_mutex_lock_req": ret_code 0, event_id 9
 (in ustcomm_register_event() at lttng-ust-comm.c:1293)
libust[7976/7978]: Sent register event notification for name "lttng_ust_pthread:pthread_cond_wait_begin": ret_code 0, event_id 10
 (in ustcomm_register_event() at lttng-ust-comm.c:1293)
libust[7976/7978]: Sent register event notification for name "lttng_ust_pthread:thread_end": ret_code 0, event_id 11
 (in ustcomm_register_event() at lttng-ust-comm.c:1293)
libust[7976/7978]: Sent register event notification for name "lttng_ust_pthread:pthread_cond_signal_begin": ret_code 0, event_id 12
 (in ustcomm_register_event() at lttng-ust-comm.c:1293)
libust[7976/7978]: Sent register event notification for name "lttng_ust_pthread:pthread_barrier_leave": ret_code 0, event_id 13
 (in ustcomm_register_event() at lttng-ust-comm.c:1293)
liblttng_ust_tracepoint[7976/7978]: Registering probe to tracepoint lttng_ust_pthread:pthread_barrier_leave. Queuing release. (in __tracepoint_probe_register_queue_release() at tracepoint.c:611)
liblttng_ust_tracepoint[7976/7978]: Registering probe to tracepoint lttng_ust_pthread:pthread_cond_signal_begin. Queuing release. (in __tracepoint_probe_register_queue_release() at tracepoint.c:611)
liblttng_ust_tracepoint[7976/7978]: Registering probe to tracepoint lttng_ust_pthread:thread_end. Queuing release. (in __tracepoint_probe_register_queue_release() at tracepoint.c:611)
liblttng_ust_tracepoint[7976/7978]: Registering probe to tracepoint lttng_ust_pthread:pthread_cond_wait_begin. Queuing release. (in __tracepoint_probe_register_queue_release() at tracepoint.c:611)
liblttng_ust_tracepoint[7976/7978]: Registering probe to tracepoint lttng_ust_pthread:pthread_mutex_lock_req. Queuing release. (in __tracepoint_probe_register_queue_release() at tracepoint.c:611)
liblttng_ust_tracepoint[7976/7978]: Registering probe to tracepoint lttng_ust_pthread:pthread_mutex_lock_acq. Queuing release. (in __tracepoint_probe_register_queue_release() at tracepoint.c:611)
liblttng_ust_tracepoint[7976/7978]: Registering probe to tracepoint lttng_ust_pthread:pthread_mutex_unlock. Queuing release. (in __tracepoint_probe_register_queue_release() at tracepoint.c:611)
liblttng_ust_tracepoint[7976/7978]: Registering probe to tracepoint lttng_ust_pthread:pthread_barrier_reach. Queuing release. (in __tracepoint_probe_register_queue_release() at tracepoint.c:611)
liblttng_ust_tracepoint[7976/7978]: Registering probe to tracepoint splash3:roi_begin. Queuing release. (in __tracepoint_probe_register_queue_release() at tracepoint.c:611)
liblttng_ust_tracepoint[7976/7978]: Registering probe to tracepoint lttng_ust_pthread:pthread_mutex_trylock. Queuing release. (in __tracepoint_probe_register_queue_release() at tracepoint.c:611)
liblttng_ust_tracepoint[7976/7978]: Registering probe to tracepoint splash3:roi_end. Queuing release. (in __tracepoint_probe_register_queue_release() at tracepoint.c:611)
liblttng_ust_tracepoint[7976/7978]: Registering probe to tracepoint lttng_ust_pthread:pthread_cond_broadcast_begin. Queuing release. (in __tracepoint_probe_register_queue_release() at tracepoint.c:611)
liblttng_ust_tracepoint[7976/7978]: Registering probe to tracepoint lttng_ust_pthread:pthread_cond_signal_end. Queuing release. (in __tracepoint_probe_register_queue_release() at tracepoint.c:611)
liblttng_ust_tracepoint[7976/7978]: Registering probe to tracepoint lttng_ust_pthread:pthread_cond_wait_end. Queuing release. (in __tracepoint_probe_register_queue_release() at tracepoint.c:611)
liblttng_ust_tracepoint[7976/7978]: Registering probe to tracepoint lttng_ust_pthread:thread_begin. Queuing release. (in __tracepoint_probe_register_queue_release() at tracepoint.c:611)
liblttng_ust_tracepoint[7976/7978]: Registering probe to tracepoint lttng_ust_pthread:pthread_cond_broadcast_end. Queuing release. (in __tracepoint_probe_register_queue_release() at tracepoint.c:611)
liblttng_ust_tracepoint[7976/7978]: Release queue of unregistered tracepoint probes. (in __tracepoint_probe_prune_release_queue() at tracepoint.c:702)
libust[7976/7978]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7976/7978]: Error: pthread_setcancelstate: unexpected oldstate (in ust_lock_nocheck() at lttng-ust-comm.c:170)
libust[7976/7978]: Error: pthread_setcancelstate: unexpected oldstate (in ust_unlock() at lttng-ust-comm.c:209)
libust[7976/7978]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7976/7978]: Message Received "Wait for Quiescent State" (67), Handle "root" (0) (in print_cmd() at lttng-ust-comm.c:430)
libust[7976/7978]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7976/7978]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7976/7978]: Message Received "Registration Done" (68), Handle "root" (0) (in print_cmd() at lttng-ust-comm.c:430)
libust[7976/7978]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[7976/7978]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[7976/7976]: Error: pthread_setcancelstate: unexpected oldstate (in ust_lock_nocheck() at lttng-ust-comm.c:170)
libust[7976/7976]: Error: pthread_setcancelstate: unexpected oldstate (in ust_unlock() at lttng-ust-comm.c:209)
libringbuffer[7976/7982]: 1 or more records lost in (relay-discard-mmap:4) (wrap-around)
 (in lib_ring_buffer_try_reserve_slow() at ring_buffer_frontend.c:2214)
libringbuffer[7976/7984]: 1 or more records lost in (relay-discard-mmap:3) (wrap-around)
 (in lib_ring_buffer_try_reserve_slow() at ring_buffer_frontend.c:2214)
libringbuffer[7976/7983]: 1 or more records lost in (relay-discard-mmap:2) (wrap-around)
 (in lib_ring_buffer_try_reserve_slow() at ring_buffer_frontend.c:2214)
libringbuffer[7976/7979]: 1 or more records lost in (relay-discard-mmap:6) (wrap-around)
 (in lib_ring_buffer_try_reserve_slow() at ring_buffer_frontend.c:2214)
libringbuffer[7976/7985]: 1 or more records lost in (relay-discard-mmap:1) (wrap-around)
 (in lib_ring_buffer_try_reserve_slow() at ring_buffer_frontend.c:2214)
libringbuffer[7976/7981]: 1 or more records lost in (relay-discard-mmap:0) (wrap-around)
 (in lib_ring_buffer_try_reserve_slow() at ring_buffer_frontend.c:2214)
libringbuffer[7976/7980]: 1 or more records lost in (relay-discard-mmap:7) (wrap-around)
 (in lib_ring_buffer_try_reserve_slow() at ring_buffer_frontend.c:2214)
libringbuffer[7976/7976]: 1 or more records lost in (relay-discard-mmap:5) (wrap-around)
 (in lib_ring_buffer_try_reserve_slow() at ring_buffer_frontend.c:2214)
libringbuffer[7976/7984]: 1048577 or more records lost in (relay-discard-mmap:3) (wrap-around)
 (in lib_ring_buffer_try_reserve_slow() at ring_buffer_frontend.c:2214)
libringbuffer[7976/7982]: 1048577 or more records lost in (relay-discard-mmap:4) (wrap-around)
 (in lib_ring_buffer_try_reserve_slow() at ring_buffer_frontend.c:2214)
libringbuffer[7976/7985]: 1048577 or more records lost in (relay-discard-mmap:1) (wrap-around)
 (in lib_ring_buffer_try_reserve_slow() at ring_buffer_frontend.c:2214)
libringbuffer[7976/7983]: 1048577 or more records lost in (relay-discard-mmap:2) (wrap-around)
 (in lib_ring_buffer_try_reserve_slow() at ring_buffer_frontend.c:2214)
libringbuffer[7976/7979]: 1048577 or more records lost in (relay-discard-mmap:6) (wrap-around)
 (in lib_ring_buffer_try_reserve_slow() at ring_buffer_frontend.c:2214)
libringbuffer[7976/7981]: 1048577 or more records lost in (relay-discard-mmap:0) (wrap-around)
 (in lib_ring_buffer_try_reserve_slow() at ring_buffer_frontend.c:2214)
libringbuffer[7976/7976]: 1048577 or more records lost in (relay-discard-mmap:5) (wrap-around)
 (in lib_ring_buffer_try_reserve_slow() at ring_buffer_frontend.c:2214)
libringbuffer[7976/7980]: 1048577 or more records lost in (relay-discard-mmap:7) (wrap-around)
 (in lib_ring_buffer_try_reserve_slow() at ring_buffer_frontend.c:2214)
libringbuffer[7976/7984]: 2097153 or more records lost in (relay-discard-mmap:3) (wrap-around)
 (in lib_ring_buffer_try_reserve_slow() at ring_buffer_frontend.c:2214)
libringbuffer[7976/7982]: 2097153 or more records lost in (relay-discard-mmap:4) (wrap-around)
 (in lib_ring_buffer_try_reserve_slow() at ring_buffer_frontend.c:2214)
libringbuffer[7976/7985]: 2097153 or more records lost in (relay-discard-mmap:1) (wrap-around)
 (in lib_ring_buffer_try_reserve_slow() at ring_buffer_frontend.c:2214)
libringbuffer[7976/7983]: 2097153 or more records lost in (relay-discard-mmap:2) (wrap-around)
 (in lib_ring_buffer_try_reserve_slow() at ring_buffer_frontend.c:2214)
libringbuffer[7976/7979]: 2097153 or more records lost in (relay-discard-mmap:6) (wrap-around)
 (in lib_ring_buffer_try_reserve_slow() at ring_buffer_frontend.c:2214)
libringbuffer[7976/7981]: 2097153 or more records lost in (relay-discard-mmap:0) (wrap-around)
 (in lib_ring_buffer_try_reserve_slow() at ring_buffer_frontend.c:2214)
libringbuffer[7976/7976]: 2097153 or more records lost in (relay-discard-mmap:5) (wrap-around)
 (in lib_ring_buffer_try_reserve_slow() at ring_buffer_frontend.c:2214)
libringbuffer[7976/7980]: 2097153 or more records lost in (relay-discard-mmap:7) (wrap-around)
 (in lib_ring_buffer_try_reserve_slow() at ring_buffer_frontend.c:2214)
libringbuffer[7976/7984]: 3145729 or more records lost in (relay-discard-mmap:3) (wrap-around)
 (in lib_ring_buffer_try_reserve_slow() at ring_buffer_frontend.c:2214)
libringbuffer[7976/7982]: 3145729 or more records lost in (relay-discard-mmap:4) (wrap-around)
 (in lib_ring_buffer_try_reserve_slow() at ring_buffer_frontend.c:2214)
libringbuffer[7976/7985]: 3145729 or more records lost in (relay-discard-mmap:1) (wrap-around)
 (in lib_ring_buffer_try_reserve_slow() at ring_buffer_frontend.c:2214)
libringbuffer[7976/7983]: 3145729 or more records lost in (relay-discard-mmap:2) (wrap-around)
 (in lib_ring_buffer_try_reserve_slow() at ring_buffer_frontend.c:2214)
libringbuffer[7976/7979]: 3145729 or more records lost in (relay-discard-mmap:6) (wrap-around)
 (in lib_ring_buffer_try_reserve_slow() at ring_buffer_frontend.c:2214)
libringbuffer[7976/7981]: 3145729 or more records lost in (relay-discard-mmap:0) (wrap-around)
 (in lib_ring_buffer_try_reserve_slow() at ring_buffer_frontend.c:2214)
libringbuffer[7976/7976]: 3145729 or more records lost in (relay-discard-mmap:5) (wrap-around)
 (in lib_ring_buffer_try_reserve_slow() at ring_buffer_frontend.c:2214)
libringbuffer[7976/7980]: 3145729 or more records lost in (relay-discard-mmap:7) (wrap-around)
 (in lib_ring_buffer_try_reserve_slow() at ring_buffer_frontend.c:2214)
libringbuffer[7976/7984]: 4194305 or more records lost in (relay-discard-mmap:3) (wrap-around)
 (in lib_ring_buffer_try_reserve_slow() at ring_buffer_frontend.c:2214)
libringbuffer[7976/7982]: 4194305 or more records lost in (relay-discard-mmap:4) (wrap-around)
 (in lib_ring_buffer_try_reserve_slow() at ring_buffer_frontend.c:2214)
libringbuffer[7976/7985]: 4194305 or more records lost in (relay-discard-mmap:1) (wrap-around)
 (in lib_ring_buffer_try_reserve_slow() at ring_buffer_frontend.c:2214)
libringbuffer[7976/7983]: 4194305 or more records lost in (relay-discard-mmap:2) (wrap-around)
 (in lib_ring_buffer_try_reserve_slow() at ring_buffer_frontend.c:2214)
libringbuffer[7976/7979]: 4194305 or more records lost in (relay-discard-mmap:6) (wrap-around)
 (in lib_ring_buffer_try_reserve_slow() at ring_buffer_frontend.c:2214)
libringbuffer[7976/7981]: 4194305 or more records lost in (relay-discard-mmap:0) (wrap-around)
 (in lib_ring_buffer_try_reserve_slow() at ring_buffer_frontend.c:2214)
libringbuffer[7976/7976]: 4194305 or more records lost in (relay-discard-mmap:5) (wrap-around)
 (in lib_ring_buffer_try_reserve_slow() at ring_buffer_frontend.c:2214)
libringbuffer[7976/7980]: 4194305 or more records lost in (relay-discard-mmap:7) (wrap-around)
 (in lib_ring_buffer_try_reserve_slow() at ring_buffer_frontend.c:2214)
libringbuffer[7976/7984]: 5242881 or more records lost in (relay-discard-mmap:3) (wrap-around)
 (in lib_ring_buffer_try_reserve_slow() at ring_buffer_frontend.c:2214)
libringbuffer[7976/7982]: 5242881 or more records lost in (relay-discard-mmap:4) (wrap-around)
 (in lib_ring_buffer_try_reserve_slow() at ring_buffer_frontend.c:2214)
libringbuffer[7976/7985]: 5242881 or more records lost in (relay-discard-mmap:1) (wrap-around)
 (in lib_ring_buffer_try_reserve_slow() at ring_buffer_frontend.c:2214)
libringbuffer[7976/7983]: 5242881 or more records lost in (relay-discard-mmap:2) (wrap-around)
 (in lib_ring_buffer_try_reserve_slow() at ring_buffer_frontend.c:2214)
libringbuffer[7976/7979]: 5242881 or more records lost in (relay-discard-mmap:6) (wrap-around)
 (in lib_ring_buffer_try_reserve_slow() at ring_buffer_frontend.c:2214)
libringbuffer[7976/7981]: 5242881 or more records lost in (relay-discard-mmap:0) (wrap-around)
 (in lib_ring_buffer_try_reserve_slow() at ring_buffer_frontend.c:2214)
libringbuffer[7976/7976]: 5242881 or more records lost in (relay-discard-mmap:5) (wrap-around)
 (in lib_ring_buffer_try_reserve_slow() at ring_buffer_frontend.c:2214)
libringbuffer[7976/7980]: 5242881 or more records lost in (relay-discard-mmap:7) (wrap-around)
 (in lib_ring_buffer_try_reserve_slow() at ring_buffer_frontend.c:2214)
libringbuffer[7976/7984]: 6291457 or more records lost in (relay-discard-mmap:3) (wrap-around)
 (in lib_ring_buffer_try_reserve_slow() at ring_buffer_frontend.c:2214)
libringbuffer[7976/7982]: 6291457 or more records lost in (relay-discard-mmap:4) (wrap-around)
 (in lib_ring_buffer_try_reserve_slow() at ring_buffer_frontend.c:2214)
libringbuffer[7976/7985]: 6291457 or more records lost in (relay-discard-mmap:1) (wrap-around)
 (in lib_ring_buffer_try_reserve_slow() at ring_buffer_frontend.c:2214)
libringbuffer[7976/7983]: 6291457 or more records lost in (relay-discard-mmap:2) (wrap-around)
 (in lib_ring_buffer_try_reserve_slow() at ring_buffer_frontend.c:2214)
libringbuffer[7976/7979]: 6291457 or more records lost in (relay-discard-mmap:6) (wrap-around)
 (in lib_ring_buffer_try_reserve_slow() at ring_buffer_frontend.c:2214)
libringbuffer[7976/7981]: 6291457 or more records lost in (relay-discard-mmap:0) (wrap-around)
 (in lib_ring_buffer_try_reserve_slow() at ring_buffer_frontend.c:2214)
libringbuffer[7976/7976]: 6291457 or more records lost in (relay-discard-mmap:5) (wrap-around)
 (in lib_ring_buffer_try_reserve_slow() at ring_buffer_frontend.c:2214)
libringbuffer[7976/7980]: 6291457 or more records lost in (relay-discard-mmap:7) (wrap-around)
 (in lib_ring_buffer_try_reserve_slow() at ring_buffer_frontend.c:2214)
libringbuffer[7976/7984]: 7340033 or more records lost in (relay-discard-mmap:3) (wrap-around)
 (in lib_ring_buffer_try_reserve_slow() at ring_buffer_frontend.c:2214)
libringbuffer[7976/7982]: 7340033 or more records lost in (relay-discard-mmap:4) (wrap-around)
 (in lib_ring_buffer_try_reserve_slow() at ring_buffer_frontend.c:2214)
libringbuffer[7976/7985]: 7340033 or more records lost in (relay-discard-mmap:1) (wrap-around)
 (in lib_ring_buffer_try_reserve_slow() at ring_buffer_frontend.c:2214)
libringbuffer[7976/7983]: 7340033 or more records lost in (relay-discard-mmap:2) (wrap-around)
 (in lib_ring_buffer_try_reserve_slow() at ring_buffer_frontend.c:2214)
libringbuffer[7976/7979]: 7340033 or more records lost in (relay-discard-mmap:6) (wrap-around)
 (in lib_ring_buffer_try_reserve_slow() at ring_buffer_frontend.c:2214)
libringbuffer[7976/7981]: 7340033 or more records lost in (relay-discard-mmap:0) (wrap-around)
 (in lib_ring_buffer_try_reserve_slow() at ring_buffer_frontend.c:2214)
libringbuffer[7976/7976]: 7340033 or more records lost in (relay-discard-mmap:5) (wrap-around)
 (in lib_ring_buffer_try_reserve_slow() at ring_buffer_frontend.c:2214)
libringbuffer[7976/7980]: 7340033 or more records lost in (relay-discard-mmap:7) (wrap-around)
 (in lib_ring_buffer_try_reserve_slow() at ring_buffer_frontend.c:2214)
libringbuffer[7976/7984]: 8388609 or more records lost in (relay-discard-mmap:3) (wrap-around)
 (in lib_ring_buffer_try_reserve_slow() at ring_buffer_frontend.c:2214)
libringbuffer[7976/7982]: 8388609 or more records lost in (relay-discard-mmap:4) (wrap-around)
 (in lib_ring_buffer_try_reserve_slow() at ring_buffer_frontend.c:2214)
libringbuffer[7976/7985]: 8388609 or more records lost in (relay-discard-mmap:1) (wrap-around)
 (in lib_ring_buffer_try_reserve_slow() at ring_buffer_frontend.c:2214)
libringbuffer[7976/7983]: 8388609 or more records lost in (relay-discard-mmap:2) (wrap-around)
 (in lib_ring_buffer_try_reserve_slow() at ring_buffer_frontend.c:2214)
libringbuffer[7976/7979]: 8388609 or more records lost in (relay-discard-mmap:6) (wrap-around)
 (in lib_ring_buffer_try_reserve_slow() at ring_buffer_frontend.c:2214)
libringbuffer[7976/7981]: 8388609 or more records lost in (relay-discard-mmap:0) (wrap-around)
 (in lib_ring_buffer_try_reserve_slow() at ring_buffer_frontend.c:2214)
libringbuffer[7976/7976]: 8388609 or more records lost in (relay-discard-mmap:5) (wrap-around)
 (in lib_ring_buffer_try_reserve_slow() at ring_buffer_frontend.c:2214)
libringbuffer[7976/7980]: 8388609 or more records lost in (relay-discard-mmap:7) (wrap-around)
 (in lib_ring_buffer_try_reserve_slow() at ring_buffer_frontend.c:2214)
libringbuffer[7976/7984]: 9437185 or more records lost in (relay-discard-mmap:3) (wrap-around)
 (in lib_ring_buffer_try_reserve_slow() at ring_buffer_frontend.c:2214)
libringbuffer[7976/7982]: 9437185 or more records lost in (relay-discard-mmap:4) (wrap-around)
 (in lib_ring_buffer_try_reserve_slow() at ring_buffer_frontend.c:2214)
libringbuffer[7976/7985]: 9437185 or more records lost in (relay-discard-mmap:1) (wrap-around)
 (in lib_ring_buffer_try_reserve_slow() at ring_buffer_frontend.c:2214)
libringbuffer[7976/7983]: 9437185 or more records lost in (relay-discard-mmap:2) (wrap-around)
 (in lib_ring_buffer_try_reserve_slow() at ring_buffer_frontend.c:2214)
libringbuffer[7976/7979]: 9437185 or more records lost in (relay-discard-mmap:6) (wrap-around)
 (in lib_ring_buffer_try_reserve_slow() at ring_buffer_frontend.c:2214)
libringbuffer[7976/7981]: 9437185 or more records lost in (relay-discard-mmap:0) (wrap-around)
 (in lib_ring_buffer_try_reserve_slow() at ring_buffer_frontend.c:2214)
libringbuffer[7976/7976]: 9437185 or more records lost in (relay-discard-mmap:5) (wrap-around)
 (in lib_ring_buffer_try_reserve_slow() at ring_buffer_frontend.c:2214)
libringbuffer[7976/7980]: 9437185 or more records lost in (relay-discard-mmap:7) (wrap-around)
 (in lib_ring_buffer_try_reserve_slow() at ring_buffer_frontend.c:2214)
libringbuffer[7976/7984]: 10485761 or more records lost in (relay-discard-mmap:3) (wrap-around)
 (in lib_ring_buffer_try_reserve_slow() at ring_buffer_frontend.c:2214)
libringbuffer[7976/7982]: 10485761 or more records lost in (relay-discard-mmap:4) (wrap-around)
 (in lib_ring_buffer_try_reserve_slow() at ring_buffer_frontend.c:2214)
libringbuffer[7976/7985]: 10485761 or more records lost in (relay-discard-mmap:1) (wrap-around)
 (in lib_ring_buffer_try_reserve_slow() at ring_buffer_frontend.c:2214)
libringbuffer[7976/7983]: 10485761 or more records lost in (relay-discard-mmap:2) (wrap-around)
 (in lib_ring_buffer_try_reserve_slow() at ring_buffer_frontend.c:2214)
libringbuffer[7976/7979]: 10485761 or more records lost in (relay-discard-mmap:6) (wrap-around)
 (in lib_ring_buffer_try_reserve_slow() at ring_buffer_frontend.c:2214)
libringbuffer[7976/7981]: 10485761 or more records lost in (relay-discard-mmap:0) (wrap-around)
 (in lib_ring_buffer_try_reserve_slow() at ring_buffer_frontend.c:2214)
libust[7976/7976]: Provider "splash3" accepted, version 1.0 is compatible with LTTng UST provider version 1.0. (in check_provider_version() at lttng-probes.c:175)
libust[7976/7976]: just unregistered probe splash3 (in lttng_probe_unregister() at lttng-probes.c:250)
liblttng_ust_tracepoint[7976/7976]: just unregistered a tracepoints section from 0x61fe98 (in tracepoint_unregister_lib() at tracepoint.c:897)
libust[7976/7976]: Provider "lttng_ust_pthread" accepted, version 1.0 is compatible with LTTng UST provider version 1.0. (in check_provider_version() at lttng-probes.c:175)
libust[7976/7976]: just unregistered probe lttng_ust_pthread (in lttng_probe_unregister() at lttng-probes.c:250)
liblttng_ust_tracepoint[7976/7976]: just unregistered a tracepoints section from 0x7f550c1f7178 (in tracepoint_unregister_lib() at tracepoint.c:897)
libust[7976/7976]: Provider "lttng_ust_tracelog" accepted, version 1.0 is compatible with LTTng UST provider version 1.0. (in check_provider_version() at lttng-probes.c:175)
libust[7976/7976]: just unregistered probe lttng_ust_tracelog (in lttng_probe_unregister() at lttng-probes.c:250)
libust[7976/7976]: Provider "lttng_ust_tracef" accepted, version 1.0 is compatible with LTTng UST provider version 1.0. (in check_provider_version() at lttng-probes.c:175)
libust[7976/7976]: just unregistered probe lttng_ust_tracef (in lttng_probe_unregister() at lttng-probes.c:250)
libust[7976/7976]: Provider "lttng_ust_lib" accepted, version 1.0 is compatible with LTTng UST provider version 1.0. (in check_provider_version() at lttng-probes.c:175)
libust[7976/7976]: just unregistered probe lttng_ust_lib (in lttng_probe_unregister() at lttng-probes.c:250)
liblttng_ust_tracepoint[7976/7976]: Un-registering probe from tracepoint lttng_ust_pthread:pthread_barrier_leave. Queuing release. (in __tracepoint_probe_unregister_queue_release() at tracepoint.c:682)
liblttng_ust_tracepoint[7976/7976]: Un-registering probe from tracepoint lttng_ust_pthread:pthread_cond_signal_begin. Queuing release. (in __tracepoint_probe_unregister_queue_release() at tracepoint.c:682)
liblttng_ust_tracepoint[7976/7976]: Un-registering probe from tracepoint lttng_ust_pthread:thread_end. Queuing release. (in __tracepoint_probe_unregister_queue_release() at tracepoint.c:682)
liblttng_ust_tracepoint[7976/7976]: Un-registering probe from tracepoint lttng_ust_pthread:pthread_cond_wait_begin. Queuing release. (in __tracepoint_probe_unregister_queue_release() at tracepoint.c:682)
liblttng_ust_tracepoint[7976/7976]: Un-registering probe from tracepoint lttng_ust_pthread:pthread_mutex_lock_req. Queuing release. (in __tracepoint_probe_unregister_queue_release() at tracepoint.c:682)
liblttng_ust_tracepoint[7976/7976]: Un-registering probe from tracepoint lttng_ust_pthread:pthread_mutex_lock_acq. Queuing release. (in __tracepoint_probe_unregister_queue_release() at tracepoint.c:682)
liblttng_ust_tracepoint[7976/7976]: Un-registering probe from tracepoint lttng_ust_pthread:pthread_mutex_unlock. Queuing release. (in __tracepoint_probe_unregister_queue_release() at tracepoint.c:682)
liblttng_ust_tracepoint[7976/7976]: Un-registering probe from tracepoint lttng_ust_pthread:pthread_barrier_reach. Queuing release. (in __tracepoint_probe_unregister_queue_release() at tracepoint.c:682)
liblttng_ust_tracepoint[7976/7976]: Un-registering probe from tracepoint splash3:roi_begin. Queuing release. (in __tracepoint_probe_unregister_queue_release() at tracepoint.c:682)
liblttng_ust_tracepoint[7976/7976]: Un-registering probe from tracepoint lttng_ust_pthread:pthread_mutex_trylock. Queuing release. (in __tracepoint_probe_unregister_queue_release() at tracepoint.c:682)
liblttng_ust_tracepoint[7976/7976]: Un-registering probe from tracepoint splash3:roi_end. Queuing release. (in __tracepoint_probe_unregister_queue_release() at tracepoint.c:682)
liblttng_ust_tracepoint[7976/7976]: Un-registering probe from tracepoint lttng_ust_pthread:pthread_cond_broadcast_begin. Queuing release. (in __tracepoint_probe_unregister_queue_release() at tracepoint.c:682)
liblttng_ust_tracepoint[7976/7976]: Un-registering probe from tracepoint lttng_ust_pthread:pthread_cond_signal_end. Queuing release. (in __tracepoint_probe_unregister_queue_release() at tracepoint.c:682)
liblttng_ust_tracepoint[7976/7976]: Un-registering probe from tracepoint lttng_ust_pthread:pthread_cond_wait_end. Queuing release. (in __tracepoint_probe_unregister_queue_release() at tracepoint.c:682)
liblttng_ust_tracepoint[7976/7976]: Un-registering probe from tracepoint lttng_ust_pthread:thread_begin. Queuing release. (in __tracepoint_probe_unregister_queue_release() at tracepoint.c:682)
liblttng_ust_tracepoint[7976/7976]: Un-registering probe from tracepoint lttng_ust_pthread:pthread_cond_broadcast_end. Queuing release. (in __tracepoint_probe_unregister_queue_release() at tracepoint.c:682)
liblttng_ust_tracepoint[7976/7976]: Release queue of unregistered tracepoint probes. (in __tracepoint_probe_prune_release_queue() at tracepoint.c:702)
libust[7976/7976]: LTT : ltt ring buffer client "relay-discard-rt-mmap" exit
 (in lttng_ring_buffer_client_discard_rt_exit() at lttng-ring-buffer-client.h:875)
libust[7976/7976]: LTT : ltt ring buffer client "relay-discard-mmap" exit
 (in lttng_ring_buffer_client_discard_exit() at lttng-ring-buffer-client.h:875)
libust[7976/7976]: LTT : ltt ring buffer client "relay-overwrite-rt-mmap" exit
 (in lttng_ring_buffer_client_overwrite_rt_exit() at lttng-ring-buffer-client.h:875)
libust[7976/7976]: LTT : ltt ring buffer client "relay-overwrite-mmap" exit
 (in lttng_ring_buffer_client_overwrite_exit() at lttng-ring-buffer-client.h:875)
libust[7976/7976]: LTT : ltt ring buffer client "relay-metadata-mmap" exit
 (in lttng_ring_buffer_metadata_client_exit() at lttng-ring-buffer-metadata-client.h:359)
libust[7976/7976]: Provider "lttng_ust_statedump" accepted, version 1.0 is compatible with LTTng UST provider version 1.0. (in check_provider_version() at lttng-probes.c:175)
libust[7976/7976]: just unregistered probe lttng_ust_statedump (in lttng_probe_unregister() at lttng-probes.c:250)
liblttng_ust_tracepoint[7976/7976]: just unregistered a tracepoints section from 0x7f550bce0220 (in tracepoint_unregister_lib() at tracepoint.c:897)
TIMING STATISTICS MEASURED BY MAIN PROCESS:
	Overall start time	          1525976072
	Overall end time	          1525976079
	Total time with initialization	                   7
	Total time without initialization	                   7
Rasiosity Statistics

    Histogram of interactions/elem
	 Interactions  Occurrence
	 -------------------------------
	 (Over 100)      3349 (18966.261719)
	    100          61 (8496.657227)
	    99          54 (3329.961426)
	    98          75 (8037.027344)
	    97          58 (6247.753418)
	    96          49 (6914.556641)
	    95          66 (4308.671387)
	    94          71 (4043.147461)
	    93          52 (6485.182617)
	    92          64 (8769.038086)
	    91          62 (4578.451660)
	    90          69 (8566.982422)
	    89          77 (3506.729004)
	    88          77 (5344.406738)
	    87          69 (5642.871582)
	    86          77 (4336.836914)
	    85          82 (3574.427490)
	    84          54 (4277.641113)
	    83          86 (3756.704834)
	    82          104 (7200.460449)
	    81          81 (3956.637451)
	    80          97 (8686.485352)
	    79          94 (3847.851807)
	    78          97 (6712.716309)
	    77          95 (3943.806641)
	    76          99 (3963.259521)
	    75          69 (3317.459717)
	    74          70 (3751.780029)
	    73          79 (4343.379883)
	    72          89 (4435.561035)
	    71          88 (3557.165527)
	    70          86 (4484.948730)
	    69          99 (3487.431152)
	    68          119 (8602.563477)
	    67          96 (4350.462891)
	    66          126 (3326.715820)
	    65          115 (2987.682129)
	    64          112 (6424.834961)
	    63          137 (5908.645996)
	    62          137 (5222.110840)
	    61          123 (3336.886230)
	    60          133 (3396.256592)
	    59          127 (9123.542969)
	    58          143 (5144.342285)
	    57          138 (3362.390869)
	    56          146 (3176.758057)
	    55          153 (2656.071777)
	    54          145 (4874.236816)
	    53          138 (3299.123291)
	    52          150 (2877.142090)
	    51          172 (2866.371094)
	    50          158 (4739.235352)
	    49          135 (2713.912598)
	    48          191 (2955.540527)
	    47          190 (4258.381836)
	    46          151 (2384.635010)
	    45          196 (2437.889893)
	    44          179 (4110.522461)
	    43          219 (2232.779053)
	    42          238 (2014.123169)
	    41          206 (2045.506104)
	    40          153 (4332.990723)
	    39          219 (3799.112549)
	    38          208 (3510.732666)
	    37          208 (1797.296631)
	    36          189 (3677.368408)
	    35          192 (4256.831543)
	    34          261 (8471.920898)
	    33          185 (5734.785645)
	    32          232 (1905.034790)
	    31          214 (1596.738647)
	    30          241 (3505.651123)
	    29          265 (1843.569214)
	    28          248 (2277.696045)
	    27          240 (3275.252441)
	    26          343 (2752.379150)
	    25          275 (3163.882080)
	    24          321 (1675.146240)
	    23          471 (3168.522217)
	    22          2987 (1233.669556)
	    21          374 (1622.876831)
	    20          1814 (1552.173706)
	    19          373 (3260.121338)
	    18          819 (1284.606079)
	    17          253 (4281.955566)
	    16          550 (2028.194824)
	    15          201 (7042.129395)
	    14          282 (1644.974976)
	    13          187 (5304.604492)
	    12          253 (3274.016602)
	    11          167 (6034.220703)
	    10          270 (2983.448486)
	    9          180 (1580.439697)
	    8          394 (1147.247314)
	    7          149 (1519.451172)
	    6          199 (1534.906616)
	    5          114 (1370.443237)
	    4          200 (1206.463257)
	    3          141 (1608.297485)
	    2          216 (1429.921021)
	    1          202 (1824.516113)
	    0          282 (3129.242676)
    Configurations
	Patch assignment: Static equal number
	Always inserting at top of list for visibility testing (not sorted)
	Recursive pruning enabled for BSP tree traversal
	Patch cache:      Enabled
	Always check all other queues when task stealing (not neighbor scheme)
    Parameters
	Number of processors:    8
	Number of task queues:   8
	Number of tasks / queue: 200
	Area epsilon:            2000.000000
	#inter parallel refine:  5
	#visibility comp / task: 4
	BF epsilon:              0.001500
	Energy convergence:      0.000050
    Iterations to converge:   11 times
    Resource Usage
	Number of patches:            364
	Total number of elements:     25144
	Total number of interactions: 1362276
	          completely visible: 821295
	        completely invisible: 156739
	           partially visible: 384242
	Interaction coherence (root interaction not counted)
	       Common for 4 siblings: 766184
	       Common for 3 siblings: 259272
	       Common for 2 siblings: 103082
	       Common for no sibling: 99526
	Avg. elements per patch:      69.1
	Avg. interactions per patch:  3742.5
	Avg. interactions per element:54.2
	Number of elements in equivalent uniform mesh: 19747
	Elem(hierarchical)/Elem(uniform): 127.33%
libust[7971/7971]: Provider "lttng_ust_pthread" accepted, version 1.0 is compatible with LTTng UST provider version 1.0. (in check_provider_version() at lttng-probes.c:175)
libust[7971/7971]: just unregistered probe lttng_ust_pthread (in lttng_probe_unregister() at lttng-probes.c:250)
liblttng_ust_tracepoint[7971/7971]: just unregistered a tracepoints section from 0x7f461f573178 (in tracepoint_unregister_lib() at tracepoint.c:897)
libust[7971/7971]: Provider "lttng_ust_tracelog" accepted, version 1.0 is compatible with LTTng UST provider version 1.0. (in check_provider_version() at lttng-probes.c:175)
libust[7971/7971]: just unregistered probe lttng_ust_tracelog (in lttng_probe_unregister() at lttng-probes.c:250)
libust[7971/7971]: Provider "lttng_ust_tracef" accepted, version 1.0 is compatible with LTTng UST provider version 1.0. (in check_provider_version() at lttng-probes.c:175)
libust[7971/7971]: just unregistered probe lttng_ust_tracef (in lttng_probe_unregister() at lttng-probes.c:250)
libust[7971/7971]: Provider "lttng_ust_lib" accepted, version 1.0 is compatible with LTTng UST provider version 1.0. (in check_provider_version() at lttng-probes.c:175)
libust[7971/7971]: just unregistered probe lttng_ust_lib (in lttng_probe_unregister() at lttng-probes.c:250)
liblttng_ust_tracepoint[7971/7971]: Un-registering probe from tracepoint lttng_ust_pthread:pthread_barrier_leave. Queuing release. (in __tracepoint_probe_unregister_queue_release() at tracepoint.c:682)
liblttng_ust_tracepoint[7971/7971]: Un-registering probe from tracepoint lttng_ust_pthread:pthread_cond_signal_begin. Queuing release. (in __tracepoint_probe_unregister_queue_release() at tracepoint.c:682)
liblttng_ust_tracepoint[7971/7971]: Un-registering probe from tracepoint lttng_ust_pthread:thread_end. Queuing release. (in __tracepoint_probe_unregister_queue_release() at tracepoint.c:682)
liblttng_ust_tracepoint[7971/7971]: Un-registering probe from tracepoint lttng_ust_pthread:pthread_cond_wait_begin. Queuing release. (in __tracepoint_probe_unregister_queue_release() at tracepoint.c:682)
liblttng_ust_tracepoint[7971/7971]: Un-registering probe from tracepoint lttng_ust_pthread:pthread_mutex_lock_req. Queuing release. (in __tracepoint_probe_unregister_queue_release() at tracepoint.c:682)
liblttng_ust_tracepoint[7971/7971]: Un-registering probe from tracepoint lttng_ust_pthread:pthread_mutex_lock_acq. Queuing release. (in __tracepoint_probe_unregister_queue_release() at tracepoint.c:682)
liblttng_ust_tracepoint[7971/7971]: Un-registering probe from tracepoint lttng_ust_pthread:pthread_mutex_unlock. Queuing release. (in __tracepoint_probe_unregister_queue_release() at tracepoint.c:682)
liblttng_ust_tracepoint[7971/7971]: Un-registering probe from tracepoint lttng_ust_pthread:pthread_barrier_reach. Queuing release. (in __tracepoint_probe_unregister_queue_release() at tracepoint.c:682)
liblttng_ust_tracepoint[7971/7971]: Un-registering probe from tracepoint lttng_ust_pthread:pthread_mutex_trylock. Queuing release. (in __tracepoint_probe_unregister_queue_release() at tracepoint.c:682)
liblttng_ust_tracepoint[7971/7971]: Un-registering probe from tracepoint lttng_ust_pthread:pthread_cond_broadcast_begin. Queuing release. (in __tracepoint_probe_unregister_queue_release() at tracepoint.c:682)
liblttng_ust_tracepoint[7971/7971]: Un-registering probe from tracepoint lttng_ust_pthread:pthread_cond_signal_end. Queuing release. (in __tracepoint_probe_unregister_queue_release() at tracepoint.c:682)
liblttng_ust_tracepoint[7971/7971]: Un-registering probe from tracepoint lttng_ust_pthread:pthread_cond_wait_end. Queuing release. (in __tracepoint_probe_unregister_queue_release() at tracepoint.c:682)
liblttng_ust_tracepoint[7971/7971]: Un-registering probe from tracepoint lttng_ust_pthread:thread_begin. Queuing release. (in __tracepoint_probe_unregister_queue_release() at tracepoint.c:682)
liblttng_ust_tracepoint[7971/7971]: Un-registering probe from tracepoint lttng_ust_pthread:pthread_cond_broadcast_end. Queuing release. (in __tracepoint_probe_unregister_queue_release() at tracepoint.c:682)
liblttng_ust_tracepoint[7971/7971]: Release queue of unregistered tracepoint probes. (in __tracepoint_probe_prune_release_queue() at tracepoint.c:702)
libust[7971/7971]: LTT : ltt ring buffer client "relay-discard-rt-mmap" exit
 (in lttng_ring_buffer_client_discard_rt_exit() at lttng-ring-buffer-client.h:875)
libust[7971/7971]: LTT : ltt ring buffer client "relay-discard-mmap" exit
 (in lttng_ring_buffer_client_discard_exit() at lttng-ring-buffer-client.h:875)
libust[7971/7971]: LTT : ltt ring buffer client "relay-overwrite-rt-mmap" exit
 (in lttng_ring_buffer_client_overwrite_rt_exit() at lttng-ring-buffer-client.h:875)
libust[7971/7971]: LTT : ltt ring buffer client "relay-overwrite-mmap" exit
 (in lttng_ring_buffer_client_overwrite_exit() at lttng-ring-buffer-client.h:875)
libust[7971/7971]: LTT : ltt ring buffer client "relay-metadata-mmap" exit
 (in lttng_ring_buffer_metadata_client_exit() at lttng-ring-buffer-metadata-client.h:359)
libust[7971/7971]: Provider "lttng_ust_statedump" accepted, version 1.0 is compatible with LTTng UST provider version 1.0. (in check_provider_version() at lttng-probes.c:175)
libust[7971/7971]: just unregistered probe lttng_ust_statedump (in lttng_probe_unregister() at lttng-probes.c:250)
liblttng_ust_tracepoint[7971/7971]: just unregistered a tracepoints section from 0x7f461ef9d220 (in tracepoint_unregister_lib() at tracepoint.c:897)
Waiting for data availability.....
[warning] 86230432 events discarded, please refer to the documentation on channel configuration.
Tracing stopped for session radiosity_8_simlarge
Session radiosity_8_simlarge destroyed
------------------------------------------------------
-------------- next part --------------
#################### Starting log Thu May 10 17:00:40 EDT 2018 ###############
Sample 1 - radiosity native 8 --  1/1
------------------------------------------------------
Current users: elsayed9
Session radiosity_8_native created.
Traces will be written in /aenao-99/elsayed9/LTTng/data/lttng-traces/2_testing/radiosity_8_native_1
UST channel my-channel enabled for session radiosity_8_native
UST event splash3:roi_begin created in channel my-channel
UST event splash3:roi_end created in channel my-channel
UST event parsec3:roi_begin created in channel my-channel
UST event parsec3:roi_end created in channel my-channel
UST event lttng_ust_pthread:thread_begin created in channel my-channel
UST event lttng_ust_pthread:thread_end created in channel my-channel
UST event lttng_ust_pthread:pthread_mutex_lock_req created in channel my-channel
UST event lttng_ust_pthread:pthread_mutex_lock_acq created in channel my-channel
UST event lttng_ust_pthread:pthread_mutex_trylock created in channel my-channel
UST event lttng_ust_pthread:pthread_mutex_unlock created in channel my-channel
UST event lttng_ust_pthread:pthread_barrier_reach created in channel my-channel
UST event lttng_ust_pthread:pthread_barrier_leave created in channel my-channel
UST event lttng_ust_pthread:pthread_cond_wait_begin created in channel my-channel
UST event lttng_ust_pthread:pthread_cond_wait_end created in channel my-channel
UST event lttng_ust_pthread:pthread_cond_signal_begin created in channel my-channel
UST event lttng_ust_pthread:pthread_cond_signal_end created in channel my-channel
UST event lttng_ust_pthread:pthread_cond_broadcast_begin created in channel my-channel
UST event lttng_ust_pthread:pthread_cond_broadcast_end created in channel my-channel
UST context procname added to channel my-channel
UST context vpid added to channel my-channel
UST context pthread_id added to channel my-channel
UST context vtid added to channel my-channel
UST context ip added to channel my-channel
UST context perf:thread:cpu-cycles added to channel my-channel
UST context perf:thread:cycles added to channel my-channel
UST context perf:thread:instructions added to channel my-channel
UST context perf:thread:bus-cycles added to channel my-channel
UST context perf:thread:stalled-cycles-frontend added to channel my-channel
Tracing started for session radiosity_8_native
Running: LD_PRELOAD=/usr/local/lib/liblttng-ust-pthread-wrapper.so taskset -c 0,1,2,3,4,5,6,7 /usr/bin/time -f ",radiosity,8,native,%e,%U,%S,%K,%M,%D,%F,%R,%W,%c,%w" -o ./tmp.out ./radiosity -p 8 -bf 1.5e-4 -batch -largeroom 1>>/aenao-99/elsayed9/LTTng/data/lttng-traces/2_testing/run.log-1 2>>/aenao-99/elsayed9/LTTng/data/lttng-traces/2_testing/run.log-1
liblttng_ust_tracepoint[12632/12632]: Your compiler treats weak symbols with hidden visibility for integer objects as SAME address between compile units part of the same module. (in check_weak_hidden() at tracepoint.c:916)
liblttng_ust_tracepoint[12632/12632]: Your compiler treats weak symbols with hidden visibility for pointer objects as SAME address between compile units part of the same module. (in check_weak_hidden() at tracepoint.c:920)
liblttng_ust_tracepoint[12632/12632]: Your compiler treats weak symbols with hidden visibility for 24-byte structure objects as SAME address between compile units part of the same module. (in check_weak_hidden() at tracepoint.c:924)
liblttng_ust_tracepoint[12632/12632]: just registered a tracepoints section from 0x7f3246078220 and having 25 tracepoints (in tracepoint_register_lib() at tracepoint.c:867)
liblttng_ust_tracepoint[12632/12632]: registered tracepoint: lttng_ust_statedump:end (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12632/12632]: registered tracepoint: lttng_ust_statedump:debug_link (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12632/12632]: registered tracepoint: lttng_ust_statedump:build_id (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12632/12632]: registered tracepoint: lttng_ust_statedump:bin_info (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12632/12632]: registered tracepoint: lttng_ust_statedump:start (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12632/12632]: registered tracepoint: lttng_ust_lib:unload (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12632/12632]: registered tracepoint: lttng_ust_lib:debug_link (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12632/12632]: registered tracepoint: lttng_ust_lib:build_id (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12632/12632]: registered tracepoint: lttng_ust_lib:load (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12632/12632]: registered tracepoint: lttng_ust_tracef:event (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12632/12632]: registered tracepoint: lttng_ust_tracelog:TRACE_DEBUG (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12632/12632]: registered tracepoint: lttng_ust_tracelog:TRACE_DEBUG_LINE (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12632/12632]: registered tracepoint: lttng_ust_tracelog:TRACE_DEBUG_FUNCTION (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12632/12632]: registered tracepoint: lttng_ust_tracelog:TRACE_DEBUG_UNIT (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12632/12632]: registered tracepoint: lttng_ust_tracelog:TRACE_DEBUG_MODULE (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12632/12632]: registered tracepoint: lttng_ust_tracelog:TRACE_DEBUG_PROCESS (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12632/12632]: registered tracepoint: lttng_ust_tracelog:TRACE_DEBUG_PROGRAM (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12632/12632]: registered tracepoint: lttng_ust_tracelog:TRACE_DEBUG_SYSTEM (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12632/12632]: registered tracepoint: lttng_ust_tracelog:TRACE_INFO (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12632/12632]: registered tracepoint: lttng_ust_tracelog:TRACE_NOTICE (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12632/12632]: registered tracepoint: lttng_ust_tracelog:TRACE_WARNING (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12632/12632]: registered tracepoint: lttng_ust_tracelog:TRACE_ERR (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12632/12632]: registered tracepoint: lttng_ust_tracelog:TRACE_CRIT (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12632/12632]: registered tracepoint: lttng_ust_tracelog:TRACE_ALERT (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12632/12632]: registered tracepoint: lttng_ust_tracelog:TRACE_EMERG (in tracepoint_register_lib() at tracepoint.c:872)
libust[12632/12632]: Provider "lttng_ust_statedump" accepted, version 1.0 is compatible with LTTng UST provider version 1.0. (in check_provider_version() at lttng-probes.c:175)
libust[12632/12632]: adding probe lttng_ust_statedump containing 5 events to lazy registration list (in lttng_probe_register() at lttng-probes.c:219)
libust[12632/12632]: LTT : ltt ring buffer client "relay-metadata-mmap" init
 (in lttng_ring_buffer_metadata_client_init() at lttng-ring-buffer-metadata-client.h:352)
libust[12632/12632]: LTT : ltt ring buffer client "relay-overwrite-mmap" init
 (in lttng_ring_buffer_client_overwrite_init() at lttng-ring-buffer-client.h:868)
libust[12632/12632]: LTT : ltt ring buffer client "relay-overwrite-rt-mmap" init
 (in lttng_ring_buffer_client_overwrite_rt_init() at lttng-ring-buffer-client.h:868)
libust[12632/12632]: LTT : ltt ring buffer client "relay-discard-mmap" init
 (in lttng_ring_buffer_client_discard_init() at lttng-ring-buffer-client.h:868)
libust[12632/12632]: LTT : ltt ring buffer client "relay-discard-rt-mmap" init
 (in lttng_ring_buffer_client_discard_rt_init() at lttng-ring-buffer-client.h:868)
libust[12632/12633]: Info: sessiond not accepting connections to global apps socket (in ust_listener_thread() at lttng-ust-comm.c:1424)
libust[12632/12634]: Message Received "Get Tracer Version" (65), Handle "root" (0) (in print_cmd() at lttng-ust-comm.c:430)
libust[12632/12633]: Waiting for global apps sessiond (in wait_for_sessiond() at lttng-ust-comm.c:1306)
libust[12632/12634]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[12632/12634]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[12632/12634]: Message Received "Create Session" (64), Handle "root" (0) (in print_cmd() at lttng-ust-comm.c:430)
libust[12632/12634]: Return value: 1 (in handle_message() at lttng-ust-comm.c:972)
libust[12632/12634]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[12632/12632]: Error: Timed out waiting for lttng-sessiond (in lttng_ust_init() at lttng-ust-comm.c:1763)
libust[12632/12632]: Provider "lttng_ust_lib" accepted, version 1.0 is compatible with LTTng UST provider version 1.0. (in check_provider_version() at lttng-probes.c:175)
libust[12632/12632]: just registered probe lttng_ust_statedump containing 5 events (in lttng_lazy_probe_register() at lttng-probes.c:116)
libust[12632/12632]: adding probe lttng_ust_lib containing 4 events to lazy registration list (in lttng_probe_register() at lttng-probes.c:219)
libust[12632/12632]: Provider "lttng_ust_tracef" accepted, version 1.0 is compatible with LTTng UST provider version 1.0. (in check_provider_version() at lttng-probes.c:175)
libust[12632/12632]: just registered probe lttng_ust_lib containing 4 events (in lttng_lazy_probe_register() at lttng-probes.c:116)
libust[12632/12632]: adding probe lttng_ust_tracef containing 1 events to lazy registration list (in lttng_probe_register() at lttng-probes.c:219)
libust[12632/12632]: Provider "lttng_ust_tracelog" accepted, version 1.0 is compatible with LTTng UST provider version 1.0. (in check_provider_version() at lttng-probes.c:175)
libust[12632/12632]: just registered probe lttng_ust_tracef containing 1 events (in lttng_lazy_probe_register() at lttng-probes.c:116)
libust[12632/12632]: adding probe lttng_ust_tracelog containing 15 events to lazy registration list (in lttng_probe_register() at lttng-probes.c:219)
liblttng_ust_tracepoint[12632/12632]: just registered a tracepoints section from 0x7f324664e178 and having 14 tracepoints (in tracepoint_register_lib() at tracepoint.c:867)
liblttng_ust_tracepoint[12632/12632]: registered tracepoint: lttng_ust_pthread:thread_end (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12632/12632]: registered tracepoint: lttng_ust_pthread:thread_begin (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12632/12632]: registered tracepoint: lttng_ust_pthread:pthread_cond_broadcast_end (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12632/12632]: registered tracepoint: lttng_ust_pthread:pthread_cond_broadcast_begin (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12632/12632]: registered tracepoint: lttng_ust_pthread:pthread_cond_signal_end (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12632/12632]: registered tracepoint: lttng_ust_pthread:pthread_cond_signal_begin (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12632/12632]: registered tracepoint: lttng_ust_pthread:pthread_cond_wait_end (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12632/12632]: registered tracepoint: lttng_ust_pthread:pthread_cond_wait_begin (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12632/12632]: registered tracepoint: lttng_ust_pthread:pthread_barrier_leave (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12632/12632]: registered tracepoint: lttng_ust_pthread:pthread_barrier_reach (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12632/12632]: registered tracepoint: lttng_ust_pthread:pthread_mutex_unlock (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12632/12632]: registered tracepoint: lttng_ust_pthread:pthread_mutex_trylock (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12632/12632]: registered tracepoint: lttng_ust_pthread:pthread_mutex_lock_acq (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12632/12632]: registered tracepoint: lttng_ust_pthread:pthread_mutex_lock_req (in tracepoint_register_lib() at tracepoint.c:872)
libust[12632/12632]: Provider "lttng_ust_pthread" accepted, version 1.0 is compatible with LTTng UST provider version 1.0. (in check_provider_version() at lttng-probes.c:175)
libust[12632/12632]: just registered probe lttng_ust_tracelog containing 15 events (in lttng_lazy_probe_register() at lttng-probes.c:116)
libust[12632/12632]: adding probe lttng_ust_pthread containing 14 events to lazy registration list (in lttng_probe_register() at lttng-probes.c:219)
liblttng_ust_tracepoint[12632/12632]: Your compiler treats weak symbols with hidden visibility for integer objects as SAME address between compile units part of the same module. (in check_weak_hidden() at tracepoint.c:916)
liblttng_ust_tracepoint[12632/12632]: Your compiler treats weak symbols with hidden visibility for pointer objects as SAME address between compile units part of the same module. (in check_weak_hidden() at tracepoint.c:920)
liblttng_ust_tracepoint[12632/12632]: Your compiler treats weak symbols with hidden visibility for 24-byte structure objects as SAME address between compile units part of the same module. (in check_weak_hidden() at tracepoint.c:924)
liblttng_ust_tracepoint[12632/12632]: just registered a tracepoints section from 0x7f5f3730d220 and having 25 tracepoints (in tracepoint_register_lib() at tracepoint.c:867)
liblttng_ust_tracepoint[12632/12632]: registered tracepoint: lttng_ust_statedump:end (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12632/12632]: registered tracepoint: lttng_ust_statedump:debug_link (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12632/12632]: registered tracepoint: lttng_ust_statedump:build_id (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12632/12632]: registered tracepoint: lttng_ust_statedump:bin_info (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12632/12632]: registered tracepoint: lttng_ust_statedump:start (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12632/12632]: registered tracepoint: lttng_ust_lib:unload (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12632/12632]: registered tracepoint: lttng_ust_lib:debug_link (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12632/12632]: registered tracepoint: lttng_ust_lib:build_id (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12632/12632]: registered tracepoint: lttng_ust_lib:load (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12632/12632]: registered tracepoint: lttng_ust_tracef:event (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12632/12632]: registered tracepoint: lttng_ust_tracelog:TRACE_DEBUG (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12632/12632]: registered tracepoint: lttng_ust_tracelog:TRACE_DEBUG_LINE (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12632/12632]: registered tracepoint: lttng_ust_tracelog:TRACE_DEBUG_FUNCTION (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12632/12632]: registered tracepoint: lttng_ust_tracelog:TRACE_DEBUG_UNIT (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12632/12632]: registered tracepoint: lttng_ust_tracelog:TRACE_DEBUG_MODULE (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12632/12632]: registered tracepoint: lttng_ust_tracelog:TRACE_DEBUG_PROCESS (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12632/12632]: registered tracepoint: lttng_ust_tracelog:TRACE_DEBUG_PROGRAM (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12632/12632]: registered tracepoint: lttng_ust_tracelog:TRACE_DEBUG_SYSTEM (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12632/12632]: registered tracepoint: lttng_ust_tracelog:TRACE_INFO (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12632/12632]: registered tracepoint: lttng_ust_tracelog:TRACE_NOTICE (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12632/12632]: registered tracepoint: lttng_ust_tracelog:TRACE_WARNING (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12632/12632]: registered tracepoint: lttng_ust_tracelog:TRACE_ERR (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12632/12632]: registered tracepoint: lttng_ust_tracelog:TRACE_CRIT (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12632/12632]: registered tracepoint: lttng_ust_tracelog:TRACE_ALERT (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12632/12632]: registered tracepoint: lttng_ust_tracelog:TRACE_EMERG (in tracepoint_register_lib() at tracepoint.c:872)
libust[12632/12632]: Provider "lttng_ust_statedump" accepted, version 1.0 is compatible with LTTng UST provider version 1.0. (in check_provider_version() at lttng-probes.c:175)
libust[12632/12632]: adding probe lttng_ust_statedump containing 5 events to lazy registration list (in lttng_probe_register() at lttng-probes.c:219)
libust[12632/12632]: LTT : ltt ring buffer client "relay-metadata-mmap" init
 (in lttng_ring_buffer_metadata_client_init() at lttng-ring-buffer-metadata-client.h:352)
libust[12632/12632]: LTT : ltt ring buffer client "relay-overwrite-mmap" init
 (in lttng_ring_buffer_client_overwrite_init() at lttng-ring-buffer-client.h:868)
libust[12632/12632]: LTT : ltt ring buffer client "relay-overwrite-rt-mmap" init
 (in lttng_ring_buffer_client_overwrite_rt_init() at lttng-ring-buffer-client.h:868)
libust[12632/12632]: LTT : ltt ring buffer client "relay-discard-mmap" init
 (in lttng_ring_buffer_client_discard_init() at lttng-ring-buffer-client.h:868)
libust[12632/12632]: LTT : ltt ring buffer client "relay-discard-rt-mmap" init
 (in lttng_ring_buffer_client_discard_rt_init() at lttng-ring-buffer-client.h:868)
libust[12632/12635]: Info: sessiond not accepting connections to global apps socket (in ust_listener_thread() at lttng-ust-comm.c:1424)
libust[12632/12635]: Waiting for global apps sessiond (in wait_for_sessiond() at lttng-ust-comm.c:1306)
libust[12632/12632]: Error: Timed out waiting for lttng-sessiond (in lttng_ust_init() at lttng-ust-comm.c:1763)
libust[12632/12632]: Provider "lttng_ust_lib" accepted, version 1.0 is compatible with LTTng UST provider version 1.0. (in check_provider_version() at lttng-probes.c:175)
libust[12632/12632]: just registered probe lttng_ust_statedump containing 5 events (in lttng_lazy_probe_register() at lttng-probes.c:116)
libust[12632/12632]: adding probe lttng_ust_lib containing 4 events to lazy registration list (in lttng_probe_register() at lttng-probes.c:219)
libust[12632/12632]: Provider "lttng_ust_tracef" accepted, version 1.0 is compatible with LTTng UST provider version 1.0. (in check_provider_version() at lttng-probes.c:175)
libust[12632/12632]: just registered probe lttng_ust_lib containing 4 events (in lttng_lazy_probe_register() at lttng-probes.c:116)
libust[12632/12632]: adding probe lttng_ust_tracef containing 1 events to lazy registration list (in lttng_probe_register() at lttng-probes.c:219)
libust[12632/12632]: Provider "lttng_ust_tracelog" accepted, version 1.0 is compatible with LTTng UST provider version 1.0. (in check_provider_version() at lttng-probes.c:175)
libust[12632/12632]: just registered probe lttng_ust_tracef containing 1 events (in lttng_lazy_probe_register() at lttng-probes.c:116)
libust[12632/12632]: adding probe lttng_ust_tracelog containing 15 events to lazy registration list (in lttng_probe_register() at lttng-probes.c:219)
liblttng_ust_tracepoint[12632/12632]: just registered a tracepoints section from 0x7f5f378e3178 and having 14 tracepoints (in tracepoint_register_lib() at tracepoint.c:867)
liblttng_ust_tracepoint[12632/12632]: registered tracepoint: lttng_ust_pthread:thread_end (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12632/12632]: registered tracepoint: lttng_ust_pthread:thread_begin (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12632/12632]: registered tracepoint: lttng_ust_pthread:pthread_cond_broadcast_end (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12632/12632]: registered tracepoint: lttng_ust_pthread:pthread_cond_broadcast_begin (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12632/12632]: registered tracepoint: lttng_ust_pthread:pthread_cond_signal_end (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12632/12632]: registered tracepoint: lttng_ust_pthread:pthread_cond_signal_begin (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12632/12632]: registered tracepoint: lttng_ust_pthread:pthread_cond_wait_end (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12632/12632]: registered tracepoint: lttng_ust_pthread:pthread_cond_wait_begin (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12632/12632]: registered tracepoint: lttng_ust_pthread:pthread_barrier_leave (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12632/12632]: registered tracepoint: lttng_ust_pthread:pthread_barrier_reach (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12632/12632]: registered tracepoint: lttng_ust_pthread:pthread_mutex_unlock (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12632/12632]: registered tracepoint: lttng_ust_pthread:pthread_mutex_trylock (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12632/12632]: registered tracepoint: lttng_ust_pthread:pthread_mutex_lock_acq (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12632/12632]: registered tracepoint: lttng_ust_pthread:pthread_mutex_lock_req (in tracepoint_register_lib() at tracepoint.c:872)
libust[12632/12632]: Provider "lttng_ust_pthread" accepted, version 1.0 is compatible with LTTng UST provider version 1.0. (in check_provider_version() at lttng-probes.c:175)
libust[12632/12632]: just registered probe lttng_ust_tracelog containing 15 events (in lttng_lazy_probe_register() at lttng-probes.c:116)
libust[12632/12632]: adding probe lttng_ust_pthread containing 14 events to lazy registration list (in lttng_probe_register() at lttng-probes.c:219)
liblttng_ust_tracepoint[12637/12637]: Your compiler treats weak symbols with hidden visibility for integer objects as SAME address between compile units part of the same module. (in check_weak_hidden() at tracepoint.c:916)
liblttng_ust_tracepoint[12637/12637]: Your compiler treats weak symbols with hidden visibility for pointer objects as SAME address between compile units part of the same module. (in check_weak_hidden() at tracepoint.c:920)
liblttng_ust_tracepoint[12637/12637]: Your compiler treats weak symbols with hidden visibility for 24-byte structure objects as SAME address between compile units part of the same module. (in check_weak_hidden() at tracepoint.c:924)
liblttng_ust_tracepoint[12637/12637]: just registered a tracepoints section from 0x7fb3cdadf220 and having 25 tracepoints (in tracepoint_register_lib() at tracepoint.c:867)
liblttng_ust_tracepoint[12637/12637]: registered tracepoint: lttng_ust_statedump:end (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12637/12637]: registered tracepoint: lttng_ust_statedump:debug_link (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12637/12637]: registered tracepoint: lttng_ust_statedump:build_id (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12637/12637]: registered tracepoint: lttng_ust_statedump:bin_info (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12637/12637]: registered tracepoint: lttng_ust_statedump:start (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12637/12637]: registered tracepoint: lttng_ust_lib:unload (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12637/12637]: registered tracepoint: lttng_ust_lib:debug_link (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12637/12637]: registered tracepoint: lttng_ust_lib:build_id (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12637/12637]: registered tracepoint: lttng_ust_lib:load (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12637/12637]: registered tracepoint: lttng_ust_tracef:event (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12637/12637]: registered tracepoint: lttng_ust_tracelog:TRACE_DEBUG (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12637/12637]: registered tracepoint: lttng_ust_tracelog:TRACE_DEBUG_LINE (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12637/12637]: registered tracepoint: lttng_ust_tracelog:TRACE_DEBUG_FUNCTION (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12637/12637]: registered tracepoint: lttng_ust_tracelog:TRACE_DEBUG_UNIT (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12637/12637]: registered tracepoint: lttng_ust_tracelog:TRACE_DEBUG_MODULE (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12637/12637]: registered tracepoint: lttng_ust_tracelog:TRACE_DEBUG_PROCESS (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12637/12637]: registered tracepoint: lttng_ust_tracelog:TRACE_DEBUG_PROGRAM (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12637/12637]: registered tracepoint: lttng_ust_tracelog:TRACE_DEBUG_SYSTEM (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12637/12637]: registered tracepoint: lttng_ust_tracelog:TRACE_INFO (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12637/12637]: registered tracepoint: lttng_ust_tracelog:TRACE_NOTICE (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12637/12637]: registered tracepoint: lttng_ust_tracelog:TRACE_WARNING (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12637/12637]: registered tracepoint: lttng_ust_tracelog:TRACE_ERR (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12637/12637]: registered tracepoint: lttng_ust_tracelog:TRACE_CRIT (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12637/12637]: registered tracepoint: lttng_ust_tracelog:TRACE_ALERT (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12637/12637]: registered tracepoint: lttng_ust_tracelog:TRACE_EMERG (in tracepoint_register_lib() at tracepoint.c:872)
libust[12637/12637]: Provider "lttng_ust_statedump" accepted, version 1.0 is compatible with LTTng UST provider version 1.0. (in check_provider_version() at lttng-probes.c:175)
libust[12637/12637]: adding probe lttng_ust_statedump containing 5 events to lazy registration list (in lttng_probe_register() at lttng-probes.c:219)
libust[12637/12637]: LTT : ltt ring buffer client "relay-metadata-mmap" init
 (in lttng_ring_buffer_metadata_client_init() at lttng-ring-buffer-metadata-client.h:352)
libust[12637/12637]: LTT : ltt ring buffer client "relay-overwrite-mmap" init
 (in lttng_ring_buffer_client_overwrite_init() at lttng-ring-buffer-client.h:868)
libust[12637/12637]: LTT : ltt ring buffer client "relay-overwrite-rt-mmap" init
 (in lttng_ring_buffer_client_overwrite_rt_init() at lttng-ring-buffer-client.h:868)
libust[12637/12637]: LTT : ltt ring buffer client "relay-discard-mmap" init
 (in lttng_ring_buffer_client_discard_init() at lttng-ring-buffer-client.h:868)
libust[12637/12637]: LTT : ltt ring buffer client "relay-discard-rt-mmap" init
 (in lttng_ring_buffer_client_discard_rt_init() at lttng-ring-buffer-client.h:868)
libust[12637/12638]: Info: sessiond not accepting connections to global apps socket (in ust_listener_thread() at lttng-ust-comm.c:1424)
libust[12637/12638]: Waiting for global apps sessiond (in wait_for_sessiond() at lttng-ust-comm.c:1306)
libust[12637/12637]: Error: Timed out waiting for lttng-sessiond (in lttng_ust_init() at lttng-ust-comm.c:1763)
libust[12637/12637]: Provider "lttng_ust_lib" accepted, version 1.0 is compatible with LTTng UST provider version 1.0. (in check_provider_version() at lttng-probes.c:175)
libust[12637/12637]: just registered probe lttng_ust_statedump containing 5 events (in lttng_lazy_probe_register() at lttng-probes.c:116)
libust[12637/12637]: adding probe lttng_ust_lib containing 4 events to lazy registration list (in lttng_probe_register() at lttng-probes.c:219)
libust[12637/12637]: Provider "lttng_ust_tracef" accepted, version 1.0 is compatible with LTTng UST provider version 1.0. (in check_provider_version() at lttng-probes.c:175)
libust[12637/12637]: just registered probe lttng_ust_lib containing 4 events (in lttng_lazy_probe_register() at lttng-probes.c:116)
libust[12637/12637]: adding probe lttng_ust_tracef containing 1 events to lazy registration list (in lttng_probe_register() at lttng-probes.c:219)
libust[12637/12637]: Provider "lttng_ust_tracelog" accepted, version 1.0 is compatible with LTTng UST provider version 1.0. (in check_provider_version() at lttng-probes.c:175)
libust[12637/12637]: just registered probe lttng_ust_tracef containing 1 events (in lttng_lazy_probe_register() at lttng-probes.c:116)
libust[12637/12637]: adding probe lttng_ust_tracelog containing 15 events to lazy registration list (in lttng_probe_register() at lttng-probes.c:219)
liblttng_ust_tracepoint[12637/12637]: just registered a tracepoints section from 0x7fb3cdff6178 and having 14 tracepoints (in tracepoint_register_lib() at tracepoint.c:867)
liblttng_ust_tracepoint[12637/12637]: registered tracepoint: lttng_ust_pthread:thread_end (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12637/12637]: registered tracepoint: lttng_ust_pthread:thread_begin (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12637/12637]: registered tracepoint: lttng_ust_pthread:pthread_cond_broadcast_end (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12637/12637]: registered tracepoint: lttng_ust_pthread:pthread_cond_broadcast_begin (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12637/12637]: registered tracepoint: lttng_ust_pthread:pthread_cond_signal_end (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12637/12637]: registered tracepoint: lttng_ust_pthread:pthread_cond_signal_begin (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12637/12637]: registered tracepoint: lttng_ust_pthread:pthread_cond_wait_end (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12637/12637]: registered tracepoint: lttng_ust_pthread:pthread_cond_wait_begin (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12637/12637]: registered tracepoint: lttng_ust_pthread:pthread_barrier_leave (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12637/12637]: registered tracepoint: lttng_ust_pthread:pthread_barrier_reach (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12637/12637]: registered tracepoint: lttng_ust_pthread:pthread_mutex_unlock (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12637/12637]: registered tracepoint: lttng_ust_pthread:pthread_mutex_trylock (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12637/12637]: registered tracepoint: lttng_ust_pthread:pthread_mutex_lock_acq (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12637/12637]: registered tracepoint: lttng_ust_pthread:pthread_mutex_lock_req (in tracepoint_register_lib() at tracepoint.c:872)
libust[12637/12637]: Provider "lttng_ust_pthread" accepted, version 1.0 is compatible with LTTng UST provider version 1.0. (in check_provider_version() at lttng-probes.c:175)
libust[12637/12637]: just registered probe lttng_ust_tracelog containing 15 events (in lttng_lazy_probe_register() at lttng-probes.c:116)
libust[12637/12637]: adding probe lttng_ust_pthread containing 14 events to lazy registration list (in lttng_probe_register() at lttng-probes.c:219)
liblttng_ust_tracepoint[12637/12637]: just registered a tracepoints section from 0x61fe98 and having 4 tracepoints (in tracepoint_register_lib() at tracepoint.c:867)
liblttng_ust_tracepoint[12637/12637]: registered tracepoint: splash3:roi_begin (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12637/12637]: registered tracepoint: splash3:roi_end (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12637/12637]: registered tracepoint: splash3:thread_begin (in tracepoint_register_lib() at tracepoint.c:872)
liblttng_ust_tracepoint[12637/12637]: registered tracepoint: splash3:thread_end (in tracepoint_register_lib() at tracepoint.c:872)
libust[12637/12637]: Provider "splash3" accepted, version 1.0 is compatible with LTTng UST provider version 1.0. (in check_provider_version() at lttng-probes.c:175)
libust[12637/12637]: just registered probe lttng_ust_pthread containing 14 events (in lttng_lazy_probe_register() at lttng-probes.c:116)
libust[12637/12637]: adding probe splash3 containing 4 events to lazy registration list (in lttng_probe_register() at lttng-probes.c:219)
libust[12632/12636]: Message Received "Get Tracer Version" (65), Handle "root" (0) (in print_cmd() at lttng-ust-comm.c:430)
libust[12632/12636]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[12632/12636]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[12632/12636]: Message Received "Create Session" (64), Handle "root" (0) (in print_cmd() at lttng-ust-comm.c:430)
libust[12632/12636]: Return value: 1 (in handle_message() at lttng-ust-comm.c:972)
libust[12632/12636]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[12632/12636]: Message Received "Release" (1), Handle "session" (1) (in print_cmd() at lttng-ust-comm.c:430)
liblttng_ust_tracepoint[12632/12636]: Release queue of unregistered tracepoint probes. (in __tracepoint_probe_prune_release_queue() at tracepoint.c:702)
libust[12632/12636]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[12632/12636]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[12632/12636]: Message Received "Registration Done" (68), Handle "root" (0) (in print_cmd() at lttng-ust-comm.c:430)
libust[12632/12636]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[12632/12636]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[12637/12639]: Message Received "Get Tracer Version" (65), Handle "root" (0) (in print_cmd() at lttng-ust-comm.c:430)
libust[12637/12639]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[12637/12639]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[12637/12639]: Message Received "Create Session" (64), Handle "root" (0) (in print_cmd() at lttng-ust-comm.c:430)
libust[12637/12639]: Return value: 1 (in handle_message() at lttng-ust-comm.c:972)
libust[12637/12639]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[12637/12639]: Message Received "Release" (1), Handle "session" (1) (in print_cmd() at lttng-ust-comm.c:430)
liblttng_ust_tracepoint[12637/12639]: Release queue of unregistered tracepoint probes. (in __tracepoint_probe_prune_release_queue() at tracepoint.c:702)
libust[12637/12639]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[12637/12639]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[12637/12639]: Message Received "Registration Done" (68), Handle "root" (0) (in print_cmd() at lttng-ust-comm.c:430)
libust[12637/12639]: Return value: 0 (in handle_message() at lttng-ust-comm.c:972)
libust[12637/12639]: message successfully sent (in send_reply() at lttng-ust-comm.c:571)
libust[12637/12637]: Provider "splash3" accepted, version 1.0 is compatible with LTTng UST provider version 1.0. (in check_provider_version() at lttng-probes.c:175)
libust[12637/12637]: just unregistered probe splash3 (in lttng_probe_unregister() at lttng-probes.c:250)
liblttng_ust_tracepoint[12637/12637]: just unregistered a tracepoints section from 0x61fe98 (in tracepoint_unregister_lib() at tracepoint.c:897)
libust[12637/12637]: Provider "lttng_ust_pthread" accepted, version 1.0 is compatible with LTTng UST provider version 1.0. (in check_provider_version() at lttng-probes.c:175)
libust[12637/12637]: just unregistered probe lttng_ust_pthread (in lttng_probe_unregister() at lttng-probes.c:250)
liblttng_ust_tracepoint[12637/12637]: just unregistered a tracepoints section from 0x7fb3cdff6178 (in tracepoint_unregister_lib() at tracepoint.c:897)
libust[12637/12637]: Provider "lttng_ust_tracelog" accepted, version 1.0 is compatible with LTTng UST provider version 1.0. (in check_provider_version() at lttng-probes.c:175)
libust[12637/12637]: just unregistered probe lttng_ust_tracelog (in lttng_probe_unregister() at lttng-probes.c:250)
libust[12637/12637]: Provider "lttng_ust_tracef" accepted, version 1.0 is compatible with LTTng UST provider version 1.0. (in check_provider_version() at lttng-probes.c:175)
libust[12637/12637]: just unregistered probe lttng_ust_tracef (in lttng_probe_unregister() at lttng-probes.c:250)
libust[12637/12637]: Provider "lttng_ust_lib" accepted, version 1.0 is compatible with LTTng UST provider version 1.0. (in check_provider_version() at lttng-probes.c:175)
libust[12637/12637]: just unregistered probe lttng_ust_lib (in lttng_probe_unregister() at lttng-probes.c:250)
libust[12637/12637]: LTT : ltt ring buffer client "relay-discard-rt-mmap" exit
 (in lttng_ring_buffer_client_discard_rt_exit() at lttng-ring-buffer-client.h:875)
libust[12637/12637]: LTT : ltt ring buffer client "relay-discard-mmap" exit
 (in lttng_ring_buffer_client_discard_exit() at lttng-ring-buffer-client.h:875)
libust[12637/12637]: LTT : ltt ring buffer client "relay-overwrite-rt-mmap" exit
 (in lttng_ring_buffer_client_overwrite_rt_exit() at lttng-ring-buffer-client.h:875)
libust[12637/12637]: LTT : ltt ring buffer client "relay-overwrite-mmap" exit
 (in lttng_ring_buffer_client_overwrite_exit() at lttng-ring-buffer-client.h:875)
libust[12637/12637]: LTT : ltt ring buffer client "relay-metadata-mmap" exit
 (in lttng_ring_buffer_metadata_client_exit() at lttng-ring-buffer-metadata-client.h:359)
libust[12637/12637]: Provider "lttng_ust_statedump" accepted, version 1.0 is compatible with LTTng UST provider version 1.0. (in check_provider_version() at lttng-probes.c:175)
libust[12637/12637]: just unregistered probe lttng_ust_statedump (in lttng_probe_unregister() at lttng-probes.c:250)
liblttng_ust_tracepoint[12637/12637]: just unregistered a tracepoints section from 0x7fb3cdadf220 (in tracepoint_unregister_lib() at tracepoint.c:897)
TIMING STATISTICS MEASURED BY MAIN PROCESS:
	Overall start time	          1525986050
	Overall end time	          1525986074
	Total time with initialization	                  24
	Total time without initialization	                  24
Rasiosity Statistics

    Histogram of interactions/elem
	 Interactions  Occurrence
	 -------------------------------
	 (Over 100)      31706 (5343.204590)
	    100          71 (2472.195312)
	    99          110 (2545.488525)
	    98          113 (2421.788818)
	    97          101 (2065.571533)
	    96          113 (4291.622070)
	    95          118 (1124.096191)
	    94          125 (1669.714966)
	    93          84 (1675.333008)
	    92          111 (4861.051758)
	    91          118 (1983.319092)
	    90          127 (2788.895264)
	    89          127 (1924.256226)
	    88          81 (1203.488647)
	    87          79 (2176.646484)
	    86          94 (1500.585327)
	    85          120 (2844.123535)
	    84          83 (1707.395142)
	    83          106 (1540.243164)
	    82          118 (5299.878906)
	    81          122 (1294.316040)
	    80          111 (5289.283691)
	    79          89 (1641.537231)
	    78          94 (5237.578613)
	    77          117 (3026.102051)
	    76          98 (1265.200684)
	    75          159 (4707.296387)
	    74          76 (6861.409668)
	    73          86 (5121.249512)
	    72          122 (4868.190430)
	    71          94 (1621.573486)
	    70          139 (1085.077881)
	    69          123 (1262.679810)
	    68          136 (8709.878906)
	    67          104 (4370.019043)
	    66          103 (1101.011719)
	    65          115 (4102.895020)
	    64          88 (1226.197632)
	    63          122 (1340.859863)
	    62          91 (1649.072632)
	    61          164 (1123.770142)
	    60          113 (1086.645752)
	    59          105 (1186.199707)
	    58          143 (3545.033936)
	    57          123 (6824.850586)
	    56          135 (6313.548828)
	    55          170 (3292.826416)
	    54          127 (1292.859131)
	    53          128 (3718.082764)
	    52          144 (1173.979126)
	    51          142 (8585.743164)
	    50          118 (4122.779297)
	    49          134 (4211.310547)
	    48          146 (3459.291016)
	    47          127 (6965.183105)
	    46          115 (9950.521484)
	    45          124 (7823.674316)
	    44          118 (2288.056641)
	    43          138 (3507.241699)
	    42          101 (8107.215332)
	    41          106 (11447.448242)
	    40          137 (1162.185181)
	    39          118 (7042.683594)
	    38          125 (6877.179199)
	    37          139 (6588.779785)
	    36          129 (1268.096680)
	    35          130 (12382.926758)
	    34          148 (3349.869385)
	    33          123 (1387.204834)
	    32          148 (1281.996826)
	    31          171 (3081.505127)
	    30          92 (5057.599609)
	    29          127 (3771.487061)
	    28          136 (9371.625000)
	    27          107 (4386.038086)
	    26          159 (5838.436035)
	    25          101 (4685.168945)
	    24          149 (1092.433350)
	    23          168 (3417.859863)
	    22          1263 (1207.589966)
	    21          67 (6417.475586)
	    20          77 (10243.870117)
	    19          154 (8036.392090)
	    18          69 (11264.870117)
	    17          72 (6160.196777)
	    16          543 (3348.404541)
	    15          15 (24808.150391)
	    14          21 (17649.785156)
	    13          29 (14010.746094)
	    12          44 (19039.576172)
	    11          29 (899.608154)
	    10          34 (1188.104980)
	    9          17 (1615.891968)
	    8          18 (950.193604)
	    7          37 (862.470154)
	    6          8 (522.946350)
	    5          20 (830.564331)
	    4          21 (669.431091)
	    3          8 (522.946350)
	    2          8 (907.468811)
	    1          13 (759.575562)
	    0          31 (522.946350)
    Configurations
	Patch assignment: Static equal number
	Always inserting at top of list for visibility testing (not sorted)
	Recursive pruning enabled for BSP tree traversal
	Patch cache:      Enabled
	Always check all other queues when task stealing (not neighbor scheme)
    Parameters
	Number of processors:    8
	Number of task queues:   8
	Number of tasks / queue: 200
	Area epsilon:            2000.000000
	#inter parallel refine:  5
	#visibility comp / task: 4
	BF epsilon:              0.000150
	Energy convergence:      0.000050
    Iterations to converge:   11 times
    Resource Usage
	Number of patches:            532
	Total number of elements:     43620
	Total number of interactions: 15564710
	          completely visible: 8431547
	        completely invisible: 1789911
	           partially visible: 5343252
	Interaction coherence (root interaction not counted)
	       Common for 4 siblings: 9720388
	       Common for 3 siblings: 3015330
	       Common for 2 siblings: 1253504
	       Common for no sibling: 1020699
	Avg. elements per patch:      82.0
	Avg. interactions per patch:  29257.0
	Avg. interactions per element:356.8
	Number of elements in equivalent uniform mesh: 32887
	Elem(hierarchical)/Elem(uniform): 132.64%
libust[12632/12632]: Provider "lttng_ust_pthread" accepted, version 1.0 is compatible with LTTng UST provider version 1.0. (in check_provider_version() at lttng-probes.c:175)
libust[12632/12632]: just unregistered probe lttng_ust_pthread (in lttng_probe_unregister() at lttng-probes.c:250)
liblttng_ust_tracepoint[12632/12632]: just unregistered a tracepoints section from 0x7f5f378e3178 (in tracepoint_unregister_lib() at tracepoint.c:897)
libust[12632/12632]: Provider "lttng_ust_tracelog" accepted, version 1.0 is compatible with LTTng UST provider version 1.0. (in check_provider_version() at lttng-probes.c:175)
libust[12632/12632]: just unregistered probe lttng_ust_tracelog (in lttng_probe_unregister() at lttng-probes.c:250)
libust[12632/12632]: Provider "lttng_ust_tracef" accepted, version 1.0 is compatible with LTTng UST provider version 1.0. (in check_provider_version() at lttng-probes.c:175)
libust[12632/12632]: just unregistered probe lttng_ust_tracef (in lttng_probe_unregister() at lttng-probes.c:250)
libust[12632/12632]: Provider "lttng_ust_lib" accepted, version 1.0 is compatible with LTTng UST provider version 1.0. (in check_provider_version() at lttng-probes.c:175)
libust[12632/12632]: just unregistered probe lttng_ust_lib (in lttng_probe_unregister() at lttng-probes.c:250)
libust[12632/12632]: LTT : ltt ring buffer client "relay-discard-rt-mmap" exit
 (in lttng_ring_buffer_client_discard_rt_exit() at lttng-ring-buffer-client.h:875)
libust[12632/12632]: LTT : ltt ring buffer client "relay-discard-mmap" exit
 (in lttng_ring_buffer_client_discard_exit() at lttng-ring-buffer-client.h:875)
libust[12632/12632]: LTT : ltt ring buffer client "relay-overwrite-rt-mmap" exit
 (in lttng_ring_buffer_client_overwrite_rt_exit() at lttng-ring-buffer-client.h:875)
libust[12632/12632]: LTT : ltt ring buffer client "relay-overwrite-mmap" exit
 (in lttng_ring_buffer_client_overwrite_exit() at lttng-ring-buffer-client.h:875)
libust[12632/12632]: LTT : ltt ring buffer client "relay-metadata-mmap" exit
 (in lttng_ring_buffer_metadata_client_exit() at lttng-ring-buffer-metadata-client.h:359)
libust[12632/12632]: Provider "lttng_ust_statedump" accepted, version 1.0 is compatible with LTTng UST provider version 1.0. (in check_provider_version() at lttng-probes.c:175)
libust[12632/12632]: just unregistered probe lttng_ust_statedump (in lttng_probe_unregister() at lttng-probes.c:250)
liblttng_ust_tracepoint[12632/12632]: just unregistered a tracepoints section from 0x7f5f3730d220 (in tracepoint_unregister_lib() at tracepoint.c:897)
Waiting for data availability
Tracing stopped for session radiosity_8_native
Session radiosity_8_native destroyed
------------------------------------------------------


More information about the lttng-dev mailing list