2019-07-18 |
Philippe Proulx | Allow only TRACE, DEBUG, and INFO as the build-time... Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | lib: strictly type function return status enumerations Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | tests/lib: remove `test_bt_values` and `test_graph_topo` Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | Fix: bt_packet_context_field_create(): remove "frozen... Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | test_{field,value}.py: array test cases: add non-sequence... Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | test_{field,value}.py: test complex number RHS for... Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | test_value.py: make `BoolValueTestCase` inherit `_TestNumeri... Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | test_value.py: _inject_numeric_testing_methods(): remove... Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | test_{field,value}.py: add comments Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | bt2: create_value(): check `numbers` and `collections... Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | bt2: _ArrayField.__setitem__(): do not check type Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | bt2: field.py: _value_to_int(): require `numbers.Integral` Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | bt2: field.py: numeric classes: remove __i*__ operators Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | bt2: value.py: _IntegerValue._value_to_int(): require... Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | bt2: value.py: numeric classes: remove __i*__ operators Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | bt2: make `BoolValue` inherit `_IntegralValue` Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | bt2: field.py: refactor field comparison Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | bt2: value.py: refactor value comparison Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | bt2: make `_ArrayField` inherit `collections.abc.MutableSequ... Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | lib: internal: message.h: require logging Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | lib: internal: object-pool.h: require logging Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | Fix: CTF writer: include CTF writer (own) version of... Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | lib: internal: clock-snapshot-set.h: require logging Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | lib: internal: graph.h: require logging and BT_ASSERT_... Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | lib: internal: define `BT_ASSERT_{PRE,POST}_SUPPORTED... Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | lib: internal: replace BT_ASSERT_PRE* -> BT_ASSERT_POST... Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | lib: internal: add BT_ASSERT_POST() Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | Add `src/py-common`, containing bt_py_common_format_exceptio... Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | Append "library" to pkg-config packages names Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | lib: rename `BABELTRACE_NO_DLCLOSE` -> `LIBBABELTRACE2_NO_DL... Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | Rename `BT_LOG_LEVEL` -> `BT_MINIMAL_LOG_LEVEL` Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | Do not require logging support for BT_[CTF_]ASSERT_PRE() Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | lib: bt_plugin_find*(): return status code; add "fail... Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | Fix: `ctf` plugin: do not have an `mdec` variable where... Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | Fix: bt_config_convert_from_args(): set default log... Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | Rename VERBOSE log level to TRACE Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-06-20 |
Philippe Proulx | lib: remove BT_LIB_LOG*() macro usage comment Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-06-20 |
Philippe Proulx | Update `CONTRIBUTING.adoc` Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-06-20 |
Philippe Proulx | lib: add comment about why `bt_lib_log_level` is exported Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-06-20 |
Philippe Proulx | lib: use `LIBBABELTRACE2_INIT_LOG_LEVEL` env. var.... Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-06-20 |
Philippe Proulx | src.ctf.fs: use BT_COMP_LOG*() instead of BT_LOG*() Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-06-20 |
Philippe Proulx | src.ctf.fs: honor component's initial log level Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-06-20 |
Philippe Proulx | src.ctf.lttng-live: use BT_COMP_LOG*() instead of BT_LOG*() Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-06-20 |
Philippe Proulx | sink.ctf.fs: use BT_COMP_LOG*() instead of BT_LOG*() Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-06-20 |
Philippe Proulx | sink.text.details: use BT_COMP_LOG*() instead of BT_LOG*() Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-06-20 |
Philippe Proulx | sink.text.details: honor component's initial log level Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-06-20 |
Philippe Proulx | `ctf` plugin: metadata: use BT_COMP_LOG*() instead... Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-06-20 |
Philippe Proulx | `ctf` plugin: `bt_msg_iter`: use BT_COMP_LOG*() instead... Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-06-20 |
Philippe Proulx | `ctf` plugin: `bt_bfcr`: use BT_COMP_LOG*() instead... Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-06-20 |
Philippe Proulx | sink.ctf.fs: honor component's initial log level Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-06-20 |
Philippe Proulx | src.ctf.lttng-live: honor component's initial log level... Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-06-20 |
Philippe Proulx | lib/object.h: log conditionally to `BT_OBJECT_DONT_LOG... Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-06-20 |
Philippe Proulx | Remove unused `src/plugins/ctf/print.h` Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-06-20 |
Philippe Proulx | Remove unused `src/plugins/ctf/common/utils` Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-06-20 |
Philippe Proulx | `ctf` plugin: metadata: use local log level Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-06-20 |
Philippe Proulx | `ctf` plugin: `bt_msg_iter`: use object's log level Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-06-20 |
Philippe Proulx | `ctf` plugin: `bt_bfcr`: use object's log level Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-06-20 |
Philippe Proulx | utils.sink.counter: use BT_COMP_LOG*() instead of BT_LOG*() Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-06-20 |
Philippe Proulx | flt.lttng-utils.debug-info: use BT_COMP_LOG*() instead... Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-06-20 |
Philippe Proulx | flt.lttng-utils.debug-info: honor component's initial... Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-06-20 |
Philippe Proulx | lib: rename `lib-logging.h` to `logging.h` Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-06-20 |
Philippe Proulx | Logging: define `BT_LOG*_SUPPORTED` when logging is... Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-06-20 |
Philippe Proulx | flt.utils.muxer: use BT_COMP_LOG*() instead of BT_LOG*() Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-06-20 |
Philippe Proulx | flt.utils.trimmer: use BT_COMP_LOG*() instead of BT_LOG*() Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-06-20 |
Philippe Proulx | src.text.dmesg: use BT_COMP_LOG*() instead of BT_LOG*() Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-06-20 |
Philippe Proulx | Logging: add `src/plugins/comp-logging.h` (BT_COMP_LOG*()) Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-06-20 |
Philippe Proulx | flt.utils.trimmer: honor component's initial log level Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-06-20 |
Philippe Proulx | flt.utils.muxer: honor component's initial log level Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-06-20 |
Philippe Proulx | Move bt_{self_component,message_iterator}_status_string... Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-06-20 |
Philippe Proulx | sink.utils.counter: honor component's initial log level Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-06-20 |
Philippe Proulx | src.text.dmesg: honor component's initial log level Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-06-20 |
Philippe Proulx | tests: bt2: add query log level tests Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-06-20 |
Philippe Proulx | lib: pass log level to bt_query_executor_query() Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-06-20 |
Philippe Proulx | Logging: pass dynamic log level to common functions... Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-06-20 |
Philippe Proulx | src/logging/log.h: add BT_LOG_WRITE_CUR_LVL(), BT_LOG_WRITE_... Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-06-20 |
Philippe Proulx | cli: add component-specific `--log-level` option (run... Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-06-20 |
Philippe Proulx | sink.text.pretty: remove logging (not used) Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-06-20 |
Philippe Proulx | test_graph.py: add bt2.Graph.add_component() logging... Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-06-20 |
Philippe Proulx | test_component.py: add `logging_level` property tests Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-06-20 |
Philippe Proulx | lib: set component's initial log level when adding... Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-06-20 |
Philippe Proulx | Add internal bt_common_logging_level_string() Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-06-20 |
Philippe Proulx | cli: use log level integer instead of letter in configuration Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-06-20 |
Philippe Proulx | src/logging/log.h: add utility functions for log level... Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-06-20 |
Philippe Proulx | Logging: standardize logging tags Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-06-20 |
Philippe Proulx | configure.ac: change default minimal log level from... Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-06-20 |
Philippe Proulx | sink.text.pretty: remove message iterator inactivity... Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-06-20 |
Philippe Proulx | lib: plugin.h: force header user to include "lib/logging.h" Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-06-20 |
Philippe Proulx | Logging: check `BT_DEBUG_MODE` instead of `NDEBUG` Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-06-20 |
Philippe Proulx | lib: `component-class-sink-colander.c`: remove useless... Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-06-20 |
Philippe Proulx | Rename: <some/internal-header.h> -> "some/internal... Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-06-20 |
Philippe Proulx | Standardize log levels used by logging statements across... Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-06-18 |
Philippe Proulx | bt2: message_iterator.py: packet beginning/end messages... Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-06-18 |
Philippe Proulx | bt2: stream activity messages: create with unknown... Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-06-18 |
Philippe Proulx | Put `flt.lttng-utils.debug-info` tests into their own... Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-06-18 |
Philippe Proulx | Remove unused `tests/plugins/test_utils_muxer_complete.in` Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-06-18 |
Philippe Proulx | Add facilities to test CLI and plugin regressions with... Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-06-18 |
Philippe Proulx | Add `sink.text.details`, a testing textual sink which... Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-06-18 |
Philippe Proulx | Add bt_common_sep_digits() Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-06-13 |
Philippe Proulx | Fix: use `babeltrace2` instead of `babeltrace` in plugin... Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-06-13 |
Philippe Proulx | Fix: doc/bindings/python/Makefile.am: run the `sphinx... Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
next |