lttngtop without arguments starts a local live trace
authorJulien Desfossez <jdesfossez@efficios.com>
Tue, 18 Feb 2014 21:42:10 +0000 (16:42 -0500)
committerJulien Desfossez <jdesfossez@efficios.com>
Tue, 18 Feb 2014 21:42:10 +0000 (16:42 -0500)
commit6a1b139cec6513cb5d423d27a1a61c4424886bf1
tree01f2463bd2ee844cc20198af3681e4c41ef1ffff
parent18e85696d986196569d5c67ce5352708948f88df
lttngtop without arguments starts a local live trace

Get rid of the code trying to attach to a live mmap session, since the
support for this mode of operation is not going to enter anytime soon in
lttng-tools and babeltrace.

Instead, we try to create a live session on localhost with all the
required parameters and try to attach to it.

Signed-off-by: Julien Desfossez <jdesfossez@efficios.com>
src/lttng-session.c
src/lttng-session.h
src/lttngtop.c
This page took 0.02378 seconds and 4 git commands to generate.