2016-03-04 | Julien Desfossez | Generate and export the sequence number Acked-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2016-03-04 | Julien Desfossez | Add stream instance id to the packet header Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2016-03-01 | Philippe Proulx | configure.ac: print empty line after AC_OUTPUT Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2016-03-01 | Philippe Proulx | configure.ac: macros with no arguments do not need () Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2016-03-01 | Philippe Proulx | configure.ac: standardize indentation to tabs Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2016-03-01 | Philippe Proulx | configure.ac: move AC_PROG_SED() close to other AC_PROG_*() Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2016-03-01 | Philippe Proulx | configure.ac: test -a -> shell's && (more portable) Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2016-03-01 | Philippe Proulx | configure.ac: use test "x$var" = "xyes" Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2016-03-01 | Philippe Proulx | configure.ac: AM_CONDITIONAL() accepts two arguments Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2016-03-01 | Philippe Proulx | configure.ac: use dnl at appropriate places Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2016-03-01 | Philippe Proulx | configure.ac: if -> AS_IF() Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2016-03-01 | Philippe Proulx | configure.ac: case -> AS_CASE() Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2016-03-01 | Philippe Proulx | configure.ac: add missing quotes in macro calls Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2016-03-01 | Philippe Proulx | configure.ac: use macros for version name and description Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2016-03-01 | Philippe Proulx | configure.ac: do not use shell eval for known values Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2016-02-20 | Philippe Proulx | Add CONTRIBUTING.md Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2016-02-18 | Philippe Proulx | Output "(null)" when ctf_string()'s arg is NULL Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2016-02-17 | Mathieu Desnoyers | Fix: disable use of __builtin_return_address(0) on... Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2016-02-16 | Mathieu Desnoyers | Fix: java agent 32-bit pointer to jlong warning Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2016-02-15 | Michael Jeanson | Fix: Use Java 6 syntax in JUL examples Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2016-02-12 | Mathieu Desnoyers | Fix: add missing example file to dist tarball Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2016-02-12 | Mathieu Desnoyers | Fix: add missing header to dist tarball Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2016-02-12 | Mathieu Desnoyers | Fix: add missing LttngContextApi.java to dist tarball Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2016-02-12 | Alexandre Montplaisir | Pass the Java app context information using two separate... Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2016-02-12 | Alexandre Montplaisir | Fix: Correctly report filter notifications on Java... Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2016-02-12 | Alexandre Montplaisir | Add some logging to the AbstractLttngAgent Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2016-02-12 | Alexandre Montplaisir | Fix: Clear tracked application contexts upon closing... Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2016-02-12 | Alexandre Montplaisir | Introduce a verbose mode for the Java agent Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2016-02-12 | Alexandre Montplaisir | Implement Java agent application context retrieval Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2016-02-12 | Alexandre Montplaisir | Turn ISessiondCommand into an abstract class Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2016-02-12 | Alexandre Montplaisir | Split the JNI APIs in separate classes Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2016-02-12 | Jérémie Galarneau | Add app context support to ust-ctl protocol Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2016-02-12 | Mathieu Desnoyers | Handle application context cmd Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2016-02-12 | Mathieu Desnoyers | Implement dynamic types, and application context provider... Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2016-02-12 | Mathieu Desnoyers | Fix: handle negative range for LTTNG_UST_REGISTER_TIMEOUT Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2016-02-04 | Alexandre Montplaisir | Fix: Ensure the Java JUL messages are correctly formatted Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2016-01-15 | Mathieu Desnoyers | Fix: double-free on error sending fields Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2016-01-14 | Mathieu Desnoyers | Add CTF enum type support to tracepoint event Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2016-01-05 | Jonathan Rajotte | Fix: missing _GNU_SOURCE define Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2015-11-27 | Philippe Proulx | python-lttngust/setup.py.in: update setup() fields Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2015-11-27 | Philippe Proulx | Refactor Python agent build and install Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2015-10-28 | Philippe Proulx | Fix: remove debugging print() call from Python agent Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2015-10-25 | Mathieu Desnoyers | Fix: header size larger than 256 bytes Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2015-10-23 | Jérémie Galarneau | Python agent: Support Agent protocol v2.0 Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2015-10-23 | Jérémie Galarneau | Fix: Java agent protocol network endianness consistency Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2015-10-22 | Mathieu Desnoyers | Fix: examples jul: add missing files to make dist Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2015-10-22 | Mathieu Desnoyers | Fix: Filer -> Filter typo in example Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2015-10-22 | Alexandre Montplaisir | Fix: Return the correct list of available Java events Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2015-10-22 | Alexandre Montplaisir | Add a toString() to Java agent's EventRule Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2015-10-22 | Alexandre Montplaisir | Add API stubs for the Java context info retrievers Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2015-10-22 | Alexandre Montplaisir | Receive the event filter string in the Java agent Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2015-10-22 | Alexandre Montplaisir | Document the Java filter notification model Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2015-10-22 | Alexandre Montplaisir | Add filter change notification mechanism to the Java... Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2015-10-22 | Alexandre Montplaisir | Manage complete "event rules" in the Java agent Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2015-10-22 | Alexandre Montplaisir | Introduce a new client listener interface for the Java... Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2015-10-22 | Alexandre Montplaisir | Turn ILttngAgentResponse into an abstract class Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2015-10-22 | Mathieu Desnoyers | Remove stale tests/java-jul test Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2015-10-21 | Mikael Beckius | Fix: live timer calculation error Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2015-10-16 | Jonathan Rajotte | Fix python agent build/install/uninstall with DESTDIR... Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2015-10-15 | Stelios Bounanos | Fix: Don't (re)define STAP_PROBEV Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2015-09-21 | Mathieu Desnoyers | Fix: don't dereference NULL pointers Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2015-09-21 | Mathieu Desnoyers | Cleanup: Remove unused values Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2015-09-21 | Mathieu Desnoyers | Fix: Value stored to 'has_waited' is never read Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2015-09-21 | Mathieu Desnoyers | Fix: Argument with 'nonnull' attribute passed null Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2015-09-21 | Jonathan Rajotte | Cleanup: Unnecessary bit shift Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2015-09-21 | Antoine Busque | Clean-up: remove extraneous "found" parameters in ust-elf Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2015-09-21 | Mathieu Desnoyers | Fix: sysconf() unchecked return value Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2015-09-09 | Philippe Proulx | doc: add Python example Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2015-09-09 | Philippe Proulx | Fix: Python agent: do not register twice to same port Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2015-09-08 | Antoine Busque | Fix: potential leaks in error paths Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2015-09-08 | Antoine Busque | Fix: double free in liblttng-ust-dl Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2015-09-04 | Michael Jeanson | Fix: make check in OOT build with absolute path Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2015-09-04 | Mathieu Desnoyers | Fix: elf: leaks on error paths Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2015-09-04 | Mathieu Desnoyers | Cleanup: coding style Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2015-09-04 | Mathieu Desnoyers | Cleanup: elf: use off_t for offsets, size_t for len Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2015-09-04 | Mathieu Desnoyers | Cleanup: eliminate implicit sign-extension Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2015-09-04 | Mathieu Desnoyers | Fix: elf: NULL pointer dereference Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2015-09-04 | Michael Jeanson | Fix: add missing ust-elf.h header to dist Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2015-09-04 | Michael Jeanson | Fix: make check in out of tree build Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2015-09-01 | Mathieu Desnoyers | Fix: old gcc warnings Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2015-09-01 | Mathieu Desnoyers | Fix: old gcc warning Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2015-08-31 | Mathieu Desnoyers | Fix: remove stale lttng-ust-elf.h from makefile Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2015-08-31 | Mathieu Desnoyers | Fix: elf: uninitialized ret Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2015-08-31 | Mathieu Desnoyers | Fix: test elf: handle NULL debug file Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2015-08-31 | Mathieu Desnoyers | test: elf move constants to top of implementation Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2015-08-31 | Mathieu Desnoyers | Fix: elf test prog arg checking Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2015-08-31 | Mathieu Desnoyers | baddr statedump: remove dependency on file streams Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2015-08-31 | Mathieu Desnoyers | baddr statedump: hold ust lock around allocations Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2015-08-29 | Antoine Busque | Add unit tests for lttng_ust_elf Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2015-08-29 | Antoine Busque | Add memory size, build id, and debug link info to statedump... Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2015-08-26 | Mathieu Desnoyers | Fix: close socket on protocol error, sendmsg MSG_NOSIGNAL Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2015-08-25 | Mathieu Desnoyers | Cleanup: more descriptive error message Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2015-08-21 | Mathieu Desnoyers | Fix: add missing ust lock around objd_table_destroy() Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2015-08-17 | Mathieu Desnoyers | Fix: application exit race with pthread cancel Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2015-08-11 | Mathieu Desnoyers | Cleanup: configure layout for python agent detection Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2015-08-11 | Jonathan Rajotte | Build: python agent: use setup.py over autoconf Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2015-08-11 | Jonathan Rajotte | Build: add python interpreter used by python agent... Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2015-08-11 | Jonathan Rajotte | Doc: basic lttng ust python agent documentation Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2015-08-11 | Jonathan Rajotte | Build: use AM_PATH_PYTHON to resolve python when building... Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2015-08-11 | Jonathan Rajotte | Build: only check if python exists in path Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
next |