Revert "Update loglevel ABI"
authorDavid Goulet <dgoulet@efficios.com>
Wed, 1 Feb 2012 18:43:05 +0000 (13:43 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Wed, 1 Feb 2012 18:43:05 +0000 (13:43 -0500)
commit69892bbba677a6695b216046d586e58bfa0f82c9
tree932e0f85baa71790695a05e1bdc590b6c65ae05c
parent54bd3caf7aad612852d06c6b69a9190be25dbbcd
Revert "Update loglevel ABI"

Segfault on lttng enable-event when no loglevel is specified.

UST tests failed.

This implementation forces a loglevel to each event which is fine
however the default level is never set when no loglevel is specified.

The internal UST ABI/API (used when lttng-ust is disabled) was not
updated also making it fail when disablin the lttng-ust support.

This broke too much stuff in lttng-tools so the commit is reverted and
test must pass before commiting it again.

lttng-ust HEAD will *NOT* work with lttng-tools head so stay on commit
939950af98d044a3b0632cad5293f91cb1493ef8 for UST.

This reverts commit dad47fc4c65ec0acbfedc676895833b465d25cd6.

Signed-off-by: David Goulet <dgoulet@efficios.com>
include/lttng/lttng.h
src/bin/lttng-sessiond/lttng-ust-abi.h
src/bin/lttng-sessiond/main.c
src/bin/lttng-sessiond/trace-ust.c
src/bin/lttng-sessiond/ust-app.c
src/bin/lttng/commands/enable_events.c
src/bin/lttng/commands/list.c
This page took 0.025209 seconds and 4 git commands to generate.