Project

General

Profile

Bug #1373 ยป script_to_reproduce_LINCCM-21085_NEW.sh

script to reproduce the issue - Bogdan Codres, 04/25/2023 10:28 AM

 
#!/bin/sh

# you must have a previously saved "test1 session"
# if you do not have. create and start one session
# kill daemons and do these following steps then...

lttng-sessiond -b -vvv --verbose-consumer
./gen-ust-events -i 1000000 -w 1000000 &
lttng load test1
lttng enable-event --session=test1 --channel=rcsch 'com_itclnh:tx*' --userspace --loglevel-only=TRACE_DEBUG
lttng enable-event --session=test1 --channel=rcsch 'com_itclnh:tx*' --userspace --loglevel=TRACE_DEBUG
lttng list test1
    (1-1/1)