Fix RCU-related hangs: incorrect lttng_ht_destroy use
[lttng-tools.git] / src / bin / lttng-sessiond /
2013-04-30  Mathieu DesnoyersFix RCU-related hangs: incorrect lttng_ht_destroy use
2013-04-30  Mathieu DesnoyersFix: don't call hash table destroy under rcu read-side...
2013-04-29  Mathieu DesnoyersFix: segfault in buffer_reg_channel_destroy()
2013-04-29  Mathieu DesnoyersFix: per-uid buffers should only be flushed once on...
2013-04-22  David GouletFix: multiple type mismatch in debug statement
2013-04-12  David GouletFix: remove unused path variables from session obj
2013-04-11  David GouletFix: deny the same port for data and control URL
2013-04-11  David GouletFix: reset consumer destination when changing URIs
2013-04-11  David GouletFix: enable-channel accepts mismatched option
2013-04-11  David GouletFix: validate buffer type for UST channel creation
2013-03-28  David GouletFix: add missing declaration for disable-lttng-ust
2013-03-28  Mathieu DesnoyersFix: don't keep vpid, procname, nor patchlevel environm...
2013-03-28  Julien DesfossezIntroduce the relayd socket object
2013-03-28  Julien DesfossezAdjust the relayd protocol on version check
2013-03-28  Julien DesfossezOn-disk multiple tracefiles circular buffer
2013-03-27  Julien DesfossezUST periodical metadata flush
2013-03-26  Mathieu DesnoyersFix: UST context activation
2013-03-25  David GouletFix: kernel function event was listed as probe
2013-03-21  David GouletFix: handle error if metadata fails to be created
2013-03-21  David GouletAllow enable-channel to work with metadata channel
2013-03-21  Christian BabeuxFix: Memory leak when zmalloc fail on kernel channel...
2013-03-21  Christian BabeuxFix: Memory leaks on error paths when exporting consume...
2013-03-21  David GouletFix: wrong header path when compiling without UST support
2013-03-21  David GouletSupport per UID buffers
2013-03-21  David GouletMove ust channel registry inside session registry
2013-03-11  David GouletMerge remote-tracking branch 'cbab-github/tests-cleanup...
2013-03-11  Mathieu DesnoyersFix: default read timer values
2013-03-06  Mathieu DesnoyersAdd channel wakeup fd to monitor close
2013-03-01  David GouletMove metadata creation into lttng-sessiond and lttng...
2013-03-01  David GouletMove UST registry into sessiond and implement notifiers
2013-02-18  David GouletDeprecate enable/disable-consumer
2013-02-18  David GouletMove LTTng-UST buffer ownership from application to...
2013-01-30  David GouletFix: remove consumer health poll update on startup
2013-01-30  David GouletFix: change health poll update to entry/exit calls
2013-01-30  David GouletFix: support duplicate health type
2013-01-24  David GouletCleanup unused health state reference
2013-01-24  David GouletFix: health subsystem issues with shared code
2013-01-22  David Gouletcppcheck: don't check NULL pointer before freeing them
2013-01-22  David Gouletcppcheck: Simplify empty string test without using...
2013-01-22  David GouletUse default value for metadata file name
2013-01-22  David GouletRemove UST abi cast on channel attribute
2013-01-22  David GouletFix: add missing rcu lock for UST lookup
2013-01-22  David GouletRemove unused variables in trace-kernel/ust.c
2013-01-22  David GouletRemove unused kernel session variable in event.c
2013-01-22  David GouletAdd safety assert() in session daemon
2013-01-22  David GouletFix: add missing rcu read side lock
2013-01-21  David GouletAdd an allocation function for ust stream
2013-01-21  David GouletRename ltt_ust_stream to ust_app_stream
2013-01-21  David GouletMove stream name creation to fct create_ust_stream
2013-01-21  David GouletFix: UST returns -LTTNG_UST_ERR_NOENT and not -ENOENT
2013-01-21  David GouletFix: add missing fd put on stream creation error
2013-01-21  David GouletAdd a create_ust_stream function in ust-app.c
2013-01-21  David GouletFix: change function name for better meaning
2013-01-21  David GouletFix: improve error handling for UST stream creation
2013-01-16  David GouletRefactor ust-app create session
2013-01-16  David GouletFix: remove duplicate set ust event filter
2013-01-14  David GouletDestroy created kernel channel on enable all error
2013-01-14  David GouletAdd internal kernel channel destroy function
2013-01-11  David GouletAdd pidfile creation for lttng-sessiond
2013-01-07  Andrew GabbasovAdd kernel modules loading for new probes
2013-01-07  David GouletFix: add missing UST abi header for make dist
2013-01-07  David GouletFix: add missing rcu read side lock/unlock
2012-12-20  David GouletFix: update to latest UST abi
2012-12-19  David GouletFix: print ret value on ust_app start/stop error
2012-12-19  David GouletFix: compare write() return value to size
2012-12-19  David GouletFix: handle orderly shutdown from transport layer
2012-12-19  David GouletFix: change perror to debug statement
2012-12-19  David GouletFix: wrong check on session started on stop command
2012-12-18  David GouletFix: sessiond write() to handle EINTR
2012-12-18  David GouletFix: change ERR/PERROR statement to DBG
2012-12-18  David GouletFix: handle EINTR for every read()
2012-12-18  David GouletFix: possible invalid free in kernel thread
2012-12-18  David GouletFix: poll and epoll fd set reallocation
2012-12-18  Mathieu DesnoyersFix: cppcheck linter cleanups
2012-12-18  David GouletFix: remove ua_sess->started assert on stop trace
2012-12-17  David GouletFix: use the poll wait ret value when iterating on...
2012-12-14  David GouletFix: set started flag of ust app after ustctl
2012-12-14  Christian BabeuxAdd return code to the testpoint mechanism
2012-12-13  David GouletFix: Bad error handling when enable channel fails
2012-12-13  David GouletFix: RCU unlock out of error path
2012-12-13  David GouletFix: missing health exit in registration app thread
2012-12-13  David GouletFix: add packed attribute to filter structure
2012-12-13  David GouletFix: Add missing health code update for consumer command
2012-12-13  David GouletMap session id of relayd and sessiond in consumer
2012-12-13  David GouletMake the consumer sends a ACK after each command
2012-12-07  David GouletFix: Rename ust_app_destroy_trace and set it static
2012-12-07  David GouletFix: UST app session teardown process
2012-12-07  David GouletFix: check ht_del ret value of ust app session
2012-12-03  David GouletFix: audit all close/fclose and check returned code
2012-11-28  David GouletFix: Add missing fct prototypes when disabling UST
2012-11-28  Andrew GabbasovFix a typo in lttng-probe-module name
2012-11-26  Mathieu DesnoyersClarify empty string/NULL filter errors
2012-11-22  David GouletFix: add missing padding for UST filter
2012-11-22  David GouletAdd already enabled UST event error code
2012-11-22  David Gouletlttng.h API update: set filter becomes enable event...
2012-11-22  David GouletChange the UST event hash table match function
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-19  David GouletAdd filter sequence number to UST
2012-11-14  David GouletFix: Typo from a previous patch in an assert()
next
This page took 0.039208 seconds and 7 git commands to generate.