Fix: free metadata cache after grace period in consumer
[lttng-tools.git] / src / bin / lttng /
2015-09-01  Jérémie GalarneauOnly display agent loglevel if the loglevel type is...
2015-09-01  Jérémie GalarneauDon't assume that Log4j and JUL share the same log...
2015-09-01  Jérémie GalarneauFix: Mention Python as part of enable-event's usage()
2015-09-01  Jérémie GalarneauAdd agent domains to lttng enable-event usage()
2015-08-13  Jérémie GalarneauClean-up: Rename lib_func to cmd_func
2015-08-13  Michael JeansonFix: Improve the error reporting of the track/untrack...
2015-08-11  Jérémie GalarneauFix: Ensure a valid command error code is returned...
2015-08-11  Jonathan RajotteMi: track/untrack/listing
2015-08-07  Jérémie GalarneauFix "allocator sizeof operand mismatch" warning
2015-08-07  Jérémie GalarneauClean-up: remove extra space in comment
2015-07-27  Partha Pratim Mukh... Fix: set session should not set non-existent session
2015-07-27  Jonathan RajotteFix: pids should be numbers only
2015-07-26  Jérémie GalarneauFix: only launch a new session daemon for the "create...
2015-07-24  Jérémie GalarneauFix: Unhandled domain option condition in list_agent_events
2015-07-24  Jérémie GalarneauFix: Crash on lttng list -j/-l/-p when no events are...
2015-07-06  Partha Pratim Mukh... Fix: destroy session removes the default config file
2015-06-23  Jérémie GalarneauFix: get_cmdline_by_pid path length assumes a max pid...
2015-06-23  Jérémie GalarneauClean-up: Remove ifdef-ed out lttng list options
2015-05-22  Jérémie GalarneauClean-up: Remove ifdef-ed out function:entry feature
2015-04-02  Jérémie GalarneauFix: Check that lttng create --live's time is not zero
2015-04-02  Jérémie GalarneauUI: Only show live timer when the session is in live...
2015-04-02  Jérémie GalarneauUI: Only show tracker PID state when enabled
2014-11-11  Mathieu DesnoyersImplement kernel filter support
2014-11-03  Mathieu DesnoyersImplement lttng-modules tracepoint wildcard support
2015-03-30  Mathieu DesnoyersImplement PID tracker content listing
2015-03-30  Mathieu DesnoyersImplement PID tracking for kernel tracing
2015-03-26  Jérémie GalarneauFix: possible use of uninitialized data in loglevel...
2015-03-26  Jérémie GalarneauCleanup: Remove stale #ifdef-ed-out code from spawn_vie...
2015-03-26  Jérémie GalarneauFix: Possible call to execvp with NULL argument on...
2015-03-26  Mathieu DesnoyersImplement --shm-path option for UST sessions (per-uid...
2015-01-19  Mathieu DesnoyersFix: setuid/setgid daemons should not get sensitive...
2015-01-19  Mathieu DesnoyersFix: grab more than one packet for snapshots
2015-01-07  Jérémie GalarneauCleanup: Replace all perror() uses by the PERROR macro
2014-12-12  Julien DesfossezFix: help message for Python agent mentions Java
2014-12-02  Philippe ProulxFix: channel names are not validated
2014-12-01  Jérémie GalarneauFix: "Any" loglevel's value is -1 and not 0
2014-11-27  Jérémie GalarneauFix: Memory leak on error in alloc_argv_from_user_opts()
2014-11-26  Mathieu DesnoyersFix: lttng lttng.c: check strdup OOM
2014-11-26  Mathieu DesnoyersFix: lttng conf.c: use zmalloc()
2014-11-26  Mathieu DesnoyersFix: lttng view.c missing strdup OOM check
2014-11-26  Mathieu DesnoyersFix: use zmalloc() in lttng view.c
2014-11-26  Mathieu DesnoyersFix: use zmalloc() in lttng list.c
2014-11-26  Mathieu DesnoyersFix: oom error check, realloc oom leak
2014-11-26  Mathieu DesnoyersFix: use zmalloc in lttng enable_events.c
2014-11-26  Mathieu DesnoyersFix: missing strdup oom check in lttng create.c
2014-11-26  Mathieu DesnoyersFix: lttng add_context.c: use zmalloc
2014-11-15  Mathieu DesnoyersFix: define _LGPL_SOURCE in C files
2014-11-10  Christian BabeuxFix: Warn the user when enabling an event in a new...
2014-11-07  Jérémie GalarneauFix: Don't report an error when listing a session with...
2014-10-22  David GouletAdd Python agent support
2014-10-14  David GouletFix: support log4j loglevel in mi
2014-10-14  David GouletFix: add log4j to lttng list help
2014-09-30  David GouletAdd --list-options to save/load command
2014-09-29  David GouletAdd syscall listing support
2014-09-25  Mathieu DesnoyersImplement support for lttng-modules syscall filtering
2014-09-25  Mathieu DesnoyersSupport lttng-modules syscall filtering in enable-event
2014-09-22  David GouletFix: possible file descriptor leak in error path
2014-09-18  David GouletFix: remove break in lttng cmdline session listing
2014-09-11  David GouletRemove enable/disable consumer obsolete command
2014-09-10  David GouletFix: move easter egg after arg parsing else it breaks...
2014-09-05  David GouletFix: typo in lttng list command for log4j
2014-09-03  Jonathan Rajotte... Fix: parse_prob_opts return the actual success of the...
2014-09-03  Jonathan Rajotte... Fix: list without a name is not an error
2014-08-08  David GouletAdding log4j agent support
2014-07-30  Mathieu DesnoyersFix: git version build system integration (v2)
2014-07-29  David GouletAdd --disable-git-version to configure
2014-07-29  Jonathan Rajotte... Always print GIT_VERSION even if empty
2014-07-29  Jonathan Rajotte... Fix: mi: logically dead code, missing ret assignment
2014-07-28  David GouletFix: comment syntax and indentation
2014-07-23  Jonathan Rajotte... Mi: fix: use GIT_VERSION inplace of FULL_NAME
2014-07-22  Jonathan Rajotte... Mi fix: conserve original error handling behaviour
2014-07-22  Jonathan Rajotte... Fix mi: use of wrong variable for error propagation
2014-07-22  Jonathan Rajotte... Mi fix: refactor disable_channel mi output to success...
2014-07-22  Jonathan Rajotte... Fix mi: add support for Jul loglevel
2014-07-22  Jonathan Rajotte... Mi disable-channel command: support and validation
2014-07-22  Jonathan Rajotte... Mi disable-event command: support and validation
2014-07-22  Jonathan Rajotte... Mi set-session command: support and validation
2014-07-22  Jonathan Rajotte... Mi enable-event command: support for enable-event command
2014-07-22  Jonathan Rajotte... Mi enable-channel command: support and validation
2014-07-22  Jonathan Rajotte... Mi add-context command: support and validation
2014-07-22  Jonathan Rajotte... Mi calibrate command: support and validation
2014-07-22  Jonathan Rajotte... Mi destroy command: support and validation
2014-07-22  Jonathan Rajotte... Mi create command: support and validation
2014-07-22  Jonathan Rajotte... Mi stop command: support and validation
2014-07-22  Jonathan Rajotte... Mi start command: support and validation
2014-07-22  Jonathan Rajotte... Mi save&load command: support and validation
2014-07-22  Jonathan Rajotte... Mi version command: add commit version to mi version
2014-07-22  Jonathan RajotteMi: support for command list
2014-07-22  Jonathan RajotteMi: mi backend + mi for command version
2014-07-15  David GouletFix: on session load, add it to the .lttngrc
2014-07-14  David GouletFix: use biggest subbuffer size for snapshot max-size
2014-07-10  David GouletFix: don't print channel name on enable JUL event
2014-07-10  Jérémie GalarneauFix: check malloc return value
2014-07-10  Jérémie GalarneauFix: static array larger than necessary
2014-07-09  David GouletFix: auto load session in the auto/ directory
2014-06-19  Francis DeslauriersFix: Add vpid, vppid and vtid info in add-context help
2014-06-17  Jonathan Rajotte... Fix: wrong behavior of save command when no session...
2014-05-26  David GouletList session event loglevel for the JUL domain
2014-05-23  David GouletFix: saturate verbosity level to 3
2014-05-22  David GouletRevert "Remove --no-output option from the command...
next
This page took 0.039761 seconds and 7 git commands to generate.