Fix: sym name len (kernel)
[lttng-tools.git] / src / bin / lttng / commands /
2013-07-19  Mathieu DesnoyersFix: (slight UI change) refuse missing -c if non-defaul...
2013-07-18  Mathieu DesnoyersManpage: cleanup layout of snapshot
2013-07-18  Mathieu DesnoyersManpage: cleanup layout of set-session
2013-07-18  Mathieu DesnoyersManpage: cleanup layout of list
2013-07-18  Mathieu DesnoyersManpage: cleanup layout of disable-event
2013-07-18  Mathieu DesnoyersManpage: cleanup layout of disable-channel
2013-07-18  Mathieu DesnoyersManpage: cleanup layout of enable-event
2013-07-18  Mathieu DesnoyersManpage: cleanup layout of enable-channel
2013-07-14  David GouletMerge branch 'master' of git://git.lttng.org/lttng...
2013-07-14  David GouletFix: update lttng snapshot help output
2013-07-12  David GouletSupport del-output with an output name
2013-07-12  David GouletNew UST default buffers is now per UID
2013-07-12  David GouletAdd snapshot mode to lttng list session
2013-07-12  David GouletFix: support temporary snapshot max size and name
2013-07-12  David GouletImplement lttng create --snapshot command
2013-07-12  David GouletAdd create session snapshot API in lttng-sessiond
2013-07-10  Woegerer, PaulCallsite: add "ip" context
2013-07-05  Mathieu DesnoyersFix: lttng: memory leak in snapshot record command
2013-06-27  David GouletSupport flight recorder mode for a session
2013-06-27  David GouletImplement snapshot commands in lttng-sessiond
2013-06-27  David GouletAdd snapshot command to lttng UI
2013-06-19  Amit MargalitUsing LTTNG_HOME environment variable if exists, with...
2013-06-19  Mathieu DesnoyersFix: out of bound strcpy
2013-06-19  Mathieu DesnoyersRemove logically dead code
2013-06-04  David GouletRevert "Improve channel listing output format"
2013-05-14  David GouletFix: possible out of bounds write in enable-event
2013-05-09  David GouletFix: print an error if tracefile-size is missing with...
2013-05-07  David GouletFix: split UST per UID/PID default values
2013-05-06  David GouletFix: print lttng strerror on enable event with filter
2013-05-02  Mathieu Desnoyerslttng UI: round up trace file size to subbuf size if...
2013-05-02  Mathieu DesnoyersFix lttng UI: fix arg parsing, round size to next power...
2013-05-02  Mathieu DesnoyersFix: check errors in lttng command argument values
2013-05-02  Simon Marchilttng cli: Accept human readable sizes for --subbuf...
2013-04-29  David GouletFix: typo in enable-channel man and help
2013-04-12  David GouletFix: update lttng.1 man and enable-channel help with...
2013-04-11  David GouletFix: typos in the code base
2013-04-11  David GouletFix: deny multiple event types with enable-event
2013-04-11  David GouletFix: deny the same port for data and control URL
2013-04-11  David GouletFix: don't allow different control and data destination
2013-04-11  David GouletImprove channel listing output format
2013-04-11  David GouletFix: enable-channel accepts mismatched option
2013-03-28  Julien DesfossezOn-disk multiple tracefiles circular buffer
2013-03-27  Mathieu DesnoyersDocumentation: filter $ctx manpage and --help
2013-03-25  David GouletFix: lttng create default name check
2013-03-25  David GouletFix: add missing error output
2013-03-25  David GouletFix: kernel function event was listed as probe
2013-03-25  David GouletAdd unsupported error code to lttng cmd line
2013-03-25  David GouletFix: typo in the create command help and man page
2013-03-25  David GouletFix: session name max length was not handled correctly
2013-03-25  David GouletFix: lttng UI failed to report error 19
2013-03-21  Christian BabeuxFix: Memory leaks when calling get_cmdline_by_pid
2013-03-21  David GouletSupport per UID buffers
2013-02-18  David GouletDeprecate enable/disable-consumer
2013-01-22  David Gouletcppcheck: don't check NULL pointer before freeing them
2013-01-22  David Gouletcppcheck: Simplify empty string test without using...
2012-12-20  David GouletFix: lttng create URI parsing and check
2012-12-18  David GouletFix: don't print usage when listing fails
2012-12-18  Mathieu DesnoyersFix: cppcheck linter cleanups
2012-11-28  David GouletFix: enable-consumer for all domains missing dir
2012-11-22  David GouletFix: Uninit. variable in lttng view
2012-11-22  David Gouletlttng.h API update: set filter becomes enable event...
2012-11-22  David GouletPass lttng_event struct to the set_filter API call
2012-11-22  David GouletAdding context to an event is no longer possible
2012-11-14  David GouletFix: Warn if session is running with lttng view
2012-11-13  Simon MarchiUse the new functions for default subbuf sizes
2012-11-09  David GouletFix: Don't set filter if enable event fails
2012-11-02  David GouletFix: Don't append datetime to default session name
2012-11-02  David GouletFix: Deny session creation name 'auto'
2012-11-02  David GouletFix: Add output option to enable-channel command
2012-10-26  David GouletFix: lttng create allocated path memleak
2012-10-19  David GouletWait for data availability when stopping a session
2012-09-24  David GouletFix: Returned code when listing kernel channel
2012-09-24  David GouletFix: Lib lttng-ctl on error returns lttng code
2012-09-24  David GouletFix: lttng_set_event_filter() was returning bad error...
2012-09-24  David GouletFix: printing [no write] on lttng list -uf
2012-09-24  David GouletFix: Disable event on filter error with lttng
2012-09-17  Christian BabeuxFix: Mismatch of field name between ust and tools
2012-09-17  David GouletAdd the written value when listing fields
2012-08-24  Christian BabeuxNotify the user if a filter is already enabled
2012-08-24  David GouletAdd lttng-error.h containing every API err. code
2012-08-24  Julien DesfossezFix: missing hostname context
2012-08-22  David GouletFix: put back 2.0 output text for lttng create cmd
2012-08-21  David GouletStandardize lttng command line usage text
2012-08-17  David GouletFix comments and help text
2012-08-16  David GouletFix: Subdirectory handling for lttng and sessiond
2012-08-16  Christian BabeuxCleanup: Remove unused get_default_session_name()
2012-08-16  Christian BabeuxFix: Invalid free on session_name when destroying session
2012-08-14  David GouletExtend API and remove lttng_uri from lttng.h
2012-07-20  David GouletCreate utils.c/.h in libcommon
2012-07-17  Mathieu DesnoyersDocument filter (help and manpage)
2012-07-13  Mathieu DesnoyersShow that filter is enabled when listing session events
2012-07-13  Mathieu DesnoyersDocument filter usage
2012-07-12  Mathieu DesnoyersImplement filter bytecode support in lttng-session...
2012-07-11  David GouletNetwork streaming support
2012-06-19  David GouletFix: unchecked pointer from getenv() for lttng create
2012-06-01  Mathieu Desnoyerscleanup output indentation for field listing
2012-06-01  Mathieu DesnoyersImplement event fields listing
2012-05-31  Francis GiraldeauAdd destroy all session option
2012-05-31  David GouletFix: clang llvm warnings
2012-04-05  David GouletFix: make lttng expand path for trace output opt
next
This page took 0.040733 seconds and 7 git commands to generate.