X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Flttv%2Flttv-gui.sh;h=2de28dee5ab5c9682316b1e16219bd2e902745c8;hb=778c55d4c7efa59c6acd31fea2335890a9e4386c;hp=7ed49748df8838a28db12308017a8c3b1c5bb590;hpb=065f8f4123ad297a3a37864225b73b72cfc2e43a;p=lttv.git diff --git a/ltt/branches/poly/lttv/lttv/lttv-gui.sh b/ltt/branches/poly/lttv/lttv/lttv-gui.sh index 7ed49748..2de28dee 100644 --- a/ltt/branches/poly/lttv/lttv/lttv-gui.sh +++ b/ltt/branches/poly/lttv/lttv/lttv-gui.sh @@ -3,6 +3,8 @@ # This is a simple script that starts lttv with default GUI modules # Mathieu Desnoyers 15-09-2005 -$0.real -m guievents -m guifilter -m guicontrolflow -m guistatistics \ - -m guitracecontrol $* +LTTV_CMD=`echo $0 | sed 's/-gui$//'` + +$LTTV_CMD.real -m guievents -m guifilter -m guicontrolflow -m resourceview \ + -m guistatistics -m guitracecontrol $*