Implement LTTng-UST perf counters support
[lttng-tools.git] / src / bin / lttng-sessiond /
2014-05-05  Mathieu DesnoyersImplement LTTng-UST perf counters support
2014-04-30  Jesper DerehagBackported to glibc 2.8
2014-04-10  Wade FarnsworthInsert V4L2 instrumentation module on session start
2014-04-04  Michael JeansonFix: misc spelling errors
2014-04-02  David GouletFix: don't quiet the consumer if opt_quiet is not set
2014-04-01  David GouletFix: don't print stream name in error message
2014-04-01  David GouletFix: take session list lock when listing tp
2014-03-25  David GouletRename kernel and ust trace variable for clarity
2014-03-25  David GouletRename variable in session.h for clarity
2014-03-25  David GouletFix: don't ask data pending if session was not started
2014-03-24  David GouletFix: missing valid return code when adding an URI to...
2014-03-20  David GouletFix: clarify sessiond ust app queue cmd comment
2014-03-17  David GouletFix: rename config internal header to abi
2014-03-12  David GouletFix: return error if not in overwrite mode and file...
2014-03-12  David GouletFix: missing memset 0 and NULL byte in string
2014-03-12  David GouletFix: possible unlink on uninitialized buffer path
2014-03-12  David GouletFix: memory leak
2014-03-12  David GouletFix: save session usage of string size
2014-03-10  David GouletFix: handle signed return value for snprintf
2014-03-10  Jérémie GalarneauAdd session configuration save feature to session daemon
2014-03-06  Jérémie GalarneauSend filter expression string to session daemon
2014-03-06  Jérémie Galarneausession_find_by_name does not need a non-const name...
2014-02-28  David GouletFix: improve lttng with live by spawning relayd
2014-02-28  Mathieu DesnoyersFix: relayd should listen for viewers on localhost...
2014-02-27  David GouletFix: index JUL event by name *and* loglevel
2014-02-27  David GouletFix: JUL to enable user and root tracepoints
2014-02-26  David GouletFix: handle the registration done command for JUL
2014-02-26  David GouletFix: keep metadata channel attr in UST session
2014-02-26  David GouletFix: Warn user if JUL port is already being used
2014-02-26  Stefan SeefeldFix: possible NULL deref. in sessiond error path
2014-02-25  David GouletFix: flag that kernel streams FDs has been sent
2014-02-25  David GouletFix: forbid session name creation if contains /
2014-02-25  David GouletFix: don't start session if no channel
2014-02-25  David GouletFix: report error if consumer can't be spawned
2014-02-25  David GouletFix: kernel channel destroy on consumer if sent
2014-02-25  David GouletFix: only create UST metadata on start trace
2014-02-21  Mathieu DesnoyersFix: miscellaneous memory handling fixes
2014-02-07  Julien DesfossezFix: send the streams sent message after metadata
2014-02-04  Mathieu DesnoyersFix: measure UST clock offset with best sample (v2)
2014-02-04  Jérémie GalarneauFix: memory leak when UST events are enabled with exclu...
2014-01-28  David GouletFix: add missing JUL loglevel handling
2014-01-28  Mathieu Desnoyerssessiond: add missing testpoints
2014-01-28  Mathieu Desnoyerssessiond: add --background argument
2014-01-28  Mathieu DesnoyersUse lib common daemonize
2014-01-28  Mathieu DesnoyersFix: sessiond: wait for health check readiness
2014-01-28  Mathieu DesnoyersFix health check: signal parent before exit testpoint
2014-01-28  Mathieu DesnoyersAdd sessiond/SESSIOND_ prefix to sessiond testpoints
2014-01-15  David GouletFix: zero out data structure before using it
2014-01-14  David GouletFix: report to client when snapshot will be empty
2014-01-14  Julien DesfossezFix: race with the viewer and readiness of streams
2013-12-19  David GouletFix: remove break in epoll loop of apps. thread
2013-12-17  Jérémie GalarneauLoad session daemon options from configuration file
2013-12-05  David GouletFix: possible use after free
2013-12-03  David GouletFix: remove unused code in session daemon
2013-12-03  David GouletFix: string format with unsigned value
2013-12-03  David GouletFix: bad logical check of error codes
2013-11-28  David GouletFix: unchecked return value in ust app delete
2013-11-28  David GouletFix: dereference after null check in UST registry
2013-11-28  David GouletFix: Resource leak in ust registry
2013-11-28  David GouletFix: update back the metadata len sent on failure
2013-11-28  David GouletFix: don't fail on push metadata if no channel
2013-11-25  David GouletFix: implicit conversion of enum types in sessiond
2013-11-25  David GouletFix: implicit conversion of enum types in consumer
2013-11-22  David GouletFix: use non block waitpid to lookup child state
2013-11-14  David GouletRemove ENABLE_EVENT_* values and fix enable filtering
2013-11-14  JP IkaheimonenAdd error check for zmalloc
2013-11-14  JP IkaheimonenAdd ust event exclusion UST ABI to internal copy
2013-11-14  JP IkaheimonenWhen listing events, show exclusions if they exist
2013-11-14  JP IkaheimonenSet event exclusions in the target when event is created
2013-11-14  JP IkaheimonenCopy exclusion data in shadow_copy_event
2013-11-14  JP IkaheimonenAdd exclusion data to find_ust_app_event
2013-11-14  JP IkaheimonenFree exclusion data when ust_app_event is deleted
2013-11-14  JP IkaheimonenCopy event exclusion data in add_unique_ust_app_event
2013-11-14  JP IkaheimonenCompare also exclusions in ht_match_ust_app_event
2013-11-14  JP IkaheimonenAdd exclusion data to ust_app_event structure
2013-11-14  JP IkaheimonenCollate handling of LTTNG_ENABLE_EVENT_WITH_FILTER
2013-11-14  JP IkaheimonenAdd handling of LTTNG_ENABLE_EVENT_WITH_EXCLUSION
2013-11-14  JP IkaheimonenCopy exclusion data in add_unique_ust_event.
2013-11-14  JP IkaheimonenAdd exclusion data to trace_ust_find_event
2013-11-14  JP IkaheimonenAdd exclusion data to trace_ust_create_event
2013-11-14  JP IkaheimonenAdd exclusion matching logic to trace_ust_ht_match_event
2013-11-14  JP IkaheimonenAdd event exclusion data to ltt_ust_event structure
2013-11-14  JP IkaheimonenAdd exclusions to event_ust_enable_tracepoint
2013-11-14  JP IkaheimonenAdd exclusion data to cmd_enable_event
2013-11-12  David GouletFix: don't use daemon() to daemonize
2013-11-12  David GouletFix: typo in --sig-parent help
2013-11-11  Jérémie GalarneauFix: Duplicate lttng-sessiond thread creation comments
2013-11-11  Jérémie GalarneauFix: Don't dispatch uninitialized hash tables to the...
2013-11-11  David GouletFix: add asserts and remove unused variable
2013-11-11  Mathieu DesnoyersUse lttng_read/lttng_write wrappers
2013-11-11  Mathieu DesnoyersComment why we cannot rmdir the lttng and relayd rundir
2013-11-11  Mathieu DesnoyersRemove jul attach/detach, not needed for now
2013-11-11  Mathieu Desnoyersjul-thread.h: cleanup include guards
2013-11-11  Mathieu DesnoyersCleanup: sessiond jul.c comments and error path
2013-11-11  Mathieu DesnoyersCleanup: jul.h include guards
2013-11-11  Mathieu DesnoyersFix: comment not matching code
2013-11-11  Mathieu DesnoyersRevert "Fix: remove the rundir at the end of the cleanup"
2013-11-06  David GouletFix: remove the rundir at the end of the cleanup
2013-11-06  David GouletWrite TCP JUL port in the lttng's rundir
2013-11-06  David GouletFix: application SIGBUS when starting in parallel with...
next
This page took 0.038747 seconds and 7 git commands to generate.