Fix: do not return error on LTTNG_ERR_SNAPSHOT_NODATA
[lttng-tools.git] / src / bin / lttng /
2016-05-20  Jonathan RajotteFix: do not return error on LTTNG_ERR_SNAPSHOT_NODATA
2016-05-20  Jonathan RajotteFix: Use get_domain_str on add context
2016-05-20  Jonathan RajotteFix: initialize the cur_event variable before using it
2016-05-20  Michael JeansonFix: Free variables before strdup()
2016-05-20  Michael JeansonFix: Add missing free() in spawn_viewer
2015-09-24  Jonathan RajotteHelp: add -j -l -p option to help string
2015-09-24  Philippe ProulxFix: error on no/multiple domain options
2015-09-24  Jérémie GalarneauRemove dot after enable-event message
2015-09-24  Antoine BusqueFix: don't print the default channel name when enabling...
2015-09-24  Antoine BusqueFix: fail gracefully on --exclude on unsupported domains
2015-09-24  Antoine BusqueFix: correct mismatched function signatures
2015-09-24  Philippe ProulxFix: list_ust_events(): dangling pointer
2015-09-23  Jérémie GalarneauAdd agent domains to lttng enable-event usage()
2015-08-14  Jérémie GalarneauFix "allocator sizeof operand mismatch" warning
2015-08-03  Jérémie GalarneauFix: Unhandled domain option condition in list_agent_events
2015-08-03  Jérémie GalarneauFix: Crash on lttng list -j/-l/-p when no events are...
2015-07-28  Partha Pratim Mukh... Fix: set session should not set non-existent session
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-04-28  Jérémie GalarneauFix: Possible call to execvp with NULL argument on...
2015-01-22  Mathieu DesnoyersFix: grab more than one packet for snapshots
2014-12-01  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-27  Mathieu DesnoyersFix: lttng lttng.c: check strdup OOM
2014-11-27  Mathieu DesnoyersFix: lttng conf.c: use zmalloc()
2014-11-27  Mathieu DesnoyersFix: lttng view.c missing strdup OOM check
2014-11-27  Mathieu DesnoyersFix: use zmalloc() in lttng view.c
2014-11-27  Mathieu DesnoyersFix: use zmalloc() in lttng list.c
2014-11-27  Mathieu DesnoyersFix: oom error check, realloc oom leak
2014-11-27  Mathieu DesnoyersFix: use zmalloc in lttng enable_events.c
2014-11-27  Mathieu DesnoyersFix: missing strdup oom check in lttng create.c
2014-11-27  Mathieu DesnoyersFix: lttng add_context.c: use zmalloc
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-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...
2014-05-22  David GouletRemove --no-output option from the command line
2014-05-22  David GouletAdd max-size to snapshot list output
2014-05-22  David GouletAdd live timer and tracefile count/size to list
2014-05-22  David GouletFix: remove bad option in enable channel --help
2014-05-21  Mathieu DesnoyersDoc: document tracefile max size discarded event limitation
2014-05-13  Raphaël BeamonteAdd git commit id to the version if it's not a tag
2014-05-07  Jérémie GalarneauFix: Don't output to stdout from lttng-ctl
2014-05-05  Mathieu DesnoyersImplement LTTng-UST perf counters support
2014-03-28  David GouletFix: don't spawn relayd if URL is provided
2014-03-26  David GouletFix: allow loading session file with -i option
2014-03-26  David GouletUpdate load help message
2014-03-26  David GouletPrint message on a successful load command
2014-03-26  David GouletRemove -s option from lttng load command
2014-03-24  David GouletFix: allow empty URL for live session creation
2014-03-12  David GouletFix: add error/msg output to save command
next
This page took 0.048299 seconds and 7 git commands to generate.